User Tools

Site Tools


shellserver

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
shellserver [2016-11-30 23:09] – [SSH Access] timshellserver [2017-01-26 16:18] (current) duncan
Line 18: Line 18:
  
 Basic web service is enabled. Install your files under ''public_html'' and they will be available under https://lab.ehlab.uk/~yourusername/. Basic web service is enabled. Install your files under ''public_html'' and they will be available under https://lab.ehlab.uk/~yourusername/.
 +
 +===== Idle on IRC 24/7 =====
 +
 +You can idle on IRC using an IRC client, hosted on the lab shell server. So that it keeps running after you log out of your session, we run it in something like GNU Screen or Tmux. Clients such as Wechat and Irssi are installed already. The following example uses Screen and Weechat:
 +
 +Initialise your Screen session, with Weechat running in it:
 +<code>
 +screen weechat
 +</code>
 +
 +Now, detach the session by typing Ctrl-a-d (in fact, many commands in screen are executed by typing Ctrl-a)
 +
 +Type the following to resume the session:
 +<code>
 +screen -dr
 +</code>
 +
 +You can also type Ctrl-a-c to type a new shell, Ctrl-a-k to kill the current screen, and Ctrl-a-n and Ctrl-a-p cycle backwards and forwards between all your open sessions.
  
 ===== Want more? ===== ===== Want more? =====
shellserver.txt · Last modified: 2017-01-26 16:18 by duncan

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki