- 静态IP 设置后, 重启电脑 会被重置 为 DHCP 的默认模式, 导致每次重启电脑都得重设 静态IP
http://linhost.info/2008/11/how-to-set-a-static-ip-on-ubuntu-810/
偏好 Solution 2.
思路:
如果有无线网络则首先 禁掉 无线网络, 取消无线网络的自动连接,如果不行,则删除无线网络
把系统 默认的 Auto eth0 的 Auto Connect 取消.
然后 自己手动创建 一个连接, 如 wired eth0, 手动输入 MAC 和 IP/DNS.
切记 将wired eth0 设置为 自动登录
然后 左键点击 右上角的 网络连接按钮,启动 wired eth0.
这样每次系统登录的时候,系统会自动的连接 wired eth0, 而不会每次都去连接系统默认的Auto eth0而覆盖掉之前设置好的静态IP
- 如何在 英文系统 环境 下 启动 中文输入法.
1. 在 Language Support 里面 装载 Chinese. -- Scim
补充: 我试图在 input method 的里面 启动 Enable support to enter complex characters 失败,无论我点击Apply多少次,均失败,至今不明白原因. -- 不过这项根本不影响 启动 Scim.
在 新立得 管理软件里面 (System --> Administrator --> Synapic Package Manager) 搜索 scim,然后找到Chinese 包,安装.
2. Important:
修改 Scim 的启动文件 ( 我的中文环境中,不用修改该文件也可以运行,估计是 跟 Enable to enter complex characters 有关,正好的我的英文系统不能设置该项,所以我们手动修改它的启动项文件)
sudo gedit /etc/X11/Xsession.d/74custom-scim_startup # 然后在 弹出的文件中加入下面几行代码 export XMODIFIERS="@im=SCIM" export GTK_IM_MODULE="scim" export XIM_PROGRAM="scim -d" export QT_IM_MODULE="scim"
ctr+alt+backspace 重启session, 进入后 ctr+space就能启动 Scim,然后ctr+shift启动输入法.
ded this command to the gnome startup commands.
3. scim如何 在其他软件 如 Skype, MSN and OpenOffice.org 中使用了.
将下面的代码加入 gnome startup commands.
scim -d -c socket -f x11 -e socket
- 显卡
1. 查看Xorg 是否 加载了正确的显卡 驱动
~# glxinfo
如果确认自己的显卡类型, 如是 NVIDIA
~# glxinfo | grep "NVIDIA" server glx vendor string: NVIDIA Corporation client glx vendor string: NVIDIA Corporation OpenGL vendor string: NVIDIA Corporation OpenGL version string: 2.1.2 NVIDIA 177.82 OpenGL shading language version string: 1.20 NVIDIA via Cg compiler
如够正常显示如上信息,则表示Xorg 加载了正常的驱动信息.
2. 如果想测试 OpenGL 的运行情况
~# glxgears
- 3D桌面设置
XGL+Beryl+MAC OS2
1. 下载Compiz (XGL)
http://knowledge76.com/index.php/XGL/Compiz_Nvidia_32bit
2. 下载Beryl
注意: 连接 http://ubuntu.beryl-project.org/ feisty main 经常会因为router 导致 client request 失败,这个时候只需要多试几次就Ok
另外 在 执行 ~# apt-get update 之前 一定要获得 密匙
~# wget http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg -O- | sudo apt-key add -
否则beryl 服务器 会 reject 客户端的请求。
3. MAC OS2 主题
4. others
- 如何添加启动项
以做 Beryl 启动项 为例:
1.启动命令控制台
输入 gksudo gedit /usr/bin/startberyl.sh
#!/bin/sh beryl-manager
2. 输入 sudo chmod a+x /usr/bin/startberyl.sh - 赋予读写可执行的权限。
3. 在桌面上 点击右键, 然后选择Create Lauche, type 就默认 application, 在空格表单中填入Beryl
在指令菜单中填入 /usr/bin/startberyl, 然后选择自己喜欢的图标. 这样你的桌面上就会有名叫Beryl的启动项了.
4. 如何添加自启动项
System -> Preference -> Session
点击 Add 按钮, 在启动命令行内输入 "/usr/bin/startberyl.sh"
If you want Beryl to start up automatically you can go to System -> Preferences -> Sessions.
Once there, click the Startup Programs tab and then click the Add button. Enter “/usr/bin/startberyl.sh” into the Startup Command field and click OK. The next time you log into your machine, Beryl will start automatically.
- SVN in Ubtunu8.10
Ubtunu 8.10 自带了 SVN. System --> Performance --> Remote Desktop
但是 用的是 vino 工具的 SVN server
设置 Remote Desktop 注意
不要设置加密连接. -- 否则会 你用 SVN client 或者 vinagre 都会直接断开连接.