New User Manual Out
November 30, 2007
From gimp.org:
After four months of hard work we are proud to announce another release of the user manual. It features:
- documentation for GIMP 2.4
- new content, spelling and grammar fixes for English, German, French, Russian, Italian, Norwegian and Spanish
- an alternate CSS stylesheet for HTML
The source files of gimp-help-2.4.0 can be downloaded from ftp.gimp.org. Users should wait until this release has been packaged in a pre-compiled form that is easier to install. Find more information about our goals and how you can help at http://docs.gimp.org.
More Bug Fixes
November 21, 2007
From gimp.org:
Three weeks later enough bug-fixes have piled up to warrant another bug-fix release in the stable GIMP 2.4 series. Please see the NEWS file for details.
The source code for GIMP 2.4.2 can be downloaded from ftp.gimp.org. Binary packages are expected to become available over the next days. Please check the Downloads section.
Help Support CC on Your Fav Social Network
November 20, 2007
The tutorial adaptations on this blog would not be possible without the Creative Commons (CC). All the work on this blog is CC licensed from the start. I’m a huge fan, and believe they are the way of the future for licensing creative works. Please help spread the word by “friending” them on your favorite social network.
From the CC blog:
Looking for another way to support CC? Be our friend! By connecting with Creative Commons on sites like Facebook, MySpace, and Flickr, you can help us broaden our reach and educate the masses about the Creative Commons mission.
So, starting today, we’re issuing a 50,000 friend challenge to our community. We’re asking you to help us expand CC’s overall friend network to 50,000 people across the Web’s various social networking and content sharing sites by December 15 – the date of our fifth birthday party.
Here are some ways you can help our friend network grow. If you aren’t a member of any of these sites, please help us by starting (or expanding) a CC group on any site you do use.
- Join our Facebook Cause, become a top recruiter, or become a CC Fan
- Participate in the 2007 CC Swag photo contest on Flickr
- Become a Creative Commons friend on MySpace or Friendster
Of course, you can also help Creative Commons by contributing to our annual fundraising campaign. As always, we thank you sincerely for your support!
Hat tip to Jon Phillips.
Wilber loves Apple — GIMP Website for Mac Users
November 19, 2007
If you’ve made “the switch” and you love The GIMP, check out Wilber Loves Apple, a newish website dedicated to all things GIMP on the Mac platform. From their website:
Hi there! We are bunch of Gimp Fans, who try to provide a proper version for the mac. We are not related to gimp.org. We just admire their work.
I’m downloading their 2.4.1 port now!
Offtopic — Crackers! (or praise for DenyHosts)
November 4, 2007
This post does not have anything to do with the GIMP. If you don’t care about Linux server administration, you should just skip this post.
I run a very small Ubuntu LAMP server that I use for small tasks such as Perl and C programming and a personal wiki. This morning, I was checking out /var/log/auth.log, and noticed multiple login failures for user ‘root’ from a strange IP; specifically 60.28.201.57. A whois lookup revealed that the IP was from China. The activity is typical of brute force cracking, so I started to get a little worried. Thinking I’d have to bite the bullet and install a firewall, something I didn’t want to do due to the very small amount of resources this server has, I did an apt-cache search for ‘firewall’ and began the tedious process of reviewing the results.
Well, I didn’t have to look long. Not far down the list was an entry called ‘denyhosts’ with the description: an utility to help sys admins thwart ssh hackers. Well this is exactly what I’m trying to prevent, so I went to their website and read up. It sounded perfect, so I went ahead and installed it. Immediately after install, I got a system message saying I had email. The email informed me that IP 60.28.201.57 had been added to the deny list. Wow! That was fast, and easy. I literally didn’t have to do anything. That’s the kind of tool I like! It’s also FOSS, and in the Ubuntu repositories.
In short, if you host a LAMP server, even if it’s not Ubuntu, I highly recommend DenyHosts as a simple solution for preventing this type of attack.