Linux: How to Run Local Bash Aliases over SSH Session
This post will guide you how to run local bash aliases over ssh session to remote server in Linux system. How do I load local shell aliases to ssh session in SSH Client. Run Local… read more »
This post will guide you how to run local bash aliases over ssh session to remote server in Linux system. How do I load local shell aliases to ssh session in SSH Client. Run Local… read more »
This post will guide you how to use CURL command to access HTTP or HTTPS website with a proxy server in Linux system. How do I Set Proxy for Curl Command in Linux. Set Proxy… read more »
This post will guide you how to delete all keys and flush all Redis caches in your redis server. How do I delete everything in Redis. Delete All Keys You can flush cache or database… read more »
This post will guide you how to install and configure redius on Ubuntu Linux 16.04 or 18.04. How do I install Redis Server on Ubuntu Linux. What is Redis? Install Redis Configuring Redis Testing Redis… read more »
This post will guide you how to start/restart/stop services on your Alpine Linux. How do I enable service when the Alpine Linux starts up. What is Alpine Linux Start Service on Alpine Linux Stop Service… read more »
This post will guide you how to run a cron job to check and restart process if it isn’t arleary running in your CentOS/RHEL/Ubuntu Server. How do I use a simple bash script to restart… read more »
This post will guide you how to make a for loop in bash shell. How do I make a loop to repeat n times in Bash shell. For Loop in Bash Shell Iterating the current… read more »
This post will guide you how to check the current SUSE Linux version. How do I find out the OpenSUSE/SuSE Linux version via Command Line Interface. Check SUSE Version If you are using a SUSE… read more »
This post will guide you how to install or enable EPEL repository in you CentOS or RHEL 6.x/5.x Linux. How to enable EPEL repo to install packages on CentOs 6.5 or RHEL 6.5 Linux. Install… read more »
This post will guide you how to get the exit status from a ssh remote command in Linux bash. How do I find the exit code of a remote command executed via ssh commmand under… read more »
This post will guide you how to extract a RAR archive file under CentOS/RHEL/Ubuntu Linux. How do I open a rar file in Linux. How to create a rar file using RAR tool under Linux… read more »
This post will guide you how to configure your samba server to automount windows share folder at boot in Linux operating system. How to mount samba share permanently in Linux. How to use the /etc/fstab… read more »
This post will guide you how to test if a specific port of your Linux server is open or not. How to use the nmap or nc utility to check if remove port is open… read more »
This post will guide you how to connect to the remote MySQL/MariaDB database server from command Line Interface under your Linux operating system. How do I access my remote MySQL database from command line on… read more »
This post will guide you how to create new file with vi/vim text editor in CentOS/RHEL/Ubuntu Linux. How do I create a new file in the current directory on Linux. How to save a file… read more »