Skip to main content

Getting Started with Linux For the young

Getting Started with Linux For the young - to begin try own Linux installation and asked a friend who was steeped Linux. After that you can also follow courses to deepen Linux Linux material. And then is to find the experiences of troubleshooting on Linux. All of the above certainly requires determination and courage, as most beginners who want to learn Linux collided with a few things. For example with the installation, there are still many who are reluctant and even afraid to start installing Linux on his computer. But you can use software such as VirtualBox is free to start, even with your computer's RAM minimum requirement I would suggest is 1 GB.

The main thing to remember is that Linux is different. There is lots to learn, so you need some patience and perseverance. This part assumes you have an install CD with some version of Linux on it. Most can be installed directly from the CD if you want. You can do this by setting your BIOS with an option to boot from the CD. If you can't do this, you will need to get or make a boot floppy. Usually there are utility programs on the CD, usually "rawrite" that can be used to make a boot disk from a DOS environment. Some systems also require a root disk to be made.

To make a boot floppy from the Redhat CD, issue the below commands. The example assumes your CD is on drive D and you are running DOS.
  • D: 
  • cd /images 
  • /dosutils/rawrite
 Enter "boot.img" for the source file and "a:" for the destination.

Important Note!!
I have noticed many times that when people install Linux they will not have the capabilities they want or may get error messages when their system starts. Many distributions allow the following choices or more for their installations:
  • Workstation - For no or minimal networking. Only client services is installed, so if you use this installation, don't expect to telnet to your system since the service was not installed. Use this installation if you don't have a network card or will not want to provide any network services.
  • Server - Installs most packages. 
  • Custom - Allows you to select the packages you want to install. 
Experience is the best teacher. I often run into few cases after Getting Started with Linux For the young , the more often you find a problem or perform troubleshooting in Linux then you will be more proficient in Linux. Sometimes some cases it is not too complicated for some people but this case has become a complex issue and as if there is no solution. so good luck, enjoy it.

Comments

  1. Blogging is the new poetry. I find it wonderful and amazing in many ways.

    ReplyDelete

Post a Comment

Popular posts from this blog

Parts of Computer Technology Basics

Part of Computer Technology Basics it seems you should know if a part of the computer is damaged you be know where the location of the damage. Computers Technology now in circulation are increasingly sophisticated and much in demand by many people, maybe including yourself. you should know in it has an important component. The following P arts of C omputer Technology Basic: 1. Hardware hardware are all part of the physical computer , and are distinguished by the data in it or who operate in it, and are distinguished by the software (software) that provides instructions for the hardware to complete the task. The boundary between hardware and software will be a little blurry when we speak about firmware, because this firmware is software that is "made" into the hardware. This firmware is the area of computer science and computer engineering , which is rarely known by the general user.Just an example below:

The Linux Operating System Section

The Linux Operating System Section - This section contains a large amount of tutorials and information about Linux. I present a form that allows you to read it and do not need hard to find. some of you may already have heard of linux, some stories Linux users, who generally do their own install and configuration of the system, are more likely to understand the technology than users of Microsoft Windows or Mac OS. They are often called hacker or geek. But the stereotype is increasingly reduced with increasing user-friendly nature and the growing breadth of Linux distribution users. Linux has made a pretty good achievement in the server computer market and special-purpose computer, such as image rendering engine and a web server. Linux is also gaining in popularity in the desktop computer market.well to more clear about the linux operating system I will explain. Linux is a principle to a combination of LAMP-server program, short for Linux, Apache, MySQL, Perl / PHP / Python. LAMP has...

Logging in and Logout on Linux

So, this time if you have installed linux on your computer, it is very easy to logging in and logout in how your computer. The following means logging in and logout on linux : logging in When you complete installing Linux and booting the system you should see a login prompt on your monitor. When you did your Linux install you should have set a root password. You may have also created a user with a password. Therefore to log in, you will want to type the name of a user or "root" for the login name and enter the appropriate password. If you logged in as a normal user and know the root password and want to use administration commands, you may use the command "su" to become a "super user". Some systems also support the "sudo" command, which allows administrative privileges on a command by command basis. Logging out Use the command "logout" to exit a given session. If you have logged in, then typed "su" to become a superuser...