Search

You can find the results of your search below.

linux_advanced
10 Hits, Last modified:
the following cmds, the //test.file// contains: <code> 1 cat barn food 2 dog house kibble 3 fish water food 4 cow pasture grass </code> ==== grep ==== "searches the named input FILE f... Good for searching a file for a certain pattern <code> user@tim:~$ grep --help Usage: grep [OPTION]... ... d test.file 1 cat barn food 3 fish water food </code> ==== awk ==== "pattern scanning and processing
emacs_tips
2 Hits, Last modified:
ck, add the following to your ''~/.emacs'' file: <code>(global-set-key (kbd "C-z") 'suspend-emacs)</code> Pressing C-z will suspend emacs giving you a job_sp
linux_basics
2 Hits, Last modified:
my home directory called ''cheese'', I can type: <code>ls ~/cheese/</code> * a //link// is a filesystem pointer. You may be use to calling a //link// an
vnc
2 Hits, Last modified:
lt with by telling emacs what font to use. Try: <code> emacs -fn 8x13 </code> The values 7x13, 9x15 and 10x20 will also work. Additionaly, once in emacs you
apple @help:general_linux:x2go
2 Hits, Last modified:
d.</note> * **Step 1**: <html><a href="https://code.x2go.org/releases/binary-macosx/x2goclient/releas... he download page for X2Go. <html><a href="https://code.x2go.org/releases/binary-macosx/x2goclient/releas
windows @help:general_linux:x2go
2 Hits, Last modified:
n====== * **Step 1**: <html><a href="https://code.x2go.org/releases/X2GoClient_latest_mswin32-setup... e download page for x2go. <html><a href="https://code.x2go.org/releases/binary-win32/x2goclient/release
info
1 Hits, Last modified:
.com/~elflord/unix/bash-tute.html * http://www.codecoffee.com/tipsforlinux/articles2/043.html * htt