Skip to content

Banbanli's Blog

September 2005
M T W T F S S
 1234
567891011
12131415161718
19202122232425
2627282930  
« Aug   Oct »
  • 台灣好用的 DNS
  • 王陽明
  • 第一性原理
  • HomeBrew 101
  • Sonic 883(音速號)

Archives

  • Apple
  • Articles
  • Big Data
  • Blog
  • Computer
  • Container
  • Daily
  • Digital Signage Today
  • Display
  • Encourage
  • Family Trip
  • Feeling
  • General
  • Gossip
  • Health
  • Info
  • Japanese Drama
  • Joke
  • Linux
  • Multimedia
  • MySQL
  • Networking
  • News
  • Palm
  • photo
  • Restaurant
  • San Jose
  • Signage
  • Stock
  • Storage
  • table_tennis
  • VMware
  • VoIP
  • Wi-Fi_Planet
  • Windows
  • Wine
  • WOW

Recent Comments

  • Lim Yee Chen on Cuda Linux for GPU fold@home
  • Banbanli on 東京行reference
  • Dradra on 東京行reference
  • Banbanli on fail2ban
  • Banbanli on 從花博看台灣 – 陳文茜

Tags

  • 5G
  • HDMI
  • IC
  • Intel
  • MacOS
  • mobile
  • Parallels
  • subtitles
  • TV
  • UPS

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Day: September 21, 2005

iptables

某個主機一直try我的port 80, 在請教過網友後,採用iptables 把這個port 80 request drop.

/sbin/iptables -I INPUT -p tcp -s 61.129.64.12 --dport 80 -j DROP

看來要好好在看一下iptables 囉~

Posted on 9/21/20059/21/2005Author BanbanliCategories Computer, LinuxLeave a comment on iptables

rpm freeze

看了我的Linux box /etc/cron.daily/rpm and apt.sh 更新程式都hold在那邊,不會動,自己try了rpm -qa | xxx 也會死在那邊,尋找了google大師

只要把/var/lib/rpm/__* 刪掉,就可以了~

rm /var/lib/rpm/__*
RPM freeze

Posted on 9/21/20059/21/2005Author BanbanliCategories Computer, LinuxLeave a comment on rpm freeze
Proudly powered by WordPress