A General Outline on How to Get Started With Linux

an article added by: Mater G at 06202009


In: Root » Computers and technology » Linux » A General Outline on How to Get Started With Linux

French Spanish Portuguese Italian German Japanese Chinese Korean Russian Arabic

Linux was initially created as a hobby by a young student. In the years that have followed it has created a stir amongst people that became disillusioned by other, heavier operating systems. Today, whether you are a computer expert, or just a dabbler, Linux definitely has an alluring appeal given the fact that it is capable of doing just about everything. However, whether you are an expert or a novice, starting with Linux can be a daunting task. This small instructional guide will give you the basic outline of what you will need to do to get started.

Many people will tell you that Linux works great on older systems; this is true, however, there may be limitations to what you can do, so it is recommended that you use a newer machine; the newer the better. One of the simplest ways to get Linux onto your computer is by installing it directly to your hard disk. What makes this a great option is that more than one operating system can be used on your computer; for example, you could have several Linux-based distros to meet varying needs.

So to start, we will discuss how to partition Linux on your machine. If you choose to use more than one operating system you will need to partition your hard disk prior to installing Linux. The quickest way would be to add a second hard disk; however, this can be expensive and complicated if you are unfamiliar with the inner-workings of your machine. So instead, you can minimize the space in your existing partition to make room for Linux. To start the partitioning process, make sure you back up all of the files on your pre-existing operating system. Now you must allocate space for Linux; for this you should try to allocate a minimum of 2 gigabytes, but the more space you give Linux, the better. If you do not have a lot of space, or you plan on installing large files, you could also use a swap partition, which extends memory usage when you go over your limit by using memory from the non-Linux partition that is not currently in use. Next, you must shrink your current operating system's partition to make room for Linux. If you have a good deal of space, Linux might suggest creating more than one partition, and this is highly recommended for the times when you will want to upgrade. After you have made this decision, you can use commercial programs like Partition Magic, or search for a free program; however, some distribution programs may do this automatically.

Now you can install Linux; this part is fairly simple. First, turn on your computer and insert the Linux installation CD or DVD into the drive; this will prompt a boot menu. Next, you will usually have about 10 or 20 seconds to select your installation option. If you do not choose within this timeframe, it will go with the default option. The Linux installation will allow you to choose a language, and will then search your system for hardware and the existence of the newly formed partitions.

Although there may be variations, most Linux distros have similar installations choices. In many cases, you will be able to go with the default options, and tweak as you go. However, you may prefer to modify some options right at the beginning. Some of these options are basic, like time zone, language and keyboard layout. Others might be considered more advanced, such as specifying how Linux will operate; installation mode for updating, repairing or over-riding an existing Linux operating system; or determining how you want your system to boot.

Next, you must configure Linux to meet your needs and keep your new operating system safe. You will be required to create a root password (possibly twice), and add at least one local user. If you choose to have Linux as part of a network, you will need to decide on an authentication method to give yourself more control over the network. You may want to test your internet connection as well, and check for any updates for your Linux distro. The rest of the configurations – such as network, and hardware – generally have default settings, but you may want to look them over and make any changes you see fit. You may also want to have a quick look at the Linux distribution notes, and then you are finished.

Although Linux may seem intimidating at a first glance, once you dig in, you will find that the majority of it is quite simple. You will also find out why so many people swear by Linux as an operating system above all others. Not only is it easy to use, but also highly customizable, and gives you full control over each and every aspect of your computer using experience.

legal disclaimer

Our website is not responsible for the information contained by this article. Web-articles is a free articles resource.
Suggestion: If you need fresh, daily updated content for your website, feel free to use our service. Click here for more information.

related articles

1. IP Supernetting or CIDR
CIDR stands for "Classless Inter-Domain Routing". It is a new addressing scheme for the Internet, intended to replace the old classful (Class A, B, C) address scheme. CIDR allows a more efficient allocation of IP addresses and uses routing aggregation for minimizing the routing table entries, and is also called supernetting. A recapitulation of classful IP addressing shows us the following: Address ...

2. Linux Security Threats
Creating firewalls may block some malicious attempts on your network, but this step is far from running an entirely secure network. As a network administrator or security consultant, to design a proper firewall for your network you need to know what you defend your network from. We cannot fully discuss this topic, even in 1000 pages, but we want to explain some principles that you should consider in running a safe network. As hard as it may seem to protect your network from the outside world, the most dangerous threats always come f...

3. IP Spoofing
An attacker might spoof a trusted IP address when communicating to a host in order to gain unauthorized access on that host. There are a variety of tools that can be found on the Internet to do IP spoofing. Using IP spoofing, attackers can also initiate Denial of Service by sending data with the source IP spoofed to the attacked IP address. The receiver then sends back replies that can contain large amounts of data to the attacked IP address resulting in...

4. BIND Domain Name System DNS
BIND (Berkley Internet Name Domain) is the most used DNS server on the Internet. Nowadays, every Linux distribution has a BIND package for DNS services. The problem with BIND and any DNS server is that in order to be able to translate names into IP addresses it has to communicate with a whole lot of other DNS servers, and so, filtering DNS packets is not possible. DNS services are vital for internet connection; so in order to disrupt services to victims, attackers have a great interest in bringing down DNS servers. Although BIN...

5. Simple Network Management Protocol SNMP
These days, most network devices use SNMP for remote monitoring and configuration. SNMP is a simple protocol used usually to create monitoring software that can retrieve information such as network traffic, CPU load, disk load, etc., and also to modify configuration of devices such as wireless equipment, broadband routers, etc. Most SNMP implementations on those kinds of network devices use version 1 or version 2, which have a very weak authentication method. SNMP version 1 contains a set of bugs in the way SNMP traps and reques...

6. Firewalls, netfilter/iptables
The two things needed to build firewalls and Quality of Service (QoS) with Linux are two packages named netfilter and iproute. While netfilter is a packet filtering framework included in the Linux kernels 2.4 and 2.6, iproute is a package containing a few utilities that allow Linux users to do advanced routing and traffic shaping. This article is intended to introduce the tools we will use throughout this article. However, netfilter ...

7. Iptables Target Specifications in Linux
For the filter table, the most used targets for firewall rules are DROP and ACCEPT. If a rule matches the filtering specifications and has a DROP target, the packet will simply be discarded. If a packet matches a rule with a DROP target, the Linux kernel will drop the packet without consulting other rules in the firewall. If the target is ACCEPT, then the packet is accepted without further consultation of other firewall rules. An alternative to DROP is the REJECT target, which drops the packet but sends an ICMP packet to the sou...

8. A Basic Firewall Script, Linux as a Workstation
So far, we've learned mostly about the usage of iptables filtering options. I will now build up a small firewall script that I think should be default when installing any Linux distribution. By default, all Linux distributions have the default policy ACCEPT on all filter chains. Also, on a default installation, most Linux distributions leave a lot of services running. If you install an old Linux distribution and decide to go for lunch after you have just booted up without any firewall and with a public IP address, good chances a...