How to check if the package is installed in linux
Commands for check installed package : With Apt command : List all installed packaged : # apt list –installed For …
Commands for check installed package : With Apt command : List all installed packaged : # apt list –installed For …
Howto install SVN (Subversion) server on Fedora , Red Hat (RHEL). Install Packages:- # yum install mod_dav_svn subversion Modify Subversion …
Install Docker-compose on CentOs7 Linux. Docker composer yum install -y epel-release yum install -y python-pip pip install –upgrade pip pip …
If a careless sysadmin executes this command on your linux server chmod 444 /bin/chmod – what do you do to …
Introduction Darkstat is a powerful network traffic analyzer that captures and analyzes network traffic in real-time. It can provide vital …
In this article i will explain you to how to find files in Linux. Find at current location # find …
One of the tools I use to monitor performance on IBM AIX 5.3 and Linux is NMON. Using nmon, you …
Installation : CentOs/Fedora yum install lynis Ubuntu : apt-get install lynis Install from source : Create Directory mkdir /usr/local/lynis cd …
Installation : # yum install ncurses-devel glib2-devel GeoIP* # cd /opt # wget http://sourceforge.net/projects/goaccess/files/0.5/goaccess-0.5.tar.gz/download # tar zxvf goaccess-0.5.tar.gz # …
Login to your server as root via SSH. sudo vim /etc/motd Now type in the message you want everyone to …