Create SSH Key $ apt install -y sshpass Create file shell, sample loginServer.shsshpass -p YOUR_PASSWORD ssh ‘user@domain.com’ $ sudo chmod +x loginServer.sh $ ./loginServer.sh
Author: kura
Github Ssh Key on Linux
Environment: Ubuntu 20.04 To create ssh-key github, you can see this link Generating a new SSH key and adding it to the ssh-agent You follow step until Adding your SSH key to the ssh-agent And next Adding a new SSH key to your GitHub account If you done create and add ssh-key on github and…
Html Compress or Uncompress Code
Question: How can make the HTML code be formatted in one line, during run time. thanks for any help Answer: you can use this website tools
Javascript – Parent Child Dynamic
Mariadb PV Import
Question: How can monitor progress import of large sql file on Linux? Answer: Install Pipe Viewer $ pv sqlfile.sql | mysql -u root -p dbname
HackerRank – Min Max Sum
Sample Input:1 2 3 4 5 Sample Output:10 14
Phalcon Devtools – Command Not Found
Operation System: Ubuntu 20.04 Install phalcon devtool with composer and set global Test command phalcon Install mlocate to find folder phalcon/devtools Run command find this folder Create alias command and set target to folder Run command phalcon Create alias permanent, open file bashrc Copy and paste command alias to bottom line And run command $…
Postgres Restore Database With Command Line
This command restore
Postgresql Find Location on Linux
open terminal and run command ps auxw | grep postgres | grep — -D
Sftp Command Download From Server
Run command