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 ArticleWhat 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 ArticleWhat 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 ArticleFind 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 ArticleHow 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 ArticleLearn How to Delete or Remove A User on Ubuntu
As a system administrator, you may occasionally be required to delete users from your Ubuntu Linux system. Such instances include when users leave the company or when their accounts become dormant for...
View ArticleHow 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 ArticleLearn 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 ArticleHow 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 ArticleHow to Install Ubuntu on Windows 10 (WSL)
Windows Subsystem for Linux (WSL) allows users to run GNU/Linux environment directly on Windows. This tutorial will show you how to run Ubuntu in your windows 10 environment. This installation includes...
View ArticleLearn 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 ArticleLearn the Method to Install Kali Linux on Virtualbox
Kali Linux know as BackTrack in the past is a Debian-based system for network security, forensic analysis, and penetration testing. A good way to try a new system is to virtualize it with...
View ArticleXrdp - 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 Article30 Things to do After Fresh Installation of Elementary 5 Juno
Here comes Elementary OS 5 Juno which is built with ultimate care for better user experience. This time it comes with Linux 4.15 (based on Ubuntu 18.04 LTS) which brings improved hardware support and...
View ArticleHow to Install Elementary OS 5.0 Juno with Windows 10
Elementary OS 5 Juno release is officially announced and ready for download from here with more user experience. Elementary Os is an Ubuntu-derived distribution with a focus on the user interface. This...
View ArticleLinux: 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 ArticleWhat 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 ArticleHow 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 ArticleHow 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 ArticleEbook - Kubernetes Essentials Complete Practical Guide
Have you been trying to learn Kubernetes for a while now but still miss some concepts?.Learning Kubernetes can be tough especially for users new to Containers and its orchestration. This ebook is one...
View Article