Skip to content

5000+ Great Articles

Best Articles & Essays: Interesting Articles to Read Online

  • How to Use the Command Line to Kill a Program Computer Tips
  • How to fix reCAPTCHA not working Computer Tips
  • How to Create A Restore Point in Windows 10 Windows 10
  • The best way to fix error_catch_mass error in Google Chrome Help Desk
  • How to Add an App to Android Home Screen Smartphones
  • Best way to change screen resolution in Windows 10 Windows 10
  • Best stats calculator 2020

    Best stats calculator 2020. 1 - Rite in the Rain Weatherproof Top Spiral Notepad, Yellow Cover, Universal Pattern, 3 Pack (No. 146-3), 6 x 4 x 0.375

  • how to read newspaper articles with a free subscription Computer Tips

A Beginner’s Ubuntu Linux Guide

Posted on October 7, 2020 By blog_786 No Comments on A Beginner’s Ubuntu Linux Guide

Most computers in the world run some version of Microsoft Windows It is by far the most popular desktop operating system in the world, but when we move on to non-desktop systems such as the servers that power the Internet, things look different.

You will most likely find that some version of Linux is running on these machines. Ubuntu Linux is the desktop version of this robust and powerful operating system, which, depending on your needs, can be your ideal desktop operating system. If you are intrigued by the idea of ??Ubuntu, then this Ubuntu Linux beginner’s guide is a great place to start.

Ubuntu Linux Guide”/>

What is Ubuntu Linux?

Ubuntu Linux is one of the Linux distributions or “distributions”. Linux is an open source operating system that is supported by a community of ordinary people and foundations sponsored by larger industry players.

Ubuntu, in particular, is created and maintained by Canonical. This is a version of Linux designed specifically as an alternative to operating systems such as Windows and macOS

Ubuntu Linux Guide”/>

Everything from the interface to the standard software is geared towards common users. This is one of the reasons Ubuntu has become the most popular desktop version of Linux in the world.

Where can I find Ubuntu Linux?

Finding Ubuntu Linux is pretty easy. Just go to the Ubuntu website and download the version you want. You don’t have to pay anything, but donations are always welcome!

– /

Ubuntu Linux Guide”/>

After booting the Ubuntu disk image, you can create installation media, such as a bootable USB stick, or simply burn the image to DVD.

Install Ubuntu Linux

We will not cover the Ubuntu installation process in this article, but we recommend that you start by installing in a virtual machine so that you can safely try the operating system on yourself.

If you’re adventurous, you might even consider dual booting Windows 10 and Ubuntu. From now on, we’ll assume you have some version of Ubuntu to play with.

Getting started with Ubuntu Linux

When you first log into Ubuntu, you will be amazed by both familiar and unfamiliar. The Ubuntu desktop is known as “Unity” and has gone through a long process of refinement to become what it is today.

Ubuntu Linux Guide”/>

The main area of ??the screen is the desktop. It also reflects the location in your directory structure. This is where you can store files and icons for items such as external drives will appear here.

Ubuntu Linux Guide”/>

On the left side of the screen is the favorites bar. Basically, this is the Ubuntu version of the macOS dock or the pinned icons on the Windows 10 taskbar. By default, you will see the icons shown there, but the context menu allows you to immediately remove those you don’t need. Just right-click any of these icons and select Remove from Favorites.

Ubuntu Linux Guide”/>

The grid icon in the bottom left corner will open all installed apps. This is similar to the Windows Start button or the Android app bar. You can right click on any of them and then “Add to favorites”, after which they will appear in the favorites bar.

Ubuntu Linux Guide”/>

The top panel of the screen gives you access to general system functions. Click the notification section to access volume controls, settings shortcut, network settings, and power options.

Administrator privileges

The primary user account, which has full control over the computer, is called “root”. If you have root privileges, you are the master of the machine. This means you can also completely confuse things, which is why Ubuntu (and Linux in general) carefully separates the needs of the average user from the needs of the root level.

Ubuntu Linux Guide”/>

Every time you try to make changes related to these more advanced features, you will have to enter the administrator password. This means that anyone else who gains access to the machine can only do a very limited amount of harm. This will help you think twice before making potentially harmful changes to your system.

An intensive course at the station

Terminal is a text-based command line interface, almost synonymous with Linux Although every other operating system has some form of command line interface, for a long time you couldn’t be a Linux user without extensive use of the Terminal.

Ubuntu is different. Most users will never have to touch Terminal at all, thanks to the efforts of Canonical and the Ubuntu community to make the operating system as user-friendly as possible. However, if you want, you can do whatever you want with the Terminal.

Ubuntu Linux Guide”/>

Often, work in the Terminal is faster and more accurate than in the graphical interface. There are more terminal commands than anyone can remember, but there are a few that everyone should know:

  • Sudo – elevates any subsequent command to administrator level.
  • Apt-get – This allows you to install, update or remove software from the software database.
  • Cd – change the current working directory
  • Ls – list all files and folders in the current directory
  • Pwd – shows the full path to the current directory.
  • Cp – copy file from source to destination
  • Mv – move file from source to destination
  • Rm – delete file or directory. Be careful with this!
  • Mkdir – create a new directory
  • Man – shows the man page. Try “man intro” for an introduction to Linux commands.

As a beginner, you don’t need to use the terminal, but a working knowledge of the basics is recommended.

Install Ubuntu applications

There are two main ways to install software on your copy of Ubuntu. The easiest way is to use the built-in software store called “Ubuntu Software”. It works in much the same way as apps stored on other systems like Google Play on Android.

Ubuntu Linux Guide”/>

The vast majority of Ubuntu apps are Free and Open Source (FOSS), but of course there are paid apps as well.

Another main way to install applications is to download the self-installing package. Usually these are either .deb files that work in all flavors of Linux Debian, including Ubuntu. Then there is the PPA or “Personal Package Archive”. Using Ubuntu software, you can add the PPA from your local drive after downloading it and then install it like any other app in the store.

Software assembly

Sometimes the program you need is not in the store and cannot be found in the installation package. Instead, you just get the code and components zipped in the archive. This is a popular compressed file type in Linux

In order for the software to be installed on your system, you need to “compile” it. Believe it or not, the easiest way to do this is to use the command line. The official compilation guide for Ubuntu describes it as a four-step process:

  • Download and install the “build-essentials” package (first time).
  • Download and extract the compressed file.
  • Remove any software dependencies
  • Compile and install the software

Ubuntu Linux Guide”/>

Compiling software on Linux is not really a “novice” process, but the good news is that the vast majority of users are unlikely to look for software that is not available in a digital store or that is available as a do-it-yourself package.

It’s easier than it sounds!

Linux‘s reputation as a complex device right now is part of its distant past. Especially when it comes to Ubuntu. Using Ubuntu, if you get to know its specifics, is no more difficult than Windows or macOS Plus it’s free! You can try it now and it could be your new favorite operating system!

–

Share this:

  • Twitter
  • Facebook
Linux Tips

Post navigation

Previous Post: How To Search In Excel
Next Post: What To Do If You Are Locked Out Of Your Google Account

Related Posts

  • Terminal Tricks: Use the Terminal as an alarm clock Linux Tips
  • Back Up a Directory in Linux using a Shell Script Linux Tips
  • How To Install Windows Applications in Linux Linux Tips
  • What Are Inodes in Linux and How Are They Used? Linux Tips
  • Why the “less” Command is Better Than “more” in UNIX and Linux Linux Tips
  • How To Install a Linux OS On Your Android Phone Linux Tips

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Archives

  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • November 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • March 2021
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • December 2019
  • July 2019
  • May 2019
  • April 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018

Categories

  • AI Tools & Guides
  • Amazon Web Services
  • Apple Watch
  • Computer Tips
  • Cool Websites
  • Featured Posts
  • Free Software Downloads
  • Gadgets
  • Gaming
  • General Software
  • Google Software/Tips
  • Hardware
  • Help Desk
  • How-To
  • iOS
  • iPad
  • iPhone
  • islamic Books
  • Linux
  • Linux Tips
  • Mac OS X
  • macOS
  • MS Office Tips
  • Networking
  • Office Tips
  • OS X
  • Product Reviews
  • Reviews
  • Safari
  • Smart Home
  • Smartphones
  • Software Reviews
  • technology
  • text
  • Tools Review
  • Troubleshooting
  • Tutorials
  • Uncategorized
  • Urdu Books PDF
  • Web Site Tips
  • Windows
  • Windows 10
  • Windows 7
  • Windows XP Tips
  • Wordpress
  • MailTag: Real-time Email Tracking, Made Easy
  • Here are the Top 10 highest paid YouTubers of 2017
  • Protect Your Facebook Account From Hackers (2017)
  • 4 Ways to Share WiFi Without Giving Away Your Password
  • How to Get 2 Free Audiobooks From Audible Trial Instead of 1
DMCA.com Protection Status

Recent Posts

  • How to use Canva Docs to create documents online
  • PS4 won’t turn on but beeps? 9 Fixes Worth Trying
  • How to Create a Vision Board on Canva
  • How to Cancel Your Wall Street Journal (WSJ) Subscription
  • How to Fix Spotify Lyrics Not Showing Up

Recent Comments

  1. How to Cancel Your Wall Street Journal (WSJ) Subscription on How to Cancel Your New York Times Subscription
  2. How to Fix Spotify Lyrics Not Showing Up on How to Delete or Delete Downloads from Spotify
  3. 6 Best FTP Clients For Android on Disney Plus not working on Fire TV? Try These 8 Fixes
  4. Protect Your Facebook Account From Hackers (2017) on Top 5 Facebook Alternative Apps For iOS Devices
  5. 4 Ways to Share WiFi Without Giving Away Your Password on How to fix if PS5 Not Connecting to Internet?
  • How To Improve Your Online Privacy and Security How-To
  • How to Convert a Physical Server to a Citrix Xen Virtual Server (P2V) Virtualization
  • How To Track Someone Down Using Online Sources Web Site Tips
  • Steam deck vs nintendo switch Gadgets
  • How To Manually Set Up WordPress On a Domain Wordpress
  • How to Run Disk Cleanup in Windows 10 Windows 10
  • 10 Apps Which Are Essential For Every iPhone iOS
  • 25 Things You Didn’t Know You Needed from Amazon technology

Copyright © 2023 How To Blog.

Powered by PressBook News WordPress theme

Go to mobile version