Changes

Jump to: navigation, search

Shell account tutorial

2,056 bytes added, 16:26, 28 January 2013
Created page
This page is intended for [[ECE2524]] students and others new to the concept of console-based IRC clients.

The [[gp:Bradley Department of Electrical and Computer Engineering|ECE]] department offers shell ccounts on the [[gp:CAD and Visualization Laboratory|CVL]] for Virginia Tech affiliates. Accounts can be created at [http://computing.ece.vt.edu/accounts/ this page].

The ECE2524 VM (128.173.88.125) can be accessed via SSH for CVL users, and has tmux, mosh, and weechat installed. Acidburn (acidburn.vtluug.org), the VTLUUG shell server, has a few more IRC clients installed, as well as other software and full IPv6 support.

One advantage of a shell account is that it allows one to leave an IRC client constantly connected, eliminate join/quit spam, and log missed messages to check later. In order to accomplish this, the IRC client must be run inside either tmux or screen so that it will not be killed when you disconnect from SSH.

Here's the procedure for using either the ECE2524 server or acidburn for IRC:
# Create an account, if you haven't already.
#* For the ECE2524 VM, use [http://computing.ece.vt.edu/accounts/ this page].
#* For acidburn, come to a meeting and request an account
# Connect to the remote machine via SSH
#* <code>ssh 128.173.88.125</code> for the ECE2524 server
#* <code>ssh acidburn.vtluug.org</code> for acidburn
# Begin a tmux session to allow your console to persist between logins
#* <code>user@ece2524:~$ tmux</code>
# Launch an IRC client
#* <code>user@ece2524:~$ weechat-curses</code>
# Now detach from the tmux session to return to a terminal while leaving weechat running
#* <code>^b-d</code> (that is, press Control-b, then d)
# To, reattach to the first tmux seesion, just use <code>tmux a</code>
#* <code>user@ece2524:~$ tmux attach</code>

Check out the [http://www.dayid.org/os/notes/tm.html tmux and screen cheat sheet] for a quick reference of some of the other tmux commands. [http://mosh.mit.edu Mosh] is another helpful tool you may want to use for high-latency or mobile (e.g. wifi) connections.
Anonymous user

Navigation menu