ann
冰是没有未来的,因为它的永恒
posts - 107,comments - 34,trackbacks - 0
linux
linux常用的命令
vncserver 设置(redhat)      摘要: 1. 安装vnc
rpm -ivh vnc-server-4.1.2-14.el5_3.1.i386.rpm
rpm -ivh vnc-4.1.2-14.el5_3.1.i386.rpm


3. 设置vnc server的访问密码
[ann@ecdev1 ~]# vncpasswd

3. 执行vncserver,第一次执行后会生产一些配置文件

4. 修改/home/ann/.vnc/xstart(如果无此文件,就运行vncserver)
#!/bin/sh
# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xsta  阅读全文
posted @ 2010-05-19 09:49 冰是没有未来的,因为它的永恒| 编辑
apt-get proxy 设置      摘要: Well, there's second places I set the proxy on a new Linux install.
1) in /etc/profile:
code:


export http_proxy="http://user:pass@xxx.xxx.xxx.xxx:port/"
export ftp_proxy="http://user:pass@xxx.xxx.xxx.xxx:port/"

2) in /etc/apt/apt.conf
code:

Acquire::http::Proxy "http://user:pass@xxx.xxx.xxx.xxx:port/";
Acquire::ftp::Proxy "http://user:pass@xxx.xxx.xxx.xxx:port/";


  阅读全文
posted @ 2010-02-02 15:16 冰是没有未来的,因为它的永恒| 编辑
E: Dynamic MMap ran out of room(ap-get install)      摘要: Add the following line to either /etc/apt/apt.conf or /etc/apt/apt.conf.d/70debconf
code:

APT::Cache-Limit 50000000;
  阅读全文
posted @ 2010-02-02 15:13 冰是没有未来的,因为它的永恒| 编辑
Iptables使用介绍      摘要: 原理简介

安装运行

特殊介绍

1.iptables的3个表:

filter: 顾名思义,用于过滤的时候

nat: 顾名思义,用于做NAT 的时候

manager:见下

2.iptables的5条链

INPUT: 匹配目的IP 是本机的数据包

OUPUT: 匹配源IP是本机的数据包

FORWARD: 匹配穿过本机的数据包

PREROUTING: 用于修改目的地址(DNAT)

POSTROUTING:用于修改源地址(SNAT)

3.manager简介

这个表主要用来mangle数据包。我们可以改变不同的包及包头的内容,比如 TTL,TOS或MARK。 注意MARK并没有真正地改动数据包,
它只是在内核空间为包设了一个标记。防火墙内的其他的规则或程序(如tc)可以使用这种标记对包进行过滤或高级路由。这个表有五  阅读全文
posted @ 2009-12-04 13:42 冰是没有未来的,因为它的永恒| 编辑
linux iptables 设置      摘要: 1. 限制 client 每秒访问次数
限制連 80 port 的次數 = 60 秒 2次 , 超過就 drop
iptables -I INPUT -p tcp –dport 80 -i eth0 -m state –state NEW -m recent –set
iptables -I INPUT -p tcp –dport 80 -i eth0 -m state –state NEW -m recent –update –seconds 60 –hitcount 2 -j DROP

2. 控制client访问特定的port
只允许114.80.192.18 和 127.0.0.1 访问8080-8099的端口
iptables -A INPUT -p tcp -s 114.80.192.18 --dport 8080:8099 -j ACCEPT
iptables -A INPUT -p tcp -s ! 127.0.0.1 --dport 808  阅读全文
posted @ 2009-12-04 11:52 冰是没有未来的,因为它的永恒| 编辑
linux 收藏      摘要: http://www.pixelbeat.org/cmdline_zh_CN.html
http://www.linuxfromscratch.org/blfs/edguide/chapter03.html

基于SSH密钥对的自动登录
xiao@xiao .ssh]# ssh-keygen -t rsa
Generating public/private rsa key pair.
Enter file in which to save the key (/home/xiao/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /home/xiao/.ssh/id_rsa.
Your public key has been saved in /home/xiao/.ssh/id_rsa.pub.
The  阅读全文
posted @ 2009-07-07 09:54 冰是没有未来的,因为它的永恒| 编辑
linux script配置      摘要: Manipulating the start and stop order of Linux servicesThis document (7002295) is provided subject to the disclaimer at the end of this document.

Environment
Novell SUSE Linux
Novell SUSE Linux Enterprise Server 9
Novell SUSE Linux Enterprise Server 10
Novell SUSE Linux Enterprise Desktop 10

Situation
In some circumstances, the start and stop order of a service needs to be manipulated.
How to add start and stop orders to a custom service

Resolu  阅读全文
posted @ 2009-06-30 17:05 冰是没有未来的,因为它的永恒| 编辑
建立link      摘要: ln -s /data/tomcat /opt/tomcat  阅读全文
posted @ 2009-06-17 14:21 冰是没有未来的,因为它的永恒| 编辑
linux清空文件内容      摘要: :> domains/domain1/logs/server.log   阅读全文
posted @ 2009-06-17 13:59 冰是没有未来的,因为它的永恒| 编辑
linux查看磁盘剩余空间      摘要: df -hl 查看磁盘剩余空间

du -sm 文件夹
返回该文件夹总M数  阅读全文
posted @ 2009-06-17 11:26 冰是没有未来的,因为它的永恒| 编辑

Full linux Archive

当下,把心放下 放下如果是可能的,那一定是在当下,
不在过去,也不在未来。
当下放下。唯有活在当下,你的问题才能放下。