Showing posts with label Tutorials. Show all posts
Showing posts with label Tutorials. Show all posts
Tuesday, November 22, 2011
GUIDE: SSH Basic Command
I have had people asking me about SSH commands, and the basic commands, to at least get them going.
The list below is not meant to be a complete SSH guide, but more so a list of some of the basic commands and what they do, as well as the proper formatting for the command.
I’ll start with what I think is the most basic, and work my way up.
Command: cd
Format: cd /directory/you/want/to/go/to
This command is the most basic, and widely used. The cd command is used to move to the directory you specify.
Command: cp
Format: cp /directory/you/want/to/copy /directory/where/you/want/to/copy/to
The cp command will copy the file or folder you specify in the first portion, to the location you specify in the second portion.
Command: mkdir
Format: mkdir /directory/you/want/to/create
mkdir creates the directory or folder you specify
Wednesday, November 16, 2011
TIPS: Guide to Dual Booting
Guide to Dual Booting (PDF) tries to cover the basics: from a detailed Windows, Ubuntu or Fedora installation guide to various issues users may encounter like what happens if you install Windows after Ubuntu and how to get Ubuntu back by restoring GRUB or adding Linux to the Windows bootloader (using an utility that lets you tweak the Windows bootloader, called EasyBCD), which may seem easier for users coming from Windows.
And to make it complete, the guide also covers removing either Windows or Linux from the dual boot setup.
Download Guide to Dual Booting
And to make it complete, the guide also covers removing either Windows or Linux from the dual boot setup.
Download Guide to Dual Booting
Thanks to Satyajit for the guide and tip!
Tuesday, November 15, 2011
HOWTO: Protecting Data with Encrypted Linux Partitions
In these days data is more important especially if its a laptop. Where in we store variety of data either it be personal or office. so I have created this article where we can safely store the data securely. I will be explaining the procedure for it.
Once you have a nice new empty partition, you'll encrypt it with the cryptsetup command. Be very sure you are encrypting the correct partition:
Once you have a nice new empty partition, you'll encrypt it with the cryptsetup command. Be very sure you are encrypting the correct partition:
# cryptsetup --verbose --verify-passphrase -c aes-cbc-plain luksFormat /dev/sda2
Subscribe to:
Posts (Atom)


