creating ssh keys using ssh-keygen and copying to server
Creating SSH keys using ssh-keygen command on Linux : We can create SSH key using ssh-keygen command in CentOS and...
Admin / How-to / Linux / Linux Tips
Creating SSH keys using ssh-keygen command on Linux : We can create SSH key using ssh-keygen command in CentOS and...
Admin / How-to / Linux / Linux Tips / Node
Latest Nodejs versions are not yet included in the official Repositories, So we need to download the desired nodejs setup script....
How-to / Linux / Linux Tips / MySQL
Allowing MySQL Root Login from All IP Addresses : Mysql remote root access is disabled by default. Now in this...
How-to / Linux / Linux Tips
Changing the SSH default port in ubuntu, CentOS Linux Server: Changing SSH port number is a good idea. because many...
How-to / Linux / Linux Tips
Speedtest from the command line. Check upload and download speed of the Linux server, Check the Transfer speed of the Ubuntu, CentOS, Debian or any Linux.
Running Cronjob with Delay: Use the Sleep option to delay the script execution like below.
1 |
[crayon-62921a331d719875061555 inline="true" style="border: 0px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; margin: 0px; padding: 0px; white-space: inherit;"]<b>@reboot sleep 60 && my_script.sh</b> |
[/crayon]Here above Cronjob will wait...
Adding ISO image(.iso) to Proxmox Virtual Environment : Login to proxmox Web Interface ( ex : https://yourip:8006) Go to menu...
We need to install the uuid development package to get ride of the “uuid support not found” error. For Ubuntu...
For Ubuntu Users : If you’re installing Asterisk on Ubuntu 14.04 then you probably get the error like above we...