- June 15, 2021
- 0
lm_sensors (Linux-monitoring sensors), is a free open source tool for Linux that provides tools and drivers for monitoring temperatures, voltage, humidity, and fans. It can also detect chassis intrusions. Device temperature control is very important. Most of the time, your...
Read more- June 11, 2021
- 0
Users and groups are used on GNU/Linux for access and control to the system's files, directories, and peripherals. Every linux user must know that how to create users and groups as it is very important, without it you will be...
Read more- June 9, 2021
- 0
CyberPanel is a web hosting control panel provided by OpenLiteSpeed. Unlike other hosting control panels, it is use OpenLiteSpeed as a web server. It comes with two version CyberPanel and CyberPanel Ent. CyberPanel is completely free for an unlimited number...
Read more- June 8, 2021
- 0
Nmap (Network Mapper) is an open source tool for network exploration and security auditing. It was designed to rapidly scan large networks, although it works fine against single hosts. Nmap uses raw IP packets in novel ways to determine what...
Read more- June 7, 2021
- 0
CSF stands for ConfigServer Security & Firewall. It is Server Firewall created to provide better security for your server while giving you an easy to use and advanced interface for managing your firewall settings. CSF configures your server’s firewall to...
Read more- June 2, 2021
- 0
Jenkins is an open-source automation server written in Java and Scala. This software allows users the ability to automate almost any task and, it saves significant time that can be better utilized addressing other issues. Jenkins helps to automate the...
Read more- June 1, 2021
- 0
Apache CouchDB is an open-source document-oriented NoSQL database, implemented in Erlang. CouchDB server stores its data in named databases, which contains documents with JSON structure.It is optimized for multi-tasking functions. CouchDB has two modes, standalone mode, and clustered mode. If...
Read more- May 31, 2021
- 0
Clam AntiVirus (ClamAV) is a free software, cross-platform and open-source antivirus software toolkit able used to detect trojans and malicious softwares including viruses. One of its main uses is on mail servers as a server-side email virus scanner. ClamAV includes...
Read more- May 29, 2021
- 0
LogRotate program is used to provide the administrator with an up-to-date record of events taking place on the system. The logrotate utility may also be used to back up log files, so copies may be used to establish patterns for...
Read more- May 28, 2021
- 0
tar is a computer software utility for collecting many files into one archive file.Tar saves many files together into a single tape or disk archive, and can restore individual files from the archive. Normally it used for distribution or backup...
Read more- May 26, 2021
- 0
ProFTPD (Pro FTP daemon) is an FTP server. ProFTPD is Free and open-source software, compatible with Unix-like systems. Along with vsftpd and Pure-FTPd, ProFTPD is among the most popular FTP servers in Unix-like environments today. Compared to those, which focus...
Read more- May 25, 2021
- 0
lsof command stands for "List Of Open File", used to report a list of all open files and the processes that opened them. With one go it lists out all open files in output console.lsof command is used to show...
Read more- May 2, 2021
- 0
LAMP is an popular open source stack. It is bundle of different software. It stands for Linux, Apache, MySQL/MariaDB, and PHP, when we install all these software it means we install LAMP stack. They provide a proven set of software...
Read more- April 30, 2021
- 0
MySQL is an open-source relational database management system (RDBMS) used to host several databases on a single server by allowing multi-user access to each database.Data in a MySQL database are stored in tables. A table is a collection of related...
Read more- April 29, 2021
- 1
VSFTPD or very secure FTP daemons an FTP server for Unix-like systems, including Linux. vsftpd is an Open Source FTP server. VSFTPD main design goal is to be a highly recommendable FTP server, provides a large amount of configuration options...
Read more- April 28, 2021
- 0
The Apache HTTP Server is free and open-source platform and is developed and maintained by an open community of developers Apache Foundation. The vast majority of Apache HTTP Server instances run on a Linux distribution but current versions also run...
Read more- April 24, 2021
- 0
The Apache JMeter is an open source software. It is a pure Java application designed to load test functional behavior and measure performance. The application was originally designed for testing Web Applications but has since expanded to other test functions....
Read more- April 23, 2021
- 0
Most processes have their own strategies for closing down. Shockingly, processes can breakdown and not permit themselves to be closed down. So,if a running background measure is unresponsive, it gets important to use a command to kill it. A process...
Read more