-Advertisment-
ihsan saleem
- 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...
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...
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...
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...
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....
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...
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...
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...
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...
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...
Read more- April 29, 2021
- 6
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...
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...
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...
Read more- April 20, 2021
- 0
An ACL specifies which users or system processes are granted access to objects, as well as what operations are allowed on given objects.Access control list (ACL) provides an additional, more...
Read more- April 18, 2021
- 0
top (table of process) command allows users to monitor processes, CPU information and memory utilization in Linux. It is pre-installed on all linux distributions. In this article we will learn...
Read more