Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Posted 10-27-2020 at 11:08 AM byhazel Updated 10-27-2020 at 11:10 AM byhazel
One thing that Linux newbies often find confusing is the way that Linux deals with disks. Windows does its disk management "under the hood". Partitions are checked to see if they are organised in a way that Windows recognises; if so, they are automatically "mounted", i.e. made available to the system. Each disk or partition is given a letter by which it can be accessed, starting with C: (A: and B: were historically reserved for floppy disks). Unrecognised disks, including Linux...
A novice in on of the LQ forums recently complained that he couldn't understand version numbers in Linux. That's not perhaps surprising because software version numbers are used in several different ways, often simultaneously. Every program or library that is in active development goes through different versions as its developer adds features or corrects reported bugs. The Linux kernel is no exception, for it is, after all a program. But over the years, the kernel versioning system has become a...
Posted 01-10-2020 at 11:50 AM byhazel Updated 01-16-2020 at 05:48 AM byhazel
The Problem
Linux newbies tend to find man pages somewhat offputting. That may be because they are very concentrated, compressing a large amount of information into a small, highly-formatted package. They go back conceptually to the original UNIX Programmers' Manual, which was designed for experts who just wanted to bone up on something occasionally.
When the GNU people were creating GNU/Linux, they included man pages but also provided an alternative called info pages. This...
One of the commonest newbie questions on this site is "What Linux distro would you recommend for me to use?" It's understandable that newbies ask this question. With Windows, the answer to "What Windows should I run?" is easy: the latest one that will run on your machine (and that is still supported by Microsoft and the companies that produce your antivirus software). But Linux comes in a lot more than 57 varieties, most of them equally up to date. Which then should...
Posted 05-11-2018 at 10:37 AM byhazel Updated 01-16-2020 at 05:50 AM byhazel
All serious software nowadays does most of its work using libraries. The top-level program code is mainly a caller for library functions written by other people, and it is these that actually do most of the heavy lifting. Without libraries, programming would be impossible for anyone but professionally trained coders.
A library is a collection of functions that do a particular set of interrelated jobs: reading and writing a particular media format, doing quad-precision maths, parsing...
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.