How to run command in remote server over SSH
This article explains the way to execute commands in remote server using SSH. Where USER, HOST and COMMAND need to
Read MoreFor Techs.... Techniques.... Technologies....
This article explains the way to execute commands in remote server using SSH. Where USER, HOST and COMMAND need to
Read MoreMySQL allows the option to exclude certain tables from replication. This tutorial explains the configuration to exclude table from MySQL
Read MoreWe can modify any normal user to superuser using ALTER query in PostgreSQL. Where username need to be replaced with
Read MoreWe can use the find command for searching the files older than specific days and delete it. Where FOLDER-PATH need
Read MoreThis article explains the steps to install pip for Python2.7 in Linux. Step1: Download pip package. Step2: Execute and install
Read MoreThis happens because of the lack of permissions. Nagios files and folders are under the ownership of the user nagios.
Read MoreCurl command can be used to download web files to local. Where URL need to be replaced with the link
Read MoreWe can use the kubectl command to delete secrets from Kubernates. Where secret-name need to be replaced with the name
Read MoreThis article explains the steps to disable SELinux in Centos7 serves. To disable SELinux temporarily, we can use the following
Read MoreThe historical execution of Dags is known as the backfilling in Airflow. By default the catchup will be in enabled
Read MoreThis article explains the steps to recover lost ssh access to amazon EC2 instance. Here in this case the server
Read More