转载自http://tieba.baidu.com/p/4243462984,作者Pallashadow,many thanks 先把错配的显卡驱动清理干净sudo apt-get --purge remove nvidia-*到https://developer.nvidia.com/cuda-d ...
分类:
系统相关 时间:
2016-12-03 18:40:36
阅读次数:
174
桌面会显示“Windows 8.1 Secure Boot未正确配置”的水印问题:安全启动(Secure Boot)可以阻止未授权软件的运行,提升系统的安全性。上述提示意味着安全启动被禁用或者没有正确配置。微软之前曾表示可以进入BIOS菜单打开或重新配置安全启动,或者联系PC厂商。这对于普通用户来说 ...
新版的Kali安装Vmware系统自带的vmtools已经不好使了,需要改用open-vm-tools-desktop,安装方法如下:apt-getupdate
apt-getinstallopen-vm-tools-desktopfuse
reboot就这样了!!
分类:
其他好文 时间:
2016-11-30 18:08:25
阅读次数:
496
http://www.2cto.com/os/201407/318477.html ************************************************* 什么是Virtualbox? VirtualBox 是一款开源虚拟机软件(注:跟vmware差不多)。Virtual ...
分类:
其他好文 时间:
2016-11-30 11:28:22
阅读次数:
309
在VPS上安装nginx PHP配置,以供有些时候无聊使用。 ...
分类:
Web程序 时间:
2016-11-26 14:16:02
阅读次数:
133
############更改default.target的链接源为reboot.target############reboot.target##init6修复方法:rm-fr/etc/systemd/system/default.targetln-s/usr/lib/systemd/system/graphical.target/etc/systemd/system/default.target####################[root@localhost~]#cd/etc/..
分类:
系统相关 时间:
2016-11-26 00:19:02
阅读次数:
298
系统故障恢复一:7.0以后的启动级别是通过链接/usr/lib/systemd/system/******.target/etc/systemd/system/default.target即可更改启动级别如果删除了/etc/systemd/system/default.target,再把/usr/lib/systemd/system/reboot.target链接到default.target,那么系统将循环重启..
分类:
系统相关 时间:
2016-11-24 21:59:06
阅读次数:
259
作者:reboot 链接:https://www.zhihu.com/question/40841661/answer/90439996 来源:知乎 著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 1.编辑源 vi /etc/apt/sources.list 2.新增如下源 d ...
分类:
其他好文 时间:
2016-11-24 15:07:52
阅读次数:
577
如何使用man查看帮助文件 man command例如man date 按下enter键之后会显示date帮助文件,指令后面会有一个代号 info的用法 关机的几个常用命令 shutdown,halt,poweroff,reboot 切换执行等级 init init 0也可以用来关机 ...
分类:
系统相关 时间:
2016-11-24 11:54:31
阅读次数:
187