EZ Linux Admin random header image

VI basic basics

May 14th, 2012 by EZ linux · No Comments

Starting: vi filename          edit filename starting at line 1 vi -r filename     recover filename that was being edited when system crashed Exiting: :x<Return>     quit vi, writing out modified file to file named in original invocation :wq<Return>     quit vi, writing out modified file to file named in original invocation :q<Return>    [...]

Click to continue →

Tags: Cheat Sheets · Linux Commands · Linux Software / Scripts

Unix cheat sheet

December 31st, 2007 by EZ linux · 1 Comment

Telnet Telnet allows you to login, albeit insecurely, to any remote machine running a telnet server. Telnet will allow you to open a shell and use simple command line unix tools on the remote machine. >telnet fred In this example, imagine you are telnetting to a machine named “fred”. Sometimes you may have to use [...]

Click to continue →

Tags: Cheat Sheets