Search Options
| Ongeveer 106.000 resultaten GitHub - equalsraf/irssi-over-ssh-notifications: irssi plugin that sends ...https://github.com/equalsraf/irssi-over-ssh-notifications - In cache - Vergelijkbaar WHATEVER that code is a quick and dirty hack to get notifications over ssh from my server running irssi to my workstation. Aimed to be extended with other notification systems. * http://m0g.net/irssi_ssh_notifier/ * http://github.com/guyzmo/ irssi-over-ssh-notifications ... GitHub - guyzmo/irssi-over-ssh-notifications: [DEPRECATED ...https://github.com/guyzmo/irssi-over-ssh-notifications - In cache - Vergelijkbaar WHATEVER ======== that code is a quick and dirty hack to get notifications over ssh from my server running irssi to my workstation. Aimed to be extended with other notification systems. * http://m0g.net/notossh/ * http://github.com/ guyzmo/irssi-over-ssh-notifications ... Desktop Notifications for Irssi in Screen through SSH in Gnome ...https://ttboj.wordpress.com/.../desktop-notifications-for-irssi-in-screen- 18 Oct 2013 ... I'm usually on IRC, but I don't often notice incoming pings until after the fact. I had to both write, and modify various scripts to get what I wanted, but now it's all done, and you can benefit from my hacking by following along… The Setup Laptop -> Gnome-Terminal -> SSH -> Screen -> Irssi. This way, I'm ... Activate the audible notifications in a 'irssi-screen-ssh' configuration ...quack1.me/linux_beep_terminal-en.html - In cache - Vergelijkbaar 23 May 2013 ... I presented some weeks ago in a previous post my IRC configuration, composed by an irssi started on a remote screen . Then, I connect to that host through ssh, and I re-attach my screen session. This configuration is perfect and I'm using it every day, but I still has a major issue : when I'm mentionned, ... Irssi Using Screen And SSH - Michael Lustfieldhttps://michael.lustfield.net/linux/irssi-using-screen-and-ssh - In cache - Vergelijkbaar ssh server.com. Once in your server you need to install irssi and screen. sudo aptitude install irssi screen. Set up irssi however you would do it if you were setting if set it up on your own system. After this you will need to grab some files I' ve uploaded. First make the directory structure mkdir -p ~/.irssi/scripts/autorun. notify.pl is ... Remote notifications using screen, irssi, and lib-notify. / Jonathan ...jonathanbeluch.com/blog/2011/03/remote-notify-irssi-screen/ - In cache - Vergelijkbaar 31 Mar 2011 ... When I want to chat, I SSH into the remote server, attach to the running irssi screen session and login to my IM accounts. Since I'm always using multiple workspaces with my xmonad-gnome setup, I sometimes forget to check my irssi window to see if someone has messaged me. I wanted to use notify-send ... IRC notifications via SSH and libnotify | Hacker Newshttps://news.ycombinator.com/item?id=2197605 - Vergelijkbaar 9 Feb 2011 ... I used to do this with dzen, via: http://dzen.geekmode.org/dwiki/doku.php?id=dzen:irssi-notify. Then I started using a combination of perl scripts to detect when my screen session was detached, and if I got a new message while my screen session was detached to send an SMS to my phone through email. irssi - Sound notification over SSH - Ask Ubuntuhttps://askubuntu.com/questions/57035/sound-notification-over-ssh - In cache - Vergelijkbaar I did not like libnotify, so I created an UDP server in Python and a client application for irssi. Note that this answer applies to the original requirements in revision 1, it does not have text notification. Client. This version reacts to various messages directed at you. If you would like to be notified of messages in ... IRC notifications via SSH and libnotify - Michał Łomnickiold.mlomnicki.com/ruby/linux/2011/02/09/irc-notifications.html - In cache - Vergelijkbaar 9 Feb 2011 ... Recently I've started using IRC again. What a great feeling! I use pretty standard technique. My irssi client is run on my server in screen session. I attach to the session via SSH to read and write some gossip. ssh -t michal@example.com screen -r. Only one thing bothers me. There is no sign of new ... Local notifications from irssi on a remote server - codetalkhttps://codetalk.io/.../2014-09-24-local-notifications-from-irssi-on-a-remote- 24 Sep 2014 ... The setup. The final setup will look something like this,. autossh -> irssi + fnotify -> terminal-notifier. You can replace terminal-notifier with whatever notification program will work on your system. The rest is pretty much OS agnostic, except for the automatic startup of the script. | ||