Linux add a user to group with adduser

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

Find Windows Server version from command line

Find Windows Server version from command line

To find windows server version from command line, run

Scan a folder with clamscan

Scan a folder with clamscan

To scan a folder, run -r will scan sub folders too. To Scan a Folder (Only Show Infected) See clamav

clamav

clamav

Install clamav on Ubuntu Scan a folder with clamscan Install clamav Antivirus on CentOS 7 How to install ClamAV on

Install clamav on Ubuntu

Install clamav on Ubuntu

clamav is a free open source antivirus. To install clamav on Ubuntu/Debian, run To update ClamAV virus definitions, run To

Allow SSH root login

Allow SSH root login

To allow SSH login as user root, edit file Find Replace with restart sshd.

Adding a group in Linux with addgroup

Adding a group in Linux with addgroup

addgroup linux commanhd allow you to create a group. Example Add a system group (normally group id below 500, run

Billing Software

Billing Software

https://invoiceplane.com

Affiliate Marketing Sites – CPA

Affiliate Marketing Sites – CPA

CPA Marketing sites where you can promote your products. If you are a publisher, you can promote other products and

PCI COMPLIANCE SSH Diffie-Hellman Modulus

PCI COMPLIANCE SSH Diffie-Hellman Modulus

When doing PCI COMPLIANCE scan got error related to SSH Diffie-Hellman Modulus

locate command on Linux

locate command on Linux

locate command find files on a linux server. To install locate, run On CentOS On Debian/Ubuntu locate searches through a

ack better grep for programmers

ack better grep for programmers

ack is a tool like grep optimized for programmers. ack show the matched files name only On Debian/Ubuntu, you can