Terima kasih telah membaca artikel tentang Spatry's Cup of Arch! di blog Tutorial Opensource and Linux jika anda ingin menyebar luaskan artikel ini di mohon untuk mencantumkan link sebagai Sumbernya, dan bila artikel ini bermanfaat silakan bookmark halaman ini di web browser anda, dengan cara menekan Ctrl + D pada tombol keyboard anda.
Artikel terbaru :
Artikel terkait :
Mysql Master-Slave Replication after slave fails1. From slave if we run mysql> mysql slave status; it will show last bin file slave r… Read More...
How to Run commands as another user via sudoProblem: You want one user to run commands as another, without sharing passwordsSolution: Suppose yo… Read More...
Some useful RPM commands in LinuxRPM (Red Hat Package Manager) RPM keeps the information of all the installed packages under /va… Read More...
How to Authorize per host machines in sudoProblem: You want to allow a user authorization privileges only on certain machinesSolution: First, … Read More...
How to find the least or busy time on an apache web server# cut -d: -f 2 /var/log/httpd/*access_log* | sort | uniq -c290873 00184948 01115479 0284129 0371059 … Read More...
How to block SSH Server Attacks Using DenyHostsDenyHosts is an open source and free log-based intrusion prevention security program for SSH servers… Read More...
How to Limit SSH User Logins in linuxYou have large number of user accounts on the systems, then it makes sense that we limit remote acce… Read More...
How to install Linux Malware Detect (LMD) / MaldetMalware can be trojans, viruses, spyware, adware, rootkits or any other malicious programs which can… Read More...
How to configure a sudo user in linuxIf a server needs to be administered by a number of people it is normally not a good idea for them a… Read More...
How to Bypass Password Authentication using sudoProblem: You want one user to run a command as another user without supplying a passwordSolution: Us… Read More...