Linux Installation Checklist
Every
Linux distribution differs slightly in the interface used to install
the operating system on your desktop, the order of the information it
requests, and the tools it uses to simplify the installation process.
Regardless of the distribution, however, you must follow these four
major steps to install Linux:
-
If you want to keep your existing operating
system, resize the disk partition by using a partitioning tool or get a
second hard drive.
-
Burn DVDs or format flash drives for your distribution and boot the PC from the DVD or flash drive.
-
Go through the graphical installation steps.
-
Configure other hardware when the system first boots.
Linux Commands to Check the Network
Many
Linux distributions provide a number of tools to simplify network
configuration and connectivity verification. The following tools work
with every distribution and allow you to administer your network from
the command line:
-
ping: Checks network connectivity
-
ifconfig: Displays the configuration for a network interface
-
traceroute: Shows the path taken to reach a host
-
route: Displays the routing table and/or lets you configure it
-
arp: Shows the address resolution table and/or lets you configure it
-
netstat: Displays the status of the network
Working in Linux with the bash Shell
The
bash shell serves as the mediator between the user and the Linux kernel, with
bash being the most common shell in use today. To interact with the
bash
shell, you need to understand how the pipe works (allowing the output
of one command to be the input of the next), how to use redirection, and
some basic commands and environment variables:
-
Pipe:
-
Redirections:
-
command > file: output goes to file
-
command < file: input from file
-
command >> file: append to file
-
command2> file: errors go to file
-
Commands:
-
alias: Defines a shortcut for a long command
-
apropos: Searches the manpages for keywords
-
history: Displays the most recent commands
-
locate: Finds files
-
whereis: Finds executable files for a command
-
which: Shows the full pathname for a command
-
man: Displays online help
-
printenv: Displays the environment variables
-
Environment variables:
-
HOME: User’s home directory
-
PATH: Directories to search for commands
-
TERM: Name of a terminal type
Linux File System Basics
To
interact with the Linux file system, you must understand some basics:
its key directories, some of the most commonly used commands, and the
permissions you can assign to files.
Anonymous
Author & Editor
A technology enthusiast and addictive blogger who likes to hacking tricks and wish to be the best White Hacket Hacker of the World.
0 comments:
Post a Comment
Note: only a member of this blog may post a comment.