linux shell脚本自启
$ sudo chmod 755 /etc/init.d/test $ cd /etc/init.d $ sudo update-rc.d test defaults 95
$ sudo chmod 755 /etc/init.d/test $ cd /etc/init.d $ sudo update-rc.d test defaults 95
sudo cp /etc/rethinkdb/default.conf.sample /etc/rethinkdb/instances.d/instance1.conf sudo /etc/init.d/rethinkdb restart
systemctl disable lightdm.service
安装ssh服务 sudo apt-get install openssh-server 查看是否启动 sudo ps -e |grep ssh 如果没有启动 sudo service ssh start
隐藏文件 cmd命令 attrib +s +a +h +r 路径 cmd命令 取消 attrib -a -s -h -r 路径
remote: Counting objects: 34438, done. remote: Compressing objects: 100% (24840/24840), done. error: RPC failed; curl 18…
lookupd -flushcache 这个命令适用于Tiger或更低版本 Mac OS dscacheutil -flushcache 这个适用于Mac OS Leopard
在Mac系统中并没有Home、End等键,所以在使用时并不是特别的顺手,但是有几个键位组合可以使Terminal的操作更加灵活方便。 1、将光标移动到行首:ctrl + a 2、将光标移动到行尾:ctrl + e 3、清除屏幕: …
使用dd命令可以完整备份硬盘,并且可以直接用于其他相同硬件的机器 命令 dd if=/dev/sda of=/dev/sdb if是输入数据源(要备份的硬盘),of是输出数据源(备份到硬盘) 可以使用df查看磁盘名 由于是整个磁盘克隆,会很…
1.刷机包 链接: https://pan.baidu.com/s/1mhEd6rA 密码: 4w29 找到里面的y71-811,文件有1个多g,网速好的话几分钟就下完了。 2.线刷 打开线刷驱动下的 InstallDriv…
更多...
加载中...