Skip to content

5000+ Great Articles

Best Articles & Essays: Interesting Articles to Read Online

  • 7 Best Bike Computers for Cycling Enthusiasts 2022 Gadgets
  • Ryzen 3900X vs Intel i9-9900K – Which CPU Is Truly Better? Reviews
  • How to Turn Off Find My iPhone iPhone
  • Fedora vs Ubuntu 2021 Linux Tips
  • Best hp 10bll financial calculator 2020

    Best hp 10bll financial calculator 2020. 1 - Hermitshell Travel Case for HP 10bII+ Financial Calculator (NW239AA) Hermeshell Hard Case for HP 1

  • How to Get Android 11’s Media Control UI on Any Android How-To
  • How To Access iCloud Content On Your Android Device Tutorials
  • How to Use VLC With Chromecast How-To

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

  • HDG Explains : What Is Sudo & Root On Linux? Linux Tips
  • 6 Easy Ways To Speed Up Your Ubuntu Installation Linux Tips
  • 9 Best Linux Distros For Hacking Linux Tips
  • Show and Hide Desktop Icons in GNOME Linux Linux Tips
  • How to Uninstall Ubuntu in a Windows 10 Dual-Boot System Linux Tips
  • Back Up a Directory in Linux using a Shell Script Linux Tips

Leave a Reply Cancel reply

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

Archives

  • October 2023
  • 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
  • cat5 vs cat5e vs cat6 vs cat6a vs cat7 – Which Ethernet Cable to Use?
  • 15 Best Legal Torrenting Sites to Download Content Safely
  • Review of the ReMarkable 2.0 tablet with Type Folio keyboard
  • Flixable Helps You Find the Best Movies and TV shows on Netflix
  • How to Watch Winter Olympics 2018 from Anywhere
DMCA.com Protection Status

Recent Posts

  • cat5 vs cat5e vs cat6 vs cat6a vs cat7 Which Ethernet Cable to Use?
  • 15 Best Legal Torrenting Sites to Download Content Safely
  • Review of the ReMarkable 2.0 tablet with Type Folio keyboard
  • Flixable Helps You Find the Best Movies and TV shows on Netflix
  • How to Watch Winter Olympics 2018 from Anywhere

Recent Comments

  1. Flixable Helps You Find the Best Movies and TV shows on Netflix on SmartDNS vs VPN “What’s the Difference?”
  2. 5 Sites That Are Like Audible, But Free on Top 4 Amazon Price Tracker Tools
  3. 5 Sites That Are Like Audible, But Free on 14 Best Free Audiobooks on Audible – 2022
  4. How to Reduce PNG File Size of a Photo on How to Convert a Screenshot to a Jpeg on a Mac
  5. 3 Sites like YouTube to Earn Money With Your Videos on Here are the Top 10 highest paid YouTubers of 2013
  • Best ti – 84 graphing calculator 2020

    Best ti - 84 graphing calculator 2020. 1 - Disscool Replacement Charging Cable for Texas Instruments TI-84 Plus CE Graphing Calculator and Texas Ins

  • The 10 Best Online Shopping Sites for Cheap Electronics Cool Websites
  • How to Convert a Physical Server to a Citrix Xen Virtual Server (P2V) Virtualization
  • How to Put Parental Controls on YouTube App How-To
  • How to Block Access to Windows 10 Settings and Control Panel Windows 10
  • Google Pay vs. Samsung Pay : Which Is the Best Mobile Payment and Wallet App? Software Reviews
  • How to Stream Hulu on Discord Cool Websites
  • Best accounting calculator 2020

    Best accounting calculator 2020. 1 - Electronic Calculator,Voice Calculators Electronic Desktop Calculator with 12-Digit Large Display (Blue) T

Copyright © 2023 How To Blog.

Powered by PressBook News WordPress theme

Go to mobile version