Posted in MAC Tutorials on Aug 17th, 2008
Terminal Tip: Open Up Files
Terminal Tip: Open Up Files In this tutorial I will show you how you can open up files such as .mov .png ect ect using your default applications that handle each file that it is associated with.
Open up Terminal & type:
open filename.mov
Open a application type:
open -a application_name
Open a Url type:
open url_link_name
Press [...]
Read Full Post »
Posted in MAC Tutorials on Aug 17th, 2008
Terminal: Mount & UnMount Disc Images
Terminal: Mount & UnMount Disc Images In this tutorial I will how you how to mount & unmount .dmg, .iso or any supported disc image via terminal. This will even also help you unmount a disc image that may just not eject via the eject button.
Open Terminal to mount image [...]
Read Full Post »
Posted in MAC Tutorials on Aug 17th, 2008
Terminal Tip: Split & Join Files
Terminal Tip: Split & Join Files In this tutorial I will show you a quick way to take advantage of terminal to split and join a file. Which can be used for many reasons, If you ever used WinRar on Windows and are familiar with split files then this will [...]
Read Full Post »
Posted in MAC Tutorials on Aug 17th, 2008
Mac Linux Terminal: SSH File Transfer Part 2
Mac Linux Terminal: SSH File Transfer Part 2 In this tutorial I will show in this follow up vid to my previous tutorial on ssh file tranfers,.
open up terminal type:
ssh -l username yourIPaddress
press enter
type password.
scp -r file/location username@ipAddress:/file/location
press enter
type in password when promted.
Have Fun & Enjoy.
Read Full Post »
Posted in Linux Tutorials, MAC Tutorials on Aug 17th, 2008
Mac Linux Terminal: SSH File Transfer
Mac Linux Terminal: SSH File Transfer In this tutorial I will show you how to use Terminal to tranfer files or folders via SSH to your MAC & Linux OS. This can also be done using rsync but I will show you how it is done using the scp -r [...]
Read Full Post »