www.pcmech.com – Using Linux-Style Directory Commands In Windows Link for DOS slash info blogs.msdn.com
Posts Tagged ‘Commands’
Using Linux-Style Directory Commands In Windows
Sunday, January 15th, 2012RH033 Red Hat Linux Essentials Unit 3 – Running Commands and Getting Help-00 [HD] [1080p]
Wednesday, January 11th, 2012
paypal=Gajendra Ambi.My small contribution to open source open education.rh033 is the paper that you need to pass to get rhct/rhce certificate and here is my small effort to explain it.
Create your own Unix/Linux terminal commands
Saturday, January 7th, 2012
This video tutorial show you how to create a simple unix/linux terminal command in C. The command called myEcho, it is similar to the echo command in linux. It prints the command name and any other argument you pass.
5 Simple Commands LAB(Redhat Linux Essentials)
Tuesday, January 3rd, 2012
5 Simple Commands LAB(Redhat Linux Essentials)
GOW ( Gnu On Windows ) – Linux Commands on Windows
Friday, December 30th, 2011
github.com Gow (Gnu On Windows) is the lightweight alternative to Cygwin. It uses a convenient Windows installer that installs about 130 extremely useful open source UNIX applications compiled as native win32 binaries. It is designed to be as small as possible, about 10 MB, as opposed to Cygwin which can run well over 100 MB depending upon options.
some Basic Linux commands part1.mp4
Monday, December 26th, 2011
This video Show u How to use some basic Commands of Linux. www.newinhacking.blogspot.com
Introduction to the BASH Shell (Linux Terminal) & File Manipulation Commands
Sunday, December 18th, 2011
Check out Waqars DuncsWeb Linux Posts: bit.ly – Here I show you a brief introduction to the linux terminal and a few commands you can use to get help
check out the full list of commands: http://
Run LINUX commands on Windows CMD prompt
Wednesday, December 14th, 2011
This video shows you how to run LINUX commands on Windows CMD.
Basic Linux Terminal Commands!
Saturday, December 10th, 2011
This video shows you how to use some of the basic linux terminal commands.
Linux commands to check the specification of a new linux server
Friday, December 2nd, 2011
linuxbyexample.org In this video I am going to show you some Linux commands, that you can use to check the specification of a new server you have just purchased. Many hosting companies are now offering virtual private servers, with a wide variety of specifications, after receiving your username and password from the company, you want to be able to check that the server has been set-up with the specification you have paid for. Here, I have already logged into my new server using SSH, and the first command I am going to use is the “DF” command, which reports the size of the disk. Used with the dash H switch, this command will report hard disk usage in Gigabytes. You can see here, that my total disk space allowance is seven point four Gigabytes, which is correct for my server specification. Next, we want to check the memory allocation. This can be done by issuing the “FREE” command with the dash M switch. Here you can see that my server has a total memory allocation of two hundred and twenty eight Megabytes, and this command also displays how much memory is currently being used, and how much is available for use. Many hosting providers offer different Linux distributions, so you need to check that your new server has been set-up with the distribution you intended to use. You can do this be using the “CAT” command to output the contents of the LSB release located in the etc folder. As you can see, I decided to go with Ubuntu ten point zero four as this is an LTS release …