会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
To be or not to be
苟全性命于盛世,但求闻达于网络
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
下一页
2017年2月22日
RHEL7.x 安装virtualbox增强组件
摘要: Create the file /etc/yum.repos.d/rhel-dvd.repo with the following contents: [rhel-cd] name=Red Hat Enterprise Linux $releasever - $basearch - CD baseu
阅读全文
posted @ 2017-02-22 15:41 boowii
阅读(488)
评论(0)
推荐(0)
2017年2月21日
Readhat 7.x禁用防火墙
摘要: Redhat 7.x 查看防火墙状态。 systemctl status firewalld 临时关闭防火墙命令。重启电脑后,防火墙自动起来。 systemctl stop firewalld 永久关闭防火墙命令。重启后,防火墙不会自动启动。 systemctl disable firewalld
阅读全文
posted @ 2017-02-21 18:17 boowii
阅读(429)
评论(0)
推荐(0)
2017年2月20日
Debian普通用户添加sudo权限
摘要: 刚安装好的Debian默认还没有sudo功能。1、安装sudo# apt-get install sudo2、修改 /etc/sudoers 文件属性为可写# chmod +w /etc/sudoers3、编辑 /etc/sudoers ,添加如下行# vim /etc/sudoersroot AL
阅读全文
posted @ 2017-02-20 16:56 boowii
阅读(2242)
评论(0)
推荐(0)
Virtualbox 错误提示"VT-x is not available (VERR_VMX_NO_VMX)"解决办法
摘要: 安装Visual Studio后会默认开启Hyper-V,在控制面板里的启用或关闭Windows功能中关闭Hyper-V。这种方法是BIOS中已经开启了虚拟化,但是被Hyper-V占用了。 https://www.taculee.com/archives/2027
阅读全文
posted @ 2017-02-20 16:30 boowii
阅读(1709)
评论(0)
推荐(0)
2017年1月22日
VNC 下载地址和key
摘要: http://filehippo.com/download_realvnc/60026/ http://bbs.feng.com/read-htm-tid-9823815.htmlhttp://blog.sina.com.cn/s/blog_4ba5b45e0102e6dq.html KEY: BQ
阅读全文
posted @ 2017-01-22 20:02 boowii
阅读(616)
评论(0)
推荐(0)
2016年11月25日
如何查看apt-get install所安装的软件所在位置
摘要: 通过apt-get install 命令安装了一些软件,但这些软件的源码以及那些安装完以后的文件放在哪个文件夹下面??? 1.dpkg -L 软件名 2.在新立得中搜索到你已经安装的软件包,选中点属性(或右键),点属性对话框中的“已安装的文件”即可看到 http://jacinto.blog.51c
阅读全文
posted @ 2016-11-25 13:31 boowii
阅读(1279)
评论(0)
推荐(0)
2016年11月24日
Ubuntu pxe support uefi
摘要: 参考资料: https://www.centos.org/docs/5/html/Installation_Guide-en-US/s1-netboot-tftp.html Legacy PXE https://linux.cn/article-6553-1.html?amputm_medium=r
阅读全文
posted @ 2016-11-24 12:26 boowii
阅读(1408)
评论(0)
推荐(0)
Ubuntu 下挂ISO到虚拟光驱的方法
摘要: 在 ubuntu 下 使用 虚拟光驱 很简单的 ,和 window下需要安装专门的软件不同 ,只要 运行下面的命令就可以查看 其中的内容了 :例:#mount -t iso9660 -o loop 你的iso文件名字.iso /media/cdrom0 (没有请先新建)这样你就可以在 /media/
阅读全文
posted @ 2016-11-24 12:20 boowii
阅读(492)
评论(0)
推荐(0)
取消挂载 umount 时出现的 “Device is busy”
摘要: 假设无法卸载的设备为 /media/USB,运行下列命令即可: $ fuser -m -v /media/USB/ 用户 进程号 权限 命令 /media/BAK/: galeki 335 ..c.. gqview -m 参数表明指定的路径是一个挂载点显示所有使用指定文件系统的进程,后面可以跟挂载点
阅读全文
posted @ 2016-11-24 12:19 boowii
阅读(1034)
评论(0)
推荐(0)
2016年11月23日
ubuntu 如何查看已经安装的软件以及安装目录
摘要: 查看已安装软件 : dpkg -l 查看安装位置, 例如查看 firefox:则执行 which firefox 输出 /usr/bin/firefox 这个一般是1个软连接.然后执行ls -l /usr/bin/firefox就可以找出真正的位置. http://blog.chinaunix.ne
阅读全文
posted @ 2016-11-23 15:16 boowii
阅读(2514)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
下一页
公告