Skip to Content

Posts Tagged ‘command line’

How To Move Files from One Server to Another With SCP SSH

You can easily move files from one server to another with the SCP command. How To Move Files from One Server to Another With SCP SSH 1. Open an SSH session in Terminal 2. Navigate to files/folder you wish to move 3. Optionally tar.gz the files/folder 4. In Terminal type: scp file.tar.gz user@remote.server.com:/path/to/where/to/want/to/put/file.tar.gz That will [...]

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 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 [...]

Get Adobe Flash playerPlugin by wpburn.com wordpress themes