生活的美妙在于,不知道一下秒是惊艳还是伤神,时光流转,珍惜现在的拥有的时光
全部博文(276)
发布时间:2015-09-09 15:08:53
环境:
[t@BJB0541 bin]$ uname -a
Linux BJB0541 4.1.6-200.fc22.x86_64 #1 SMP Mon Aug 17 19:54:31 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
下载安装java
http://www.java.com.........【阅读全文】
发布时间:2015-09-09 10:10:52
问题:
[root@192-168-167-52 ~]# virt-manager
Unable to initialize GTK: could not open display
首先检查sshd的X11转发是否开启.
[root@192-168-167-52 ~]# grep X11Forwarding /etc/ssh/sshd_config
#X11Forwarding no
X11Forwarding yes
.........【阅读全文】
发布时间:2015-08-26 16:53:28
kvm安装centos7后文本模式分辨率太高,需要拖动侧边底边条,操作相当不方便,如下图:
修改/boot/grub2/grub.conf,在kernel最后添加一个参数 nomodeset,重启OK.
......【阅读全文】
发布时间:2013-09-04 10:43:30
当前使用的firefox版本是 23.0.1,系统FEDORA 19 .点击下拉列表,指向想要删除的地址,按下DELETE......【阅读全文】
发布时间:2013-02-19 11:45:14
升级3.7内核后,vmware无法使用了查看日志2013-02-19T11:36:50.866+08:00| vthread-3| I120: Failed to find /lib/modules/3.7.6-102.fc17.i686.PAE/build/include/linux/version.h[talen@localhost ylmf]$ locate version.h/home/talen/.PlayOnLinux/plugins/Capture/software/usr/include/glc/common/versi.........【阅读全文】
发布时间:2012-12-14 09:53:41
格式化打印:由于awk处理的主要任务是产生格式化的报告,而print的功能有限,所以借用了C语言的printf语句。printf的语法结构是:printf(format_expression[,arguments])常用的format_expression有d整数,s字符串条件语句:if(expression) action1;[else action2]条件操作符:(expression)?action1:action2循环:while/for while(condtion) &nbs......【阅读全文】
发布时间:2012-07-10 17:33:27
最近安装了kvm,手上有几个ip可用,想做一下桥接给几个虚拟机用.<br />[root@localhost ~]# cat /etc/sysconfig/network-scripts/ifcfg-br0 <br />DEVICE="br0"<br />BOOTPROTO="static"<br />GATEWAY="172.16.3.1"<br />IPADDR="172.16.3.64"<br />IPV6INIT="yes"<br />MTU="1500"<br />NETMASK="255.255.255.0"<br .........【阅读全文】
发布时间:2012-06-30 10:05:17
[10:07:08 talen@BJB0300 ~ ]$ mkdir /tmp/test[10:07:26 talen@BJB0300 ~ ]$ touch /tmp/test/中文.txt[10:07:37 talen@BJB0300 ~ ]$ ls /tmp/test/中文.txt[10:07:49 talen@BJB0300 ~ ]$ tree /tmp/test//tmp/test/└── \344\270\255\346\226\207.txt0 directories, 1 file[10:07:56 talen@BJB0300 ~ ]$ tree.........【阅读全文】
发布时间:2012-06-26 10:23:56
查看ssh服务是否安装 <div><br /></div><div><div>[root@localhost ~]# rpm -qa |grep -E '(ssh.*server|server.*ssh)'</div><div>openssh-server-5.3p1-70.el6.i686</div></div><div><br /></div><div>查看配置文件</div><div><div>[root@localhost ~]# rpm -qc openssh-server.........【阅读全文】