How to Fix “-bash: scp: command not found” Error
The scp command is a secure file transfer protocol that enables users to transfer files between a local and a remote system using a secure encrypted channel. However, sometimes when…
The technology blog that consist of updates, tips, recommendations, how-tos, manuals, troubleshoot solutions, fix errors on linux and windows.
How to Fix “-bash: scp: command not found” Error
The scp command is a secure file transfer protocol that enables users to transfer files between a local and a remote system using a secure encrypted channel. However, sometimes when…
How to Mount a Windows Shared Folder in Linux CentOS 6.3
Windows and Linux are two popular operating systems that use different file systems. However, it is possible to share files between them. In this guide, we will focus on how…
How to Install Webmin 1.600 on Linux CentOS 6.3 Using RPM
Webmin is a open source web-based system administration tool and system configuration tool for Unix servers and services. It’s useful for linux administrator especially the Linux newbies as it can…
Apache Reverse Proxy Configuration for Linux
A reverse proxy operates as a gateway and presents itself to the client as a standard web server. This guide will walk you through the process of setting up and…
How to Enable mod_perl on Linux CentOS 6.3
The default apache configuration installed without mod_perl. This can be a good idea in order to minimize the number of things that can go wrong. This post will covers the…
How to Secure OpenSSH (SSHD) on Linux
OpenSSH is a widely recognized open-source alternative to proprietary Secure Shell software. It provides SSH connectivity tools that enable remote login and file transfer via SCP or SFTP. OpenSSH was…
How to Install Subversion on CentOS 6.3
This post will cover the quick steps to install Subversion 1.6 on linux CentOS 6.3 server. Apache Subversion (often abbreviated SVN) is a open source software versioning and revision control…
How to Find Default Gateway IP address on Linux
The default gateway is a network device that allows a computer to communicate with other networks, including the internet. Knowing your default gateway IP address is essential when configuring or…
How to Check Disk Read and Write Speed in Linux with HDPARM Utility
Checking the disk read and write speed is essential to understand the performance of your system and useful to determine the performance of your storage device, especially when it comes…
How to Fix “-bash: hdparm: command not found” on Linux CentOS 6.3
In the vast world of web servers, encountering errors is a common occurrence. These errors, while frustrating, provide an opportunity to delve deeper into the intricacies of server management. One…
How to Remove a Logical Volume on CentOS 6.3/RHEL6
In Linux, the ability to manage storage effectively is a crucial skill. One common task that arises is the need to remove an existing logical volume, a process that requires…
How to Check Realtime RAM Memory Usage Available in Linux VPS
On the previous post, i have teach you on how to check the memory usage on linux virtual Private Server (VPS) but only top command had provide real-time information and…