- 浏览: 9192 次
- 性别:
- 来自: 济南
最新评论
文章列表
1. install net-snmp on ubuntu
http://www.net-snmp.org/wiki/index.php/Net-Snmp_on_Ubuntu
2. using and loading mibs
http://www.net-snmp.org/wiki/index.php/TUT:Using_and_loading_MIBS
3. put the private mibs into snmp paths
run command: net-snmp-config --default-mibdirs to get the default mib ...
前段时间断断续续的看了一段时间的sip,osip,exosip,rtp,mm2,linphone的东西。看着看着,一深入就涉及到了一些视频,音频协议之类的,不感兴趣了。不看了。
还是改看看kernel,driver之类的吧。
从现在开始,好好看。
1. login as root.
2. computer->install/uninstall software
install kernel-source
upgrade kernel-desktop to 2.3.34-12(maybe this version no.)
install gcc
install make
install gtk+ (opensuse11.3 installed by default)
3. reboot and login as root
4. download VMware-xxxx-7.1.3.bundle
5. ./VMwa ...
1. 往/lib和/usr/lib里面加东西,是不用修改/etc/ld.so.conf的,但是完了之后要调一下ldconfig,不然这个library会找不到
2. 想往上面两个目录以外加东西的时候,一定要修改/etc/ld.so.conf,然后再调用ldconfig,不然也会找不到
比如安装了一个mysql到/usr/local/mysql,mysql有一大堆library在/usr/local/mysql/lib下面,这时就需要在/etc/ld.so.conf下面加一行/usr/local/mysql/lib,保存过后ldconfig一下,新的library才能在程序运行时被找到。
3. ...
1. warning root cause.
warning: incompatible implicit declaration of built-in function ‘exit’
使用gcc编译程序,若碰到这样的warning:incompatible implicit declaration of built-in function ‘exit’,则表明没有include相应的头文件。
在*.h文件里,加了一行include ...
0. http://wiki.ubuntu.org.cn/%E5%BF%AB%E9%80%9F%E8%AE%BE%E7%BD%AE%E6%8C%87%E5%8D%97
1. 安装Gstreamer的插件后,Media Player播放rmvb,见速配。
2. 按钮改在右面。
gconf-editor
apps->metacity->general->button_layout, 值改为menu:minimize,maximize,close
U盘安装,升级至10.04.
华硕主板电脑,U盘启动:
1. Ubuntu制作U盘10.04镜像
2. 插入U盘,进入BIOS,选择硬盘启动,硬盘选择U盘。(一定要插入硬盘,才会显示选择那个硬盘启动的选项)
fcitx输入法
1. 安装
sudo apt-get install fcitx
2. 设置环境变量
echo -e "export XMODIFIERS=@im=fcitx\nexport GTK_IM_MODULE=\"xim\"\nexport QT_IM_MODULE=\"xim\"\nfcitx &">>~/.profile
3. 重启X
4. 方块字
gedit --encoding gbk ~/.fcitx/config
显示字体(中)=*
改为:
显示字体(中)=AR PL UMing C ...
System->Preference->Keyboard->Layout->Layout Option->select [Key sequeence to kill the X server]
更改启动顺序,
1. mv /etc/grub.d/30_os-prober to /etc/grub.d/04_os-prober
2. change /etc/grub/grub.cfg, 见附件