忘记续费godaddy 7年的数据都没了
七月 20th, 2017
原来的godaddy是按年付费的,今年改成了按月续费…忘记续费1个月
7年的数据都没了..只能按去web.archive.org看看能找回多少是多少了..血的教训…
七月 20th, 2017
原来的godaddy是按年付费的,今年改成了按月续费…忘记续费1个月
7年的数据都没了..只能按去web.archive.org看看能找回多少是多少了..血的教训…
十二月 11th, 2019
nano /etc/apt/sources.list
deb http://security.debian.org/debian-security jessie/updates main
apt update
apt install libssl1.0.0
or
nano /etc/apt/sources.list
deb http://security.debian.org/debian-security stretch/updates main
apt update
apt install libssl-dev
十月 13th, 2019
开启SSH权限
CentOS和Debian通用,输入以下两条命令
sed -i 's/PermitRootLogin no/PermitRootLogin yes/g' /etc/ssh/sshd_config
sed -i 's/PasswordAuthentication no/PasswordAuthentication yes/g' /etc/ssh/sshd_config
Ubuntu系统,输入以下两条命令
sed -i 's/#PermitRootLogin prohibit-password/PermitRootLogin yes/g' /etc/ssh/sshd_config
sed -i 's/PasswordAuthentication no/PasswordAuthentication yes/g' /etc/ssh/sshd_config
重启服务器
reboot
五月 14th, 2019
三月 22nd, 2019
上传目录到服务器
scp -r -i “0.pem” /root/.vds/ [email protected]:/home/ubuntu/vds
从服务器下载整个目录
scp -r [email protected]:remote_dir/ /tmp/local_dir
十一月 7th, 2018
十一月 7th, 2018
十月 15th, 2018
修改模板代码-collection.liquid
{% comment %}
The contents of the collection.liquid template can be found in /sections/collection-template.liquid
{% endcomment %}
{% if collection.sort_by == 'best-selling' %}
hello
{% else %}
{% section 'collection-template' %}
{% endif %}
十月 4th, 2018
下载脚本
wget --no-check-certificate https://raw.github.com/Lozy/danted/master/install.sh -O install.sh
bash install.sh
配置脚本,port是端口,user输入账号,passwd输入密码
bash install.sh --port=xxx --user=xxxx --passwd=xxxx
脚本删除
bash install.sh --uninstall
九月 22nd, 2018
之前开了个FB企业号绑定个人号,刚上了个shopify电商测试广告就提示个人号给封了。
跟代理商沟通了下
1, 再加1K刀开个新号
2, 14个工作日退款 收10%手续费
都不是好办法啊 只能尝试自己解封了
识别验证了几天好友(错一次后要过10个小时才能再次验证) 然后一个个对应名字在fb里搜索….
成功后再把手机号改成自己的 再把好友list下载回来还有个人信息比如生日等..后面就不怕再封了吧 除非要上传id照片。
九月 21st, 2018