How to Install and Configure VNC on Ubuntu 20.04
Virtual Network Computing (VNC) is a graphical desktop sharing system that allows you to use your keyboard and mouse to control another computer remotely. It is an open-source alternative to…
Virtual Network Computing (VNC) is a graphical desktop sharing system that allows you to use your keyboard and mouse to control another computer remotely. It is an open-source alternative 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…