scp ~/Downloads/Orders.sql root@MY_SSH_IP:/root/Orders.sql
ssh root@MY_SSH_IP
mysql -u root -p myshop < Orders.sql
Install Redis on server Source
sudo yum install epel-release
sudo yum --enablerepo=remi install redis
sudo systemctl enable redis
sudo systemctl start redis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
timestamp=$(date +%s); | |
number=$(shuf -i 1-9 -n 1); | |
case $number in | |
1) url="http://dl.irangfx.com/2019/AdobeExtensionManagerCCAll.zip" ;; # 123 MB | |
2) url="http://dl.irangfx.com/2018/Adobe.Photoshop.CC.14.2.1.Portable.x86.x64.rar" ;; # 524 MB | |
3) url="http://dl.irangfx.com/2019/Adobe.Photoshop.CC.20.0.2.30.Mac_irangfx.com.rar" ;; # 1.86 GB | |
4) url="http://dl.irangfx.com/2018/Adobe.Photoshop.CC.19.1.3.49649.Mac.part1.rar" ;; # 1.07 GB | |
5) url="http://dl.irangfx.com/2018/Adobe.Photoshop.CC.19.1.3.49649.x64.part2.rar" ;; # 1.86 GB | |
6) url="http://dl.irangfx.com/background/25-Free-Blurred-Backgrounds.zip" ;; # 207 MB |
NewerOlder