Quantcast
Browsing all 382 articles
Browse latest View live

How to Synchronize Directories Using Lsyncd in Linux

In this article, I'll explain how to install Lsyncd(Live Syncing Mirror Daemon) on Linux systems and how to synchronize remote and local directories in Linux.  Lsyncd is a light-weight live mirror...

View Article


How to Install Streamlink Twitch Gui on Arch Linux

Streamlink enables you to watch videos from various online video streams in popular video players like mpv, MPlayer, and VLC. Streamlink is a command-line tool written in Python, it was forked from...

View Article


RPM Commands in Linux with Examples

RPM(Redhat Package Manager) is a command line package management utility used for installing, uninstalling, updating, querying and verifying software packages. This article I will explain some of the...

View Article

Discover the Best 7 Ways to Create a File in Linux Terminal

In this article, I will show you how to create a file from a Linux terminal. There are many text editors like (vim, nano, vi) and many commands like (cat, echo, printf, touch) to create a file in the...

View Article

What is My DNS Server? Know 4 Methods to Check IP Address

If you have used Internet there is a pretty good chance that you have used DNS even without realizing it. DNS is the acronym for Domain Name System. What it basically does is translating domain names...

View Article


What is the Function of Shebang in Linux?

The #! characters form a magic number. We embed these magic number in any scripts under UNIX / Linux operating systems to tell the kernel what interpreter to execute, to read our script. Like Linux...

View Article

Find How to Stop and Restart Apache on Linux Systems

As we all know, Apache is a free and open source cross-platform web server that is used to serve both static and dynamic web pages. on the web. In this article, we'll focus on how you can start and...

View Article

How to Sort all Files by Size Using ls command in Linux

If you are new user in Linux world, the ls command is most popular and very useful command for listing the content of directories. In this article, we will explain how to use  ls sort option to list...

View Article


How to Restart Networking in Ubuntu

How often do you restart your network services? Sometimes you might need to troubleshoot your network connection in case you have made changes to your network or simply cannot access the internet. In...

View Article


Learn How to Get Linux IP Address in Different Ways

How many commands you know to get IP address on your Linux systems? In this article, we'll discuss a few ways to get IP address as well as public IP on Linux. ifconfig command ip addr Hostname -I...

View Article

How to Delete Line in VIM on Linux

How to delete lines from Vim? How to delete ranges of lines? How to delete lines by a given pattern? Let's cover in this article different ways to delete lines in Vim editor. Delete a single line...

View Article

Learn About Linux Bash for Loop with Examples

How to make automation with bash for loop under Linux/UNIX operating system? How do I use break, continue and the parameter for loop control expression? How to act on files using for loop? For loop is...

View Article

Xrdp - Connect Ubuntu Linux Remote Desktop via RDP from Windows

How often do you access Linux Desktop? What tools do you use to access remote desktop? Xrdp is an open source tool which allows users to access the Linux remote desktop via Windows RDP. Apart from...

View Article


Linux: How to Restart Nginx on Ubuntu/Centos/Docker

How often do you restart ngnix service on Linux webserver? This blog post will cover various ways to restart Nginx on a Linux system via command line and on Nginx running in a docker container. I have...

View Article

What are the Best Youtube Video Downloader for Ubuntu

Downloading videos from Youtube to your PC comes in handy especially when you know you are going to be offline for long periods of time, for instance when you are catching a flight or a train. What's...

View Article


How to Transfer Files on Remote Servers Using SFTP Commands in Linux

SFTP is a protocol that offers a secure and private channel for transfer of files between systems using encryption. A misconception exists about the acronym SFTP, with some thinking it stands for...

View Article

How to Sort Files by Date Using LS command in Linux

The ls command is used to list directory contents and the results can be sorted upon several criteria such as by date, alphabetical order of filenames, modification time, access time, version and file...

View Article


Learn How to Install Pip on Ubuntu

Pip is a package manager that facilitates the installation and management of Python software packages, for instance, those contained in the Python Package Index (PyPI). In this article, I am going to...

View Article

Learn How to Install the Latest Eclipse on Ubuntu

Eclipse is a free integrated development environment IDE which is used by programmers around to write software mostly in Java but also in other major programming languages via Eclipse plugins. Eclipse...

View Article

How to Check Ubuntu Version Using Command Line

In this guide, we will show you how you can easily check which version of Ubuntu you have on your system. There are 2 main ways you can achieve this Using the Terminal Using the GUI So let's dive in...

View Article
Browsing all 382 articles
Browse latest View live