Quantcast
Channel: LinOxide
Browsing all 1287 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Install and Configure VNC on Ubuntu 20.04

VNC stands for Virtual Network Computing. It helps you to control your Ubuntu machine remotely. VNC server uses the Remote Frame Buffer protocol (RFB) to remotely control another computer. When a...

View Article


Image may be NSFW.
Clik here to view.

Exa - A Modern Replacement for ls Command

Exa is a nifty command-line tool that has received lots accolades for being a contemporary replacement for the good old ls command. And rightfully so given its ability to use different colors in...

View Article


Image may be NSFW.
Clik here to view.

Linux wget Command Explained with Examples

The Linux wget command-line tool is a nifty utility used to download files over the internet. It's usually used when you want to download tarball & zipped files, deb & rpm packages from a...

View Article

Image may be NSFW.
Clik here to view.

Bpytop - An Efficient Resource Monitor in Linux

For terminal lovers, having the ability to monitor your system resource usage is just as crucial. Being aware of your systems' resource utilization helps you make informed decisions in general system...

View Article

Image may be NSFW.
Clik here to view.

How to Install Zsh on Linux

This tutorial shows how to install zsh and configure 'Oh my zsh' framework on the Linux machine. Z shell (Zsh) is one of the most powerful shell interpreters which is an extended version of bash, tcsh,...

View Article


Image may be NSFW.
Clik here to view.

Auto-cpufreq - CPU Speed and Power Optimizer for Linux Systems

This guide, we explore yet another monitoring tool - auto-cpufreq - a CPU speed and power optimizer. In an earlier article, we looked at a user-friendly resource monitor known as Bashtop and saw just...

View Article

Image may be NSFW.
Clik here to view.

13 Cool Things to Do with Linux

Linux is an open-source operating system that allows you to run almost every major web development language available. You don't need to pay for any software installation and you can find everything on...

View Article

Image may be NSFW.
Clik here to view.

12 Best Tools to Connect Linux Remote Desktop

A remote desktop is a software that allows a computer system’s desktop environment to be run by another computer system. Remote desktop environments are used in organizations where applications are...

View Article


Image may be NSFW.
Clik here to view.

How to Create Linux Swap File

One of the recommended ways of boosting your server's performance and avoiding running out of memory is by creating a swap space or swap file. Swap is virtual memory located on your hard disk and...

View Article


Image may be NSFW.
Clik here to view.

Awk Command in Linux

AWK is one of the most powerful command in Linux. You can manage data and generate reports using the awk command. It also allows us to use logical operation, variables, print functions and many more....

View Article

Image may be NSFW.
Clik here to view.

How to Check Which Shell You are Using on Linux

Out of the box, Linux provides a wide variety of shells. There's bash (Bourne Again shell) shell which ships by default in many Linux distributions. We also have sh (Bourne Shell), tcsh (TC shell), csh...

View Article

Image may be NSFW.
Clik here to view.

How to Use Docker Run Command [Beginners Guide]

The docker run command is used to launch and run containers. Learning how to use docker run command is a recommendation for any developers who want to get familiar with Docker. When working with...

View Article

Image may be NSFW.
Clik here to view.

Gzip and Keep Original File in Linux

Gzip command by default delete the original file and replace it with a new compressed file with .gz extension. In this article, I am going to show you how to gzip file and keep the original ones...

View Article


Image may be NSFW.
Clik here to view.

What are the Best Linux Distros for 2020

In this tutorial, we shall focus on the 10 + 1 best Linux distributions for the year 2020 for new and experienced users. As per distrowatch below are the top 10 Linux distributions based on website...

View Article

Image may be NSFW.
Clik here to view.

5 Ways to Install Deb File from Command Line

This tutorial, I will show you several ways how to install deb packages on Ubuntu and other Debian-based Linux Distributions. We will see how to install .deb file using dpkg command, using apt, using...

View Article


Image may be NSFW.
Clik here to view.

Useful AWK One-Liners to Keep Handy

Awk is a very powerful and handy tool designed for advanced text processing. It searches and scans a file line by line, splits each input line into fields, compares the input line or fields to pattern...

View Article

Image may be NSFW.
Clik here to view.

How to Upgrade Linux Kernel on CentOS 7

The Linux kernel is the core or main component of the Linux operating system. The first kernel release was first written in 1991 by Linus Torvalds, who at the time, was a computer science student at...

View Article


Image may be NSFW.
Clik here to view.

How to Get Last Modified Date of File in Linux

Sometimes, you may be required to check detailed information about a file (timestamp) such as its last modified date. This can come in handy when you want to check when the file was last edited....

View Article

Image may be NSFW.
Clik here to view.

Linux Find Files Modified in Last Number of Days

The Linux find command is a handy tool that lets you find or locate files on your system. You can specify to locate a file based on wide criteria such as file type, file location,  and file permissions...

View Article

Image may be NSFW.
Clik here to view.

How to Make Bash Script Executable Using Chmod

In this tutorial, I am going through the steps to create a bash script and to make the script executable using the chmod command. After that, you will be able to run it without using the sh or bash...

View Article
Browsing all 1287 articles
Browse latest View live