- MCP server with stdio transport for local use - Search episodes, transcripts, hosts, and series - 4,511 episodes with metadata and transcripts - Data loader with in-memory JSON storage 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
37 lines
2.8 KiB
Plaintext
37 lines
2.8 KiB
Plaintext
Episode: 1175
|
|
Title: HPR1175: how to start irssi in screen after reboot
|
|
Source: https://hub.hackerpublicradio.org/ccdn.php?filename=/eps/hpr1175/hpr1175.mp3
|
|
Transcribed: 2025-10-17 20:59:33
|
|
|
|
---
|
|
|
|
This is Lord Droggenblut that I needed to move away from graphical IRC clients and
|
|
I needed something I could access whenever I was on the road from wherever I was because
|
|
I've in a few situations where they block IRC such as when I'm at school they like to block IRC
|
|
and I just find it very useful to be able to get there. So I went about setting up and IRSSI instance on
|
|
a VM I have running on my server at home but I came to the conclusion that for this to really be
|
|
useful for me I needed to be able to access it from anywhere hence where screen comes in but I
|
|
needed this to automatically restart anytime for some reason I had to reboot the server or the VM
|
|
itself and I wanted this to automatically start IRSSI inside of screen every time the machine came
|
|
back up so I did a little digging and I found an interesting and I think useful way to do it
|
|
logging in as the user who's going to be running this you simply open a terminal and you type
|
|
Krontab-e to edit your Krontab entry and we're going to add a simple little entry that's
|
|
ampersand reboot space slash user slash bin slash screen space dash lowercase d lowercase
|
|
uppercase u uppercase s another space then the word IRC space slash user slash bin slash IRSSI
|
|
and what this command does is it automatically start screen or actually it automatically starts IRSSI
|
|
inside of a screen session and the flags we gave it the dash dm capital U capital S
|
|
start screen and detach mode if the capital U runs screen in utf 8 mode and the dash capital S
|
|
gives the screen session a friendly name for reattaching when we use screen dash R so instead of
|
|
having to give it some bizarre number we just give it screen dash R space IRC and we've now reattached
|
|
to IRSSI instance well just a quick little tip for everyone out there you can use this for
|
|
starting other things automatically but i hope some people find this useful
|
|
you have been listening to Hacker Public Radio or Hacker Public Radio does our
|
|
we are a community podcast network that releases shows every weekday on day through Friday
|
|
today's show like all our shows was contributed by a hbr listener like yourself
|
|
if you ever consider recording a podcast then visit our website to find out how easy it really is
|
|
Hacker Public Radio was founded by the digital dot pound and the economical and computer cloud
|
|
hbr is funded by the binary revolution at binref.com all binref projects are proudly sponsored by
|
|
linear pages from shared hosting to custom private clouds go to lunar pages.com for all your hosting needs
|
|
on list otherwise stasis today's show is released under a creative commons
|
|
attribution share a live free does our lives
|