Yii (pronounced Yee or [ji:]) is a free and open-source, fast, high performance, secure, flexible yet pragmatic, and efficient generic web programming framework for developing all kinds of web applications using PHP. In this article, you will learn how to install the latest version of the Yii framework in Ubuntu LTS (long-term support) releases to
Make Linux Great Again
W Command in Linux
The w is a command-line utility shows the information about currently logged in users. It also displays the system information that how long the system has been running, current time and the system load average. In this guide we will discuss about the w command. How to Use the w Command# Below is the basic
How to Check Java Version on Linux System
Java is most popular programming language. It is used for building different kinds of cross-platform applications. This guide shows you how to check the version of Java installed on your Linux system. Java Version Format# Java uses semantic versioning. When looking at the version number, there are usually three digits to read: MAJOR.MINOR.SECURITY For example,
How to Install and Configure Fail2ban on CentOS 8
Fail2ban is an open-source tool which is used to protect your Linux system from Brute Force and DDoS other automated attacks. It blocks the client which are repeatedly fail to authenticate correctly with the services configured for it. Actually, it monitoring the logs of services for malicious activity and identify the automated attacks. This guide
How to Check Java Version
Java is one of the most popular programming languages in the world, used for building different types of cross-platform applications. This article explains how to check what version of Java is installed on your Linux system using the command line. This can be useful when installing applications that require a specific version of Java. Java
The 10 Best Rolling Release Linux Distributions
In this guide, we will discuss some of the popular rolling release distributions. If you are new to the concept of a rolling release, worry not. A rolling release system is a Linux distribution that is constantly updated in all aspects: from the software packages, desktop environment, to the kernel. Applications are updated and released
Kill Command in Linux
Kill command is a built in command in Linux which is used to terminate the process manually. This is commonly happening like, some applications may become unresponsive or start consuming a lot of system resources. In such situation the only solution is to either restart the system or kill the application process. You can terminate
How to Install and Configure Fail2ban on CentOS 8
All servers that are exposed to the Internet are at risk of malware attacks. For example, if you have a software connected to a public network, attackers can use brute-force attempts to gain access to the application. Fail2ban is an open-source tool that helps protect your Linux machine from brute-force and other automated attacks by
Install Linux from USB Device or Boot into Live Mode Using Unetbootin and dd Command
Installing Linux from a USB mass storage device or logging into Live Linux Environment is a cool Idea. Booting from a USB mass storage device is sometimes necessary, especially when the ROM media device is not working. Booting Windows from a USB mass storage device is not difficult, and with the availability of various software,
How to Mount ISO File on Linux
An ISO file is an archive file. It contains the complete image of a CD or DVD. Typically, most operating systems like macOS, Linux and Windows are provided as ISO image. This tutorial explains how to mount ISO file on Linux. Mount ISO Files using the Command Line# You can attach the ISO files at