KludgeCruft
onethingwell:


cmus is a small, fast and powerful console music player for Linux and *BSD.

And OS X.
via lifehacker

onethingwell:

cmus is a small, fast and powerful console music player for Linux and *BSD.

And OS X.

via lifehacker

pluimer:

The best part of Windows 95.

pluimer:

The best part of Windows 95.

Happy birthday Apache

The Apache HTTP sever becomes a teenager, it turned 15 years old to be precise. It started out in February of 1995, with a group of veterans from the NCSA and it’s original HTTP server and other enthusiasts. Way to go for the patchy server!

14” iBook G4

minimalmac:

All I’ll ever need; It’s the perfect writing machine.

(Submitted by Noah Purdy)

My good Minerva still can do it! for a while at least

Smoke: main substance of electronics

“Every engineer or electronic enthusiast knows that the main primary matter of electronic components is smoke, hence an electronic component is ruined when it lets out the smoke.”

Love that management only reads ‘the monk who sold his ferrari’

* theboss (theboss@host) has joined #devchannel

<orly> 1984 all over ?

<theboss> :)

Stop SSH Dictionary Attacks

If you have an ongoing SSH attack the quickest and simplest way to stop it’s to use iptables:

  • Login to the server and become root.

iptables -A INPUT -s <attacker-ip> -j DROP

This is just a temporary fix, if you reboot the system, the rule will be lost, if you want the rule to be permanent you have to edit a file, in fedora and redhat it’s /etc/sysconfig/iptables. In the case of Ubuntu you can use:

iptables-save > /etc/iptables.rules

And then modify the /etc/network/interfaces configuration file to apply the rules automatically.

If you don’t have the netfilter package on your linux box, another quick fix would be adding your attacker IP to the hosts.deny file as follow:

Use your text editor of choid to edit hosts.deny either as root.

vim /etc/hosts.deny

Add a line either for blocking just SSH or all services.

sshd: <attacker-ip>

or

ALL: <attacker-ip>

A more automatic approach would be using denyhosts a cool python script to handle SSH attacks, the package it’s on the Ubuntu repositories and should be in any major distro.

Sources:

http://ubuntuforums.org/showthread.php?t=248342

http://linux.about.com/od/commands/l/blcmdl5_hostsde.htm

http://www.netadmintools.com/art216.html

https://help.ubuntu.com/community/IptablesHowTo

Testing code highlighting

 echo 'Syntax highlighting with SHJS is on!'

Testing tumblr from iPhone

The cawamon project

kalolo:

demrit:

The cawamon project is a blog cloud system on django framework. Yeah, it is a cloud because we (kalolo, orlybg and I) are thinking to use 3dparty services to make posts, pictures upload and other stuff.

Right now there is a repository at gitHub where you can access and help us to developing the system, join us at cawamon on github.

why cawamon name? It is so funny if you are from Mexico :-)

If you are tired of, take cawamon!

Currently developers:

  • demrit (Miguel Vazquez Gocobachi)
  • kalolo (Carlos Lopez)
  • orlybg (Orlando Briceño)