在虚拟机软件中,vmware player是对硬件支持很好的,通过它可以很方便的使用网银.单片机开发等等工作.但是最近ubuntu每次升级内核后,vmware都会启动失败,提示:Before you can run VMware, server modules must be compiled and loaded into the running kernel(Kernel headers for version 3.8.0-25-generic were not found) 这时需要重新编
问题描述: centos6.x开机卡死在进度条处 远程登录,查看系统日志,看看卡在哪儿 通过远程连接,tail -fn 20 /var/log/messages 发现报错: init: prefdm main process -terminated with status 1 init: prefdm respawning too fast,stopped 然后无法继续启动.prefdm路径:/etc/X11/prefdm,负责启动图形界面. 解决方法: 重启服务器进入single单用户模式,修
VisualBox之所以在Linux上比传统的VMware快得多,关键一点就是它和Linux内核的结合比较紧密,这也是开源的优点. 不过Linux内核更新很频繁,每次更新内核后启动VirtualBox都会提示: VirtualBox kernel driver not installed. The vboxdrv kernel module was either not loaded or /dev/vboxdrv was not created for some reason. Re-setu
ubuntu的内核经常升级,而老内核并不自动卸载.时间长了,就有一大堆内核垃圾,需要我们手动去清理. 先用uname -a 查看当前内核版本: xzc@xzc-HP-ProBook-4446s:~$ uname -a Linux xzc-HP-ProBook-4446s --generic #-Ubuntu SMP Mon Mar :: UTC x86_64 x86_64 x86_64 GNU/Linux 可见当前版本为3.13.0-46 用dpkg --get-selections|grep
ubuntu安装mysql后不能远程访问的方法1.mysql>GRANT ALL PRIVILEGES ON *.* TO 'myuser'@'%' IDENTIFIED BY 'mypassword' WITH GRANT OPTION; 2.FLUSH RIVILEGES; 3.查看mysql库users表中是否存在如下记录,存在代表设置成功.
解决Ubuntu编译内核uImage出现问题“mkimage” command not found - U-Boot images will not be built问题 http://www.linuxidc.com/Linux/2012-05/60247.htm 系统没有安装mkimage:想办法下载安装或者直接从uboot的目录里面拷贝mkimage. 为什么Centos装上以后,执行apt-get命令提示没有该命令? http://bbs.csdn.net/topics/33018767