参考了:这篇Blog
bridge_fd is the bridge forward delay time, in seconds, default 15.
bridge_hello is the bridge hello time, in seconds, default 2.
bridge_maxage is the bridge's maximum message time, in seconds, default is 20.
bridge_stp control[......]
转载自:http://www.linux-kvm.com/content/securing-your-vnc-headless-guest-simple-passwords
The option of using a vncserver with your KVM virtual machine allows for running your virtual machine “headless”. Sometime ago I wrote a topic on how to run you[......]
转载自:http://linux.chinaunix.net/bbs/thread-1116402-1-1.html
最近在办公室拿了一台废旧的P3机器安装了Centos系统来玩。但为显示器比较垃圾,导致眼睛受不了,所以能通过Com1端口出作为该机的标准输入输出设备。
通过查询资料找到以下几篇文章。并测试通过。
资料1:IBM官方资料,链接地址为:http://publib.boulder.ibm.com/infocenter/clresctr/vxrx/index.jsp[......]
参考了:http://blog.sina.com.cn/s/blog_4cce4f6a0100m6jw.html
pthread_create 是 POSIX 标准下创建线程的函数,函数原型是:
int pthread_create(pthread_t *thread, pthread_attr_t *attr, void*(*start_routine)(void *), void *arg);
在 C 中,这个函数使用很简单,只要定义一个参数和返回值均为 void * 类型的函[......]
从Ubuntu 10.04后,登录时总会列出所有用户。
参考了:http://imee.cn/archives/552
解决方法如下:
1、
cd /usr/share
sudo cp applications/gconf-editor.desktop gdm/autostart/LoginWindow
2、
注销到登录界面,会看到gconf-editor已运行
gconf-editor
#找到/apps/gdm/simple-greeter
#把disable_user_l[......]