<< Previous | Home | Next >>

Firefox history

With this week's release of Firefox 3, I thought it might be interesting to view the history...
Firefox releases

Tags :
Social Bookmarks :  Add this post to Slashdot    Add this post to Digg    Add this post to Reddit    Add this post to Delicious    Add this post to Stumble it    Add this post to Google    Add this post to Technorati    Add this post to Bloglines    Add this post to Facebook    Add this post to Furl    Add this post to Windows Live    Add this post to Yahoo!

Export this post as PDF document  Export this post to PDF document

Using iptables

sudo iptables -L
sudo iptables -A INPUT -i lo -j ACCEPT
sudo iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
sudo iptables -A INPUT -p tcp --dport ssh -j ACCEPT
sudo iptables -A INPUT -s ###.###.###.### -p tcp --dport www -j ACCEPT
sudo iptables -P INPUT DROP
sudo iptables -L -v
sudo sh -c "iptables-save > /etc/iptables.rules"
sudo nano /etc/network/interfaces
    Append the following to appropriate interface(s):
         pre-up iptables-restore < /etc/iptables.rules
         post-down iptables-restore < /etc/iptables.rules

Reference:
    http://iptables-tutorial.frozentux.net/iptables-tutorial.html
    http://www.frozentux.net/iptables-tutorial/iptables-tutorial.html [EDIT: 20110514]
    https://help.ubuntu.com/community/IptablesHowTo

Tags :
Social Bookmarks :  Add this post to Slashdot    Add this post to Digg    Add this post to Reddit    Add this post to Delicious    Add this post to Stumble it    Add this post to Google    Add this post to Technorati    Add this post to Bloglines    Add this post to Facebook    Add this post to Furl    Add this post to Windows Live    Add this post to Yahoo!

Export this post as PDF document  Export this post to PDF document

Windows Server Stack

I've been running my own Windows domain including smtp/pop3/imap/vss/svn/http services for better than a decade, and frankly, things have never run better.  If you want to know how I do it read on...

My intent is to share the technology stack I am currently running on my Windows server.  I have been running some form of Windows domain since I began with Windows NT 4.0 some time last century.  I migrated to Samba on a Debian powered Macintosh for a few years, then migrated to Active Directory on Windows 2000.  Presently I run Windows 2003 x64 Standard Edition R2.

Machine Details...
Tags :
Social Bookmarks :  Add this post to Slashdot    Add this post to Digg    Add this post to Reddit    Add this post to Delicious    Add this post to Stumble it    Add this post to Google    Add this post to Technorati    Add this post to Bloglines    Add this post to Facebook    Add this post to Furl    Add this post to Windows Live    Add this post to Yahoo!

Export this post as PDF document  Export this post to PDF document

Fedora 8 Network Install

HOST:          http://mirrors.kernel.org
DIRECTORY:  /fedora/releases/8/Fedora/i386/os/
Social Bookmarks :  Add this post to Slashdot    Add this post to Digg    Add this post to Reddit    Add this post to Delicious    Add this post to Stumble it    Add this post to Google    Add this post to Technorati    Add this post to Bloglines    Add this post to Facebook    Add this post to Furl    Add this post to Windows Live    Add this post to Yahoo!

Export this post as PDF document  Export this post to PDF document