Linux :: A General Outline on How to Get Started With Linux ::
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
Let's think about one world-wide service that wouldn't have been possible without standardization, like email services. There are so many email client software applications out there, and all of them use the same protocols to transmit and receive data. Let's say you are in a company LAN and you want to send an email. Layer 7: You use an email client (like Outlook Express for example), which has SMTP and POP3 functions according to OSI Layer 7 (application). Layer 6: You send t...
The Internet layer in the TCP/IP model has the functions of OSI Layer 3 network. The purpose for the Internet layer is to select a path (preferably the best path) in the network for end-to-end delivery. The main protocol found at the Internet layer is IP (Internet Protocol), which provides connectionless, best-effort delivery routing of packets. IP handles logical addressing, and its primary concern is to find the best path between the endpoints, without caring about the contents of the packet. IP does not perform error checking and...
3. IP Addressing, IP Subnetting, and IP Supernetting
The Internet Protocol (IP) found at OSI Layer 3 is responsible for end-to-end delivery of data between computers in an IP network (the Internet). To find a path between two computers in a large network such as the Internet, computers must be uniquely identified. To do that, the Internet Protocol defines IP Addresses, which are unique 32 bit sequences of one and zeros. For example, 11000000101010000000000100000001 is a valid IP address. For the ease of use, IP addresses are represented in a form called the dotted decimal forma...
4. Public and Private IP Addresses
The Internet is a public network, and therefore a device connected directly to the Internet has a public IP address. Those IP addresses must be administered by someone in such way that two devices connected to the public network don't use the same IP address or that two networks don't have the same network address. This job was done by InterNIC (Internet Network Information Center), which has been succeeded by IANA (Internet Assigned Numbers Authority). IANA makes sure to provide unique IP network addresses to Internet Service Provide...
5. 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 ...
6. 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...
7. 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...
8. 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...
9. 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...