How to install and use rdesktop
rdesktop is an open-source client for connecting to windows using Windows Remote Desktop Services. To install rdesktop on CentOS/Fedora run yum install…
rdesktop is an open-source client for connecting to windows using Windows Remote Desktop Services. To install rdesktop on CentOS/Fedora run yum install…
sshpass is used to non interactively log in to remote SSH server and execute commands. It can use a password from a…
On CentOS/RHEL yum update yum upgrade -y yum -y remove mlocate yum install -y nmap lynx wget curl telnet jwhois yum install…
When I run locale-gen command, i get the following error root@netmon1:~# locale-gen en_US.UTF-8 bash: locale-gen: command not found root@netmon1:~# To see which…
rpl is a very useful command used for bulk string replacement in files. Basic usage is to specify two strings and one…
Logtop is a real-time log analysis tool. It can be used to understand log files. The developer describes it as “Display real…
ISPConfig is a free hosting control panel. The DocumentRoot in ISPConfig is /var/www/clients/client0/web1/web. In the path client0 and web1 changes depending on…
VHD or VHDx (newer version) is a Virtual Hard Disk file format used by Microsoft’s Hyper-V. To Open a VHD disk on…
rsnapshot is a backup software based on rsync. It can make an incremental backup. rsnapshot makes an automatic incremental backup using rsync…
On Ubuntu 18.04 server running PHP 7.2, i want to install Microsoft SQL Server module for PHP. You can find PHP module…