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 »
Posted in Linux Tutorials on Aug 17th, 2008 No Comments »
Linux Ubuntu Terminal: Update Upgrade
Linux Ubuntu Terminal: Update Upgrade In this short tutorial I will show you how to use Terminal in Linux Ubuntu to run your system Updates & Upgrades rather then using the graphical interface.
Open Up Terminal.
To Update type: sudo apt-get update
Hit return or enter
To Upgrade type: sudo apt-get upgrade
Hit return or enter [...]
Read Full Post »
Posted in MAC Tutorials on Jul 16th, 2008 No Comments »
TCP Packet Trace - MAC OS X
TCP Packet Trace - MAC OS X Video was blured intentionally at a certain part. In this tutorial I will show you how to use the TCPDUMP feature in MAC OS X to trace your tcp if you are having connection issues.
See Notes below:
In Leopard you can use [...]
Read Full Post »
Posted in MAC Tutorials on Jun 17th, 2008 2 Comments »
Terminal Tip: Eject Media Disc - In this tutorial I will show you how to use Terminal to EJECT or force a media disc to eject from you slot loaded disc drive. From time to time you may have a disc that stay in it’s drive and does not eject once your done working [...]
Read Full Post »
Posted in MAC Tutorials on Jun 17th, 2008 No Comments »
Terminal Tip: top
Terminal Tip: top - In this tutorial I will show you how to use Terminal to check your system if you think it may be running slow, or if you think something is running that shouldn’t be running. This is also used to dentifying potential problem areas in a process on your [...]
Read Full Post »