Linux add a user to group with adduser
adduser command like useradd, used to add a user to linux server. adduser is more interactive, while useradd require all options passed…
adduser command like useradd, used to add a user to linux server. adduser is more interactive, while useradd require all options passed…
To find windows server version from command line, run gwmi win32_operatingsystem | % caption
To scan a folder, run -r will scan sub folders too. To Scan a Folder (Only Show Infected) To exclude a folder…
Install clamav on Ubuntu Scan a folder with clamscan Install clamav Antivirus on CentOS 7 How to install ClamAV on cPanel Server
clamav is a free open source antivirus. To install clamav on Ubuntu/Debian, run apt install clamav -y To update ClamAV virus definitions,…
To allow SSH login as user root, edit file vi /etc/ssh/sshd_config Find PermitRootLogin no Replace with PermitRootLogin yes restart sshd. systemctl restart…
addgroup linux commanhd allow you to create a group. addgroup [options] [–gid ID] group Example root@ok:~# addgroup sokadmin Adding group `sokadmin’ (GID…
CPA Marketing sites where you can promote your products. If you are a publisher, you can promote other products and earn income…
When doing PCI COMPLIANCE scan got error related to SSH Diffie-Hellman Modulus /etc/ssh/moduli Edit file vi /etc/ssh/sshd_config Add at end of the…
locate command find files on a linux server. To install locate, run On CentOS yum install mlocate On Debian/Ubuntu apt install mlocate…
ack is a tool like grep optimized for programmers. ack show the matched files name only On Debian/Ubuntu, you can install it…