Linux常用资源(不断改进中)

来源:互联网 发布:淘宝集运怎么收费 编辑:程序博客网 时间:2024/06/01 09:30

Linux常用命令全集:  http://linux.chinaitlab.com/special/linuxcom/Index.html

ubuntu 12.04 配置指南: http://www.bentutu.com/2012/04/ubuntu-12-04-configure-guide.html/

Ubuntu 11.04 速配指南:http://wiki.ubuntu.org.cn/%E5%BF%AB%E9%80%9F%E8%AE%BE%E7%BD%AE%E6%8C%87%E5%8D%97

安装thunderbird3.1并添加至消息指示器替换evolution(Ubuntu11.04): http://cherrot.com/2011/05/thunderbird31-evolution-ubutnu-natty-indicator/

Ubuntu Sources List Generator:http://repogen.simplylinux.ch/

基本非技术资源站点:http://wowubuntu.com/

fcitx在ubuntu11.04上启动设置:http://bbs.chinaunix.net/thread-2319131-1-1.html

安装 Ubuntu/Kubuntu/Xubuntu/Lubuntu 桌面 11.04 (Natty Narwhal) http://wiki.ubuntu.hk/w/Install_Ubuntu_desktop

DPKG/APT 常用指令 : http://tetralet.luna.com.tw/index.php?op=ViewArticle&articleId=219&blogId=1

解决 BADSIG 40976EAF437D05B5 in Ubuntu :,执行以下命令(注意:这是一个指令,不是两个指令,宽度的问题,显示两行了)

sudo aptitude -o Acquire::http::No-Cache=True -o Acquire::BrokenProxy=true update

参考自:http://suksit.in.th/node/45/fixing-badsig-40976eaf437d05b5-in-ubuntu

getdeb.net 在国内有时无法访问,可以用这个镜像:deb http://mirrors.dotsrc.org/getdeb/ubuntu [versionName]-getdeb games apps

我是在家用路由器上网无法连接,后来调了一下本地的MTU,可以正常连接了。                 

设置彩色字符显示终端:

打开Home目录的.bashrc文件,添加下面的内容到最后一行:
$ gedit ~/.bashrc
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '

如何将ubuntu文件夹中文名改为英文: http://hi.baidu.com/ziwuxian666/blog/item/4279a6cf2fe3320501e92893.html

一个VIM入门的简单教程:CLI下输入vimtutor看看。

ubuntu软件包和软件源搜索网站:http://www.ubuntuupdates.org/

系统引导管理器GRUB,为初学者指南: http://www.linuxsir.org/main/?q=node/129

debian中文文档:http://www.debian.org/doc/ 非常棒,对ubuntu也有参考意义。

鳥哥的 Linux 私房菜(这个应该放在第一位的):http://linux.vbird.org/ 推荐繁体版,有最新更新。刚开始翻阅一遍,碰到问题,值得反复看。

debian中文手册第一版,旧版本,不过可用性很强: http://www.debian.org/doc/manuals/debian-reference/debian-reference.zh-cn.txt

debian/ubuntu服务管理指令:update-rc.d,类似于RH下的chkconfig

Linux信息站点:http://distrowatch.com/

安全漏洞信息网站:http://sebug.net/

Web安全项目站点:https://www.owasp.org/
全面安全信息网站:http://seclists.org/
美国官方安全团队:http://www.us-cert.gov
 YGN Ethical Hacker Group http://yehg.net/

http://www.securityfocus.com/
CEH证书机构:http://www.eccouncil.org

http://www.hackthissite.org

云计算博客:http://www.qyjohn.net/

http://www.mcgrewsecurity.com/

livehacking: http://www.livehacking.com

一个技术文档站点:http://www.tsnc.edu.cn/tsnc_wgrj/doc.html
另外一个技术文档站点: http://99juhui.com/
一个python站点:http://woodpecker.org.cn/
找软件除了去SF以外,还可以去这儿:http://freshmeat.net

一个给力电子书站点:http://lt.mirrors.sohu.com/ebook/
电子书ftp:ftp://ftp.uar.net/pub/
电子书站点:http://www.51cnnet.com/directory

快速部署Python应用:Nginx+uWSGI配置详解: http://developer.51cto.com/art/201010/229615.htm

Assembly Programming 

原创粉丝点击