Neat! PLAIN TEXT CODE: cat id_rsa.pub | pbcopy
March 7, 2009
by gregs
0 comments
March 7, 2009
by gregs
0 comments
Neat! PLAIN TEXT CODE: cat id_rsa.pub | pbcopy
July 9, 2008
by gregs
1 Comment
This morning I fired my Windows XP VM on my mac and my keyboard input simply stopped working. After a couple of VM reboots, which had no effect, I did some googling. The first result suggested typing a few commands … Continue reading
June 3, 2008
by gregs
0 comments
The unofficial Google Shell... I like it!
September 11, 2007
by gregs
0 comments
I don't know how often I have tried to start up a process and forgotten that it runs as root, forcing me to type the command in again prefixing it with sudo. That was until today, if you suffer from … Continue reading
June 29, 2006
by gregs
0 comments
Editing documents using vi is something of pain, especially when they are long and you know the bit you are after is buried somewhere in the middle. There is a similar to way to the Find command in GUI editors … Continue reading
October 27, 2005
by gregs
0 comments
I used to rely on whereis and find to locate programs and files on my debian box, but these weren't being very helpful when I tried to find a file I new existed on the system. I stumbled across the … Continue reading
June 30, 2005
by gregs
5 Comments
After reading a quote on a mailing list last week about the concept behind unix tools and their focus on doing one task well and the OS allowing you to pipe several commands in one go, it dawned on me … Continue reading
October 19, 2000
by gregs
0 comments
This document will introduce some of the basic vi editing concepts. First off what is vi? Well it's the built-in text editor that you find on most Unix boxes (including Linux). You start it up by typing the following command: … Continue reading
October 18, 2000
by gregs
0 comments
This little article will introduce you to the wonderful and archaic way of accessing FTP sites using the command line. Please note that you can use these commands both under Unix and DOS. Establishing a connection When connecting to an … Continue reading
October 18, 2000
by gregs
3 Comments
How to limit mail attachment size for Sendmail This little document is going to briefly show how to limit the size of incoming mail attachments. In order to this you are going to have to be familiar with Vi editing … Continue reading