摘要:
http://www.2cto.com/os/201102/83942.html之前我在Ubuntu Server下用 sudo passwd root 启用了 root 用户,如果你没有启用,记得在命令前加"sudo"。1、备份源列表文件 cp /etc/apt/sources.list /etc/apt/sources.list.bak2、用vim打开源列表文件 vim sources.list3、按下Esc,然后全选并删除(ggdG),把新的源粘贴上去,保存退出(:wq)。我挨个ping了一下,觉得下面这2个最适合我,保存记录一下。"intrepid&quo
阅读全文
posted @ 2012-12-14 11:36
shiningrise
阅读(443)
推荐(0)
摘要:
http://help.aliyun.com/manual?helpId=271http://hi.baidu.com/jiyunjie/item/eed3e3d1656822302a35c7e0
阅读全文
posted @ 2012-12-14 11:13
shiningrise
阅读(158)
推荐(0)
摘要:
http://www.oschina.net/project/top_cn_2012
阅读全文
posted @ 2012-12-14 00:18
shiningrise
阅读(135)
推荐(0)
摘要:
http://xiha.org/user.htm?name=summer#http://xiha.org/index.htmhttp://gitcd.com/index.htm
阅读全文
posted @ 2012-12-13 23:30
shiningrise
阅读(288)
推荐(0)
摘要:
http://www.onlinedown.net/softdown/235343_2.htm
阅读全文
posted @ 2012-12-13 12:50
shiningrise
阅读(368)
推荐(0)
摘要:
http://www.linuxdot.netmono2.10.8.1才是很好用的。http://levenblog.codeplex.com/把那个sqlite3.dll删除不要启用asp.net4.0添加<globalization uiCulture="en" culture="zh-CN" />
阅读全文
posted @ 2012-12-12 23:14
shiningrise
阅读(181)
推荐(0)
摘要:
named.conf这一行: allow-query-cache { any; }; 取消注释如果说没有,添加这行,经测试,有效
阅读全文
posted @ 2012-12-11 23:49
shiningrise
阅读(1124)
推荐(0)
摘要:
http://www.gxcms.com
阅读全文
posted @ 2012-12-11 22:59
shiningrise
阅读(382)
推荐(0)
摘要:
http://www.linuxidc.com/Linux/2012-06/64007.htm
阅读全文
posted @ 2012-12-11 12:43
shiningrise
阅读(130)
推荐(0)
摘要:
http://mabofeng.blog.51cto.com/2661587/703023
阅读全文
posted @ 2012-12-10 23:29
shiningrise
阅读(304)
推荐(0)
摘要:
操作系统:ubuntu1204服务器版 DNS软件:bind9 newoa.qyjob.net指向168.168.168.96的IP 运行以下命令安装 sudo apt-get install bind9 dnsutils bind9-doc 在默认情况下。Bind9是被配置为DNS缓存服务器来使用的。因此只要把DNS服务器地址加入转发列表就行了 sudo vim /etc/bind/naemd.conf.options 红色是要修改的 [plain] view plaincopyoptions{directory"/var/cache/bind";//Ifthereisa
阅读全文
posted @ 2012-12-10 12:51
shiningrise
阅读(7471)
推荐(0)
摘要:
http://oj.jzxx.net/problemset.php
阅读全文
posted @ 2012-12-08 21:59
shiningrise
阅读(279)
推荐(0)
摘要:
cdcorepkill-9judgedsvnup.sudo./make.shsudojudged就ok了 http://code.google.com/p/hustoj/
阅读全文
posted @ 2012-12-08 12:36
shiningrise
阅读(382)
推荐(0)
摘要:
OAuth2.0浏览: 62新浪http://code.google.com/p/oauth-dot-net/http://www.cnblogs.com/mainz/archive/2010/12/01/1893718.htmlhttp://www.cnblogs.com/prolifes/articles/2263033.htmlhttp://www.cnblogs.com/shiningrise/archive/2012/01/01/2309725.htmlQQ:http://qqconnect.codeplex.com/https://github.com/shiningrise/do
阅读全文
posted @ 2012-12-07 19:25
shiningrise
阅读(221)
推荐(0)
摘要:
http://blog.jiqila.com/post/245/http://www.linuxdot.net/
阅读全文
posted @ 2012-12-06 22:50
shiningrise
阅读(265)
推荐(0)
摘要:
实际上只需2条命令即可sudo apt-get install tasksel任务标记分组sudo tasksel install lamp-server
阅读全文
posted @ 2012-12-06 21:35
shiningrise
阅读(203)
推荐(0)
摘要:
我的还需要安装sudo apt-get install language-pack-zh-han*http://wlx.westgis.ac.cn/867/
阅读全文
posted @ 2012-12-06 16:56
shiningrise
阅读(456)
推荐(0)
posted @ 2012-12-06 08:32
shiningrise
阅读(203)
推荐(0)
摘要:
执行命令:$vim ~/.bashrc编辑文件 # yuyang add 2012-04-30 case $TERM in linux)LANG=C ;; *)LANG=zh_CN.utf8 ;; esac执行命令:source ~/.bashrc关机方法 sudo shutdown -h now
阅读全文
posted @ 2012-12-04 16:53
shiningrise
阅读(250)
推荐(0)
摘要:
http://code.google.com/p/hustoj/
阅读全文
posted @ 2012-12-04 11:41
shiningrise
阅读(449)
推荐(0)
摘要:
“另一个程序正在使用此文件,进程无法访问”的解决方法启动IIS时提示“另一个程序正在使用此文件,进程无法访问。(异常来自HRESULT:0x80070020)” (the process cannot access the file because it is being used by process. ) 非常典型的端口冲突所致,一般IIS7都是80端口的,但是会有哪些进程会利用80端口呢? 解决方法: IIS中网站服务所占用的是80端口,出现这样的提示我们可以判定是端口冲突造成的,故,查看真正运行的占用80端口的程序,在“运行”输入“cmd”,进入命令行,输入netstat -a...
阅读全文
posted @ 2012-12-02 13:50
shiningrise
阅读(47376)
推荐(1)
摘要:
http://service.mail.qq.com/cgi-bin/help?subtype=1&&no=417&&id=48什么是SPF?如何设置SPF来防止我的邮件被拒收呢?什么是SPF?(Sender Policy Framework) 的缩写,一种以IP地址认证电子邮件发件人身份的技术,是非常高效的垃圾邮件解决方案。接收邮件方会首先检查域名的SPF记录,来确定发件人的IP地址是否被包含在SPF记录里面,如果在,就认为是一封正确的邮件,否则会认为是一封伪造的邮件进行退回。如何设置域名邮箱的SPF记录呢?为了提升域名邮箱发送外域(@qq.com以外的邮箱)
阅读全文
posted @ 2012-11-28 18:17
shiningrise
阅读(423)
推荐(0)
摘要:
I am trying to compile mono from source and am getting this error.../src/.libs/libeglib.a(libeglib_la-gunicode.o): In functionmonoeg_g_get_charset': /opt/mono-2.10.1/eglib/src/gunicode.c:312: undefined reference tolocale_charset'I am compiling it on centos5. I have compiled it before on othe
阅读全文
posted @ 2012-11-23 22:15
shiningrise
阅读(1395)
推荐(0)
摘要:
http://www.oschina.net/news/23301/lanmp-v-20-releasedhttp://hi.baidu.com/alexecho/item/273a314818ed7506e8350482
阅读全文
posted @ 2012-11-22 17:12
shiningrise
阅读(132)
推荐(0)
摘要:
,默认的 Ubuntu 12.04 默认unity桌面,一些用户不喜欢 Unity 桌面,所以想找回昔日的经典Gnome桌面。安装方法,打开终端,输入命令:sudo apt-get install gnome-session-fallback或者:sudo apt-get install gnome-panelhttp://sys.21edu8.com/linux/ubuntu/tips/2012/0502/23547.html安装gnome3: sudo apt-get install gnome-shell 其实安装成功后,注销系统在登录界面选择GNOME,进入系统后就是GNOME3界面了
阅读全文
posted @ 2012-11-14 19:04
shiningrise
阅读(1165)
推荐(0)
摘要:
Ubuntu 12.04 Firefox/Chromium缺少Flash Player问题http://www.linuxidc.com/Linux/2012-06/62491.htm从Adobe网站下载的flash_player_*_linux_dev.tar.gz文件解压,压缩包里总共只有两个文件,其中libflashplayer.so即是Flash播放器插件,直接把它复制到/usr/lib/firefox/plugins目录中就行:sudocplibflashplayer.so/usr/lib/firefox/plugins/其实安装程序所做的也就是这些。要卸载FlashPlayer,只
阅读全文
posted @ 2012-11-12 23:50
shiningrise
阅读(249)
推荐(0)
摘要:
http://www.linuxidc.com/Linux/2012-07/64911.htmChromium 浏览器是谷歌浏览器的开源版本,可以说谷歌浏览器就是基于 Chromium 。该浏览器已经升级到版本21,原来的 Chromium 每日创建版 ppa 升级到版本 18 就已经停止了更新。国外Tobias Wolf 创建了一个新的 ppa 为Ubuntu 12.04 Precise 提供最新发行版本。PPA地址:ppa:chromium-daily/ppaUbuntu 12.04 用户安装或升级浏览器方法,打开终端输入以下命令:sudo add-apt-repository ppa:t
阅读全文
posted @ 2012-11-12 23:48
shiningrise
阅读(248)
推荐(0)
摘要:
第一个盘安装 xp第二个盘安装ubuntu12.04,引导信息也安装在第二个盘grub4dos引导配置方式title Ubuntu 12.04 LTSmap (hd0) (hd1)map (hd1) (hd0)chainloader (hd1)+1
阅读全文
posted @ 2012-11-12 23:29
shiningrise
阅读(254)
推荐(0)
摘要:
一、安装和过往的版本类似1sudoapt-get install fcitx //安装fcitx2sudo apt-get install fcitx-table-wbpy //安装五笔拼音混合输入的库表3sudo apt-get install fcitx-table-wubi //安装单独的五笔库表4sudo fcitx-config-gtk //运行图形化配置界面,不能用su并配置默认输入法为fcitx :1im-switch -s fcitx //不加sudo二、配置please check your environment varibles.you need to set envir
阅读全文
posted @ 2012-11-11 18:14
shiningrise
阅读(1071)
推荐(0)
摘要:
本人路由器不才,长时间使用ubuntu后会发生一奇怪现象,只能访问部份网站,比如baidu可以访问,但google只能ping得通但无限timeout,google后发现,只需修改/etc/sysctl.conf 添加net.ipv4.tcp_window_scaling=0net.ipv4.tcp_wmem = 4096 16384 131072net.ipv4.tcp_rmem = 4096 87380 174760net.ipv4.tcp_timestamps = 0再输入 sysctl -p 重启后即可。后问题修正。似乎升级路由程序也能解决以上奇怪问题。参考资料:linux sourc
阅读全文
posted @ 2012-11-11 09:59
shiningrise
阅读(342)
推荐(0)
摘要:
CentOSIP地址设置BROADCAST=192.168.0.255 #对应的子网广播地址HWADDR=00:07:E9:05:E8:B4 #对应的网卡物理地址IPADDR=12.168.1.2 #如果设置网卡获得 ip地址的方式为静态指定,此字段就指定了网卡对应的ip地址IPV6INIT=noIPV6_AUTOCONF=noNETMASK=255.255.255.0 #网卡对应的网络掩码NET...
阅读全文
posted @ 2012-11-09 13:03
shiningrise
阅读(489)
推荐(0)
摘要:
CentOS_IP地址配置1、CentOS系统 修改DNS修改对应网卡的DNS的配置文件# vi /etc/resolv.conf 修改以下内容nameserver 8.8.8.8 #google域名服务器nameserver 8.8.4.4 #google域名服务器2、CentOS系统修改网关修改对应网卡的网关的配置文件[root@centos]# vi /etc/sysconfig/netwo...
阅读全文
posted @ 2012-11-09 13:02
shiningrise
阅读(261)
推荐(0)
摘要:
xp 不能上传邮件附件的解决办法大漠 12:53:13inxp 不能上传邮件附件的解决办法TcpWindowSize 设为65535(十进制)Tcp1323Opts 设为0注册表条目[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters]
阅读全文
posted @ 2012-11-08 15:41
shiningrise
阅读(269)
推荐(0)
摘要:
安卓只能上百度等少数网站解决办法.txt安装busyboxhttp://as.baidu.com/a/item?docid=364791&pre=web_am_se&f=web_alad_2_3@next编写以下脚本,设为每次开机启动#!/system/bin/shsysctl -w net.ipv4.tcp_window_scaling = 0sysctl -p
阅读全文
posted @ 2012-11-07 13:52
shiningrise
阅读(220)
推荐(0)
摘要:
昨天试验Windows 2003 VPN,要在前端防火墙上开放端口,Google+Baidu了一下,基本上都是同一篇文章转来转去,说开放1723端口(PPTP)就可以了,试验时老是不通,花费了N久时间查资料,仍没有好的结果。后来发现,原来是防火墙设置时搞错了,在设置端口时把1723设成了来源端口号,其实是应该是目标端口号。以后要记得,开放端口号应该是目标端口号,而不是来源端口号,正常情况下,来源端...
阅读全文
posted @ 2012-11-06 00:32
shiningrise
阅读(64)
推荐(0)
摘要:
centos下php安装pear模块并配置虚拟主机支持Pear模块wget http://pear.php.net/go-pearphp go-pear提示Sorry! Your PHP version is too new (5.2.14) for this go-pear.下载新版本wget http://pear.php.net/go-pear.pharphp go-pear.phar然后提...
阅读全文
posted @ 2012-11-05 16:46
shiningrise
阅读(2464)
推荐(0)
posted @ 2012-11-05 16:44
shiningrise
阅读(145)
推荐(0)
摘要:
lamp一键安装包http://58.83.226.93/http://www.centos.bz/lamp/http://www.centos.bz/lamp一键安装包http://58.83.226.93/http://www.centos.bz/lamp/http://www.centos.bz/
阅读全文
posted @ 2012-11-05 00:03
shiningrise
阅读(199)
推荐(0)
摘要:
linux,Centos,bash: service: command not found看下我的操作。。[forgottenp@localhost ~]$ service mysqld statusbash: service: command not found[forgottenp@localhost ~]$ suPassword: [root@localhost forgottenp]# s...
阅读全文
posted @ 2012-11-04 22:14
shiningrise
阅读(3067)
推荐(0)
posted @ 2012-11-04 19:22
shiningrise
阅读(149)
推荐(0)