Site-wide Tags:  Linux(17) | CommandLine(12) | Ubuntu(10) | RemoteAccess(7) | Tools(7) | Vim(7) | LiftWeb(5) | SBT(5) | SoftwareDev(5) | Mac(5) | Scripts(4) | WebDev(4) | Diagrams(4) | Lifty(3) | NetworkDrives(3) | Processwire(3) | Security(3) | Fog(3) | VCS(3) | BestPractices(3) | RaspberryPi(2) | WebDesign(2) | Encryption(2) | Windows(2) | SSH(2) | WinCommandPrompt(2) | GitHubRepos(2) | Emacs(2) | PHP(2) | IDE(2) | ErrorMsgs(2) | JVM(2) | Hardware(2) | Bash(2) | Networks(2) | Graphviz(2) | Cloning | Cygwin | Graphics | Java | SystemRecovery | lessc | Maven | Python | PXE | Samba | LXDE | PackageManagement | LifeHacks | LESS |

This site has been archived and will no longer be updated.
You can find my new profile at neilpahl.com. My new blog is at 808.ninja.

Cheat Sheets In "All Categories":

Change Default Command Line (Terminal) Text Editor

I wanted to change my default text editor in the command line from pico to vi

- View Cheatsheet -

Chmod Folders and Files Recursively and Separately

I wanted to know how to chmod the fodlers one thing and then the files another... all recursivley.

- View Cheatsheet -

Cygwin: Can't quit Emacs using C-x C-c

On some installations of Cygwin on Windows XP, it is impossible to exit Emacs using C-x C-x

- View Cheatsheet -

Download ftp Directories Recursively Using wget

Wanted to know how to easily download all files and folders recursivley from a host that only offers ftp access using only the command line

- View Cheatsheet -

Downloading From Indirect (Script-Based) Links In CLI

Sometimes file download links are protected by scripts (like at sourceforges "link to current version", for example) so that they can not be directly linked to, or what have you.. I'f I'm working remotely, I prefer to download directly to the box I'm working on. So while wget is good for downloading direct links, it won't work with the script-based links. How can I download them then?

- View Cheatsheet -

Emacs - Some useful keys and commands

Just needed a reference for the most basic commands used in Emacs. pulled from the Emacs Tutorial

- View Cheatsheet -

Fix "adduser: Could not find program named `ecryptfs-setup-private' in $PATH".

I was creating a user with encrypted home directory usnig "adduser --encrypt-home username" when I got the mentioned error.

- View Cheatsheet -

Host Your Own [What is my IP] Page

whatismyip.org used to return pure text containing only you external IP. Now, they use an image, which I can no longer parse with the scripts use to find out my external ip

- View Cheatsheet -

How to Reinstall Windows Without Losing Your Data

Because its only a matter of time until one of our freinds asks us to fix their computer because they have a Blue Screen of Death, Corrupted sys files, failed HDDs...

- View Cheatsheet -

Mapping A Network Drive in (winXP) Command Prompt

I needed an easy way to add network samba network drives using the command line. It mounts to a drive instead of going through the networks explorer. Also, using the command line was preferable as it allows for use in batch files.

- View Cheatsheet -

Mount FTP Location Into Local Folder Without Exposing Password

It's a lot nicer to upload/download files when they are mounted into your filesystem

- View Cheatsheet -

Nvidea gForce GT 430 with Linux and LCD TV

When I tried my Nvidea gForce GT 430 with Linux (Mint 10 LXDE), the resolution did not match the edge of my screen (TV).

- View Cheatsheet -

fix "PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/mcrypt.ini on line 1 in Unknown on line 0" error

got a nasty error when using a shebang on top of php script

- View Cheatsheet -

Remote Login With SSH And Keypairs

For those who need to remotly log into another linux machine.

- View Cheatsheet -

Run A .jar File From The Command Line

.jar files run automatically in windows, but in linux they need to be called with java

- View Cheatsheet -

Screen: Use It To Begin A Command Remotely And Then Logout

Sometimes you want to start a download, update, or what have you. Instead of keeping your terminal (remote connection) open, you can start the process using screen, detach, and then exit/logout.

- View Cheatsheet -

Search Entrire Project For Pattern Using vimgrep in Vim

wanted to be able to search all files recursively in vim

- View Cheatsheet -

Searching and Installing via apt in CLI

I tried to install the jdk via

sudo apt-get install jdk

but got:

E: Couldn't find package jdk

- View Cheatsheet -

Show Hidden Files in Mac OS X Finder

for some silly reason, mac doesn't let you easily see hiden files...

- View Cheatsheet -

Swap Fn and Control Keys on mac

when using vim and bash on a mac, I had a hard time finding the control key on a mac keyboard

- View Cheatsheet -

Turn Off Sound In Termimal (BASH)

Annoyed with sound in bash~

- View Cheatsheet -

Turn Off Sound In Vi and Vim

because someonetimes beeps get annoying to me and those nearby

- View Cheatsheet -

Ubuntu Server - Static IP Address

I needed to know how to configure my Ubuntu Linux server (10.04 LTS) to have a static IP

- View Cheatsheet -

Use sudo Without Password

if using sudo commands in a script, you don't want to have to enter a password for it.

- View Cheatsheet -