Menu
TAG

Linux Tutorials

Linux Kernel And Its Functions
Linux Tutorials 5 min read

Linux Kernel And Its Functions

People use Linux every day. Today almost all electronic products are built on Linux and the most popular ones are Android devices. Every day almost 850,000 Android devices are activated which is the largest compared to any other mobile devices manufacturer such as Windows Phone, iPhone, etc. It’s not just smartphones that Linux runs but every other gadget from your TV to a refrigerator is running on Linux. So how is this all possible and what is Linux all about? Let’s talk about this

Linux TutorialsUncategorizedtutorial
How To Setup Latest Oracle OpenJDK On Linux
Linux Tutorials 3 min read

How To Setup Latest Oracle OpenJDK On Linux

OpenJDK is an open source version of Java Development Kit and is available on most Linux package repositories. Sadly, the version is quite outdated since Java programs today are compiled for the latest Java Environment (which is now version 10), the package found on most Linux repositories is still in previous stable release ie., v1.8. This article will guide you on how to install the latest OpenJDK on your Linux computer, and how to set its environment variables so you can start right away w

Linux TutorialsUncategorizedhow-to
Discover the Magic of Gnome Boxes: A Complete Guide
Linux Tutorials 7 min read

Discover the Magic of Gnome Boxes: A Complete Guide

Boxes or GNOME Boxes is virtualization software for GNOME Desktop Environment. It’s similar to Oracle VirtualBox but features a simple user interface. Boxes also pose some challenges for newbies and VirtualBox users. For instance, it’s easy on VirtualBox to install guest addition images through the menu bar, but the same isn’t valid for Boxes. Instead, we encourage users to install additional guest tools from the terminal program within the guest session. This article will provide a

Linux TutorialsUncategorizedtutorial
Install Ubuntu Bash Shell On Windows 10
Linux Tutorials 4 min read

Install Ubuntu Bash Shell On Windows 10

Nobody expected that Linux on Windows will be a reality! Through Anniversary Update of Windows 10, Microsoft offered full-fledged Ubuntu-based Bash shell as a gift. To make this possible, Microsoft added a new feature called “Windows Subsystem for Linux”. Now Windows developers can write shell scripting! It is like a dream becoming true. Microsoft worked with UK-based Canonical (the company that produces Ubuntu) to bring Ubuntu Linux into Windows. But currently, this will be limited to a

Linux TutorialsUncategorizedhow-to
What Is SSH Command And How To Use SSH To Connect To Remote Server
Linux Tutorials 5 min read

What Is SSH Command And How To Use SSH To Connect To Remote Server

There may be times where logging in to a computer remotely is necessary. You may require access to a file, need to assist a friend with a problem, or even transfer files between computers. Whatever it is Secure Shell (SSH) lets you connect to another computer running Linux (or indeed another Unix system like BSD or Solaris) over an encrypted connection. For a remote host to receive SSH connections, it must have the daemon running (sshd) and you must have it accept incoming packets to port 22

Linux TutorialsUncategorizedhow-to
Master The Linux Command Line
Linux Tutorials 4 min read

Master The Linux Command Line

If you use Linux long enough, you will most likely have performed actions via the terminal in some capacity, even if it was something as simple as installing a package. You might even know how to create directories or folders, move, copy or rename files and folders, run software, run the odd script now and then, or even attempted to compile software from source code. However, do you consider yourself a master at the command line? Although the actions mentioned are a good start, the comma

Linux TutorialsUncategorizedtutorial
How To Rename A File(s) In Linux
Linux Tutorials 5 min read

How To Rename A File(s) In Linux

One of the most basic things that any user does in Linux is rename files. You can rename files in Linux using a file manager, but it isn’t very interesting. In this article, you will learn to rename a file or rename multiple files in Linux through the terminal. Rename a file in Linux Or Moving Files I have a file called “file” in my directory, and I am going to change its name to “archivo”, using the command ‘mv’: The ‘mv’ command is used to move the files, but you can mov

Linux TutorialsUncategorizedhow-to
How To Customize Ubuntu 18.04 With Themes
Linux Tutorials 3 min read

How To Customize Ubuntu 18.04 With Themes

Hello, Ubuntu fans! Ubuntu 18.04 Bionic Beaver comes with a huge major upgrade; switching from Unity to GNOME Desktop Environment. This sounds fun and refreshing but unfortunately, the Desktop Environment switch has also left some users quite confused over one thing they love the most: theming.  However, the irony is even though theming Ubuntu with new looks is possible, the process is somewhat a daunting task which is just not user-friendly at all. But fret not, today I’ll cover how you

Linux TutorialsUncategorizedhow-to
Dual Boot Ubuntu And Windows 10
Linux Tutorials 4 min read

Dual Boot Ubuntu And Windows 10

Dual boot ubuntu windows 10 will provide you the best of both worlds without having to virtualize either of them. This means you get the full potential of both operating systems without any compromise. Also, read – How To Dual Boot Windows 8/8.1/10 And Ubuntu Step by Step tutorial Prerequisites 1. Backup Your data It is very important that you backup your system before you do anything. Even though the process is pretty straightforward and harmless, there is a possibility

Linux TutorialsUncategorizedhow-to
How To Download & Install XAMPP On Linux
Linux Tutorials 3 min read

How To Download & Install XAMPP On Linux

XAMPP is a development tool for web developers especially targetted towards back-end web development i.e., server-side scripting, managing databases, etc. XAMPP is easy to install (and get to work), unlike other methods where one has to download all the individual programs manually and set them up on their choice of platform which is tedious and time consuming for newbies. With XAMPP you can execute your PHP scripts and see the results directly on your local machine without an Internet c

Linux TutorialsUncategorizedhow-to
Spotify For Linux
Linux Tutorials 3 min read

Spotify For Linux

By a long shot, Spotify is the best music streaming service. You can use it on your Android phone, your web browser, or your Windows or Mac computer. It is also available for Linux desktop use (sort of). Spotify snap now available to download Spotify team released snap package for Linux. A team of developers works on the Spotify Linux client in their spare time. Spotify website suggests that the experience might not be the same as other Spotify clients. But, it’s better than not ha

Linux TutorialsUncategorizednews
How Linux Can Make Your Life Easier
Linux Tutorials 4 min read

How Linux Can Make Your Life Easier

Linux is an Operating System (more specifically a kernel) that provides an interface between the computer hardware and the user. Like Microsoft Windows and OS X, Linux provides a platform to the users, enabling them to carry out their daily chores on their beloved computer. And in case you dual-booted or installed Linux on your computer or are just curious to know how Linux can make your life easier, then, you are at the right place. You might have heard the term “Linux distro” or “Linux

Linux TutorialsUncategorizedhow-to