How to setup PHP on Nginx with fastCGI (PHP-FPM) example
Why is Nginx, PHP and fastCGI so popular? Nginx is the DevOps community’s most beloved http web server. And developers love the PHP programming language because it enables them to…
Why is Nginx, PHP and fastCGI so popular? Nginx is the DevOps community’s most beloved http web server. And developers love the PHP programming language because it enables them to…
ack ‘text-to-find-here’ grep -r “string to be searched” /path/to/dir grep -inr "Text" folder/to/be/searched/ command similar to the one you are trying (example: ) for searching in all javascript files (*.js):…
Install the Samba client packages To access Samba share from Linux clients we need to install a few Samba client packages. On the client machine, install the samba-common and samba-client…
Introduction Rsync, which stands for remote sync, is a remote and local file synchronization tool. It uses an algorithm to minimize the amount of data copied by only moving the…
Introduction One problem users run into when first learning how to work with Linux is how to find the files they are looking for. This guide will cover how to…
We could use setfacl: setfacl -m u:username:rwx myfolder This sets permissions for specific users, without changing the ownership of the directory. Check out the man page for further details and…
As you all knows, Kali Linux is one of the most popular penetration testing operating system having more than 400+ hacking tools pre-installed in it. Kali is the latest and…