We’ve Moved.
Instead of serving your web design / programming needs in the rolling hills of Wisconsin, we’re now available in the Statesville, Mooresville, Charlotte, and greater Piedmont area. Look us up if you get a chance!
Instead of serving your web design / programming needs in the rolling hills of Wisconsin, we’re now available in the Statesville, Mooresville, Charlotte, and greater Piedmont area. Look us up if you get a chance!
To block an ip address from accessing your linux box, you can use the following iptables rule:
iptables -A INPUT -s 222.124.24.131 -j DROP
If you just need to block a certain port (i.e. port 22 for SSH), you would do it like so:
iptables -A INPUT -s 222.124.24.131 -p tcp --destination-port 22 -j DROP
Well, it certainly is not pretty yet, but my blog is now more integrated with my site than before. I was using K2 as my theme, and I wanted it integrated more into my site’s look and feel. One step at a time as I have a few moments here and there….
37 Signals has an interesting article on why PSD mockups are not as fluid of a workflow when you are trying to get some usability concepts across to your client. The comments are also a good read to balance out the article.
http://www.37signals.com/svn/posts/1061-why-we-skip-photoshop