Skip to Content

Posts Tagged ‘terminal’

Bashrc Example

I was recently looking for some examples of a bashrc file. I figured I would post my current .bashrc file…. # ~/.bashrc: executed by bash for non-login shells. ############## # Bash Prompts # ############# # [12:34] ~/desktop $ export PS1=”\[[\A]\] \w $ ” umask 022 ####################### # setting up file completion # ###################### if [ [...]

How To Use Twitter from Terminal

I was scrubbing the internets a few nights ago and stumbled upon a way to Tweet from the Terminal. Here is a simple way to get started. Please note this method is not the most secure, since you have to hard code a script with your user / pass. How To Use Twitter from Terminal [...]

How To Disable the Dashboard in OS X

I know a lot of people who love the Dashboard in OS X. There are a bazillion widgets that can be installed, some people rely on them a lot. Personally I don’t use Dashboard at all. So why have it sitting there eating up memory? How To Disable the Dashboard in OS X 1. Open [...]

How To Install MacPorts for Command Line Fun

MacPorts is awesome. It allows you access to 1000′s of ports for the Terminal etc… How To Install MacPorts for Command Line Fun 1. Download the latest version of MacPorts (Currently 1.7.1) 2. Unpack the archive 3. Run the installer and install to the default directory. 4. Once the installer is finished run the following [...]

How To Install WGET in OSX

WGET is a Terminal command that allows you to grab files from the web using http / https / ftp protocols. However for some odd reason it doesn’t come with OS X. Here are some simple directions on how to get it running. How To Install WGET in OSX 1. Download the WGET source 2. [...]

Page : 2 / 4 ‹ First 1 2 3 4 Last ›