阿朗BTS开启40个邻区

阿朗基站默认未开启40个邻区功能,如果fci表的15、16页已经加满,再需要添加多的邻区关系就得设置打开40个邻区。

阅读更多

卸载linux旧内核

当linux内核更新后,开机的GRUB引导菜单中会存在新旧内核多个引导菜单,当新内核使用稳定后,我们可以将旧的内核删除以减少开机引导项,以下是在fedora与ubuntu中删除旧内核的方法,其他的YUM系或APT系系统可以参考参考

阅读更多

Linux下部署goAgent

准备工作

下载Google Appengine SDK For Pyahont与goAgent

1.Google App Engine SDK for Python
https://developers.google.com/appengine/downloads?hl=zh-CN#Google_App_Engine_SDK_for_Python

2.goagent
https://code.google.com/p/goagent/

下载后解压,将goagent文件夹放到google_appengine目录下,目录结构如下:

阅读更多

Ubuntu Server中安装VNC Server

安装所有软件

#aptitude install openbox firefox ttf-wqy-microhei
#aptitude install vnc4server

设置openbox启动

#update-alternatives --config x-session-manager
然后选择openbox-session

设置vncserver密码:

阅读更多

Debian使用apt-spy选择最佳源

安装apt-spy

#apt-get install apt-spy

使用apt-spy选择最佳源

#apt-spy update
#apt-spy -d stable -a asia -t 3

结果保存在/etc/apt/sources.list.d/apt-spy.list,可手动替换到/etc/apt/sources.list

阅读更多