the command line are: – nano – Tiny learning curve, shortcuts displayed by default – vim – Powerful, steeper learning curve, more features (my preferred editor) – emacs – I’ve never used it. Steep learning curve, powerful, lots of features.
type commands into your shell, they are stored in a history file. You can access previous commands using the up arrow key. The down key obviously goes the other way in your history.
your history like you would use the "find" tool in a browser or text editor. Use Ctrl+R, and you should see something like this: As you type, it will narrow down hits in your history.
running on a machine which you want to come back to later. Some common use cases: – Working on a remote machine (via something like PuTTY) on an unstable connection. If you get disconnected, this will allow you to resume exactly where you left off – On your own linux machine when updating and restarting the graphical environment. The update program, if running in a graphical terminal (like gnome-terminal or xterm) will be killed partway through the process if you are not running them separately in screen. – Running programs on remote machines that won't run in the background. – Lurking in chat channels by running your IM clients on a machine that has more uptime than yours
already attached to a session from somewhere else, you'll see something like this: $ screen -r There are screens on: 15716.pts-4.viglab-26 (Attached) There is no screen to be resumed.
remote detach from this session, freeing it up for you to resume here. Use screen -d to do this, however we will insist on using -D because this both detaches the session and logs out the parent shell, which is far safer. $ screen -D [15716.pts-4.viglab-26 power detached.] You can of course combine the two switches 'screen -Dr' to remote detach, then reattach here.
connecting After creating a screen/attaching an previously created screen, run irssi. $ irssi In irssi, to connect to a server you use the /connect command as follows: /connect <Server Address>
switch between channels is simple. Windows 1-19 can be accessed through pressing alt and either a number 1 to 0 above the letter keys or a letter between q and o (ie most of the top row of the qwerty keyboard). After that you simply use the command: /win <Window Number>
your UWCS shell account and get started. • Don’t be afraid to ask someone if you’re having problems, but the majority of the time there will be a good answer available if you google for your problem. • What I’ve talked about is only an introduction. This talk could probably last a year and still not cover everything. You will definitely pick things up as you go along. • Don’t be daunted by what might be a completely new way of using a computer for you. Simply having a go is the best way to learn! Onward to DCS!