ShareThis

Showing posts with label Linux. Show all posts
Showing posts with label Linux. Show all posts

Tuesday, November 6, 2012

[Unix] Create new directory

You can use mkdir command to create new directories on unix.

mkdir test

creates /test/ folder at your current directory.

Tuesday, October 16, 2012

[Linux] Delete a folder from SSH (Shell Client)

I have found that the SSH FTP client is a pain to deal with when deleting files and folders. You can do it faster from the Shell command using this set of instructions:

cd /were/the/folder/is
ls (make sure you can see that folder)
rm -rf foldernamehere (make sure its exactly the same)

Wednesday, September 5, 2012

Wipe Linux & Install Windows - 2 Step Process!!

The process of installing windows on your linux machine is super easy. You only need your windows OS boot cd/dvd. Insert it into the cd/dvd drive and boot up the linux machine. Press ESC immediately to pause the startup process. Select "Select boot order" option in the dos-like menu. Then choose the dvd rom drive as the boot device, and press enter. It should restart and have the windows logo pop up. From there, just do a normal installation.  You can wipe the hard drives and reformat if you want a fresh copy of windows without Linux.