Linux

Marcos Placona on April 1, 2013

Reading time: 3 – 4 minutes It’s no secret that on the UNIX world, dotfiles play a very important part when it comes to making your terminal look good. Be it on Linux, be it on a Mac. Dotfiles are there so you can configure your favourite software to look just the way you like it. I especially use dotfiles [...]

Continue reading about Managing your dotfiles the right way

Marcos Placona on May 9, 2010

Reading time: 1 – 2 minutes Photo by: lilit I’ve recently been “forced” to move my desktop from Windows to Linux again. Basically my current desktop “decided” it won’t support Windows anymore, and any attempt to start it ends up in a BSOD, and I just got fed-up of trying to get it to work. [...]

Continue reading about Getting serial ports to work on Linux

Marcos Placona on December 9, 2009

Crunchpad is ow JooJoo
(Photo: nDevilTV)
I’ve been following the recent news about CrunchPad, and for all of our disappointment, it’s been discontinued due to a “misunderstanding” between the guys from TechCrunch and Fusion Garage, who were developing this together.

Continue reading about CrunchPad turns into Joo Joo

Marcos Placona on September 6, 2009

 

Iptables shell script
I have been doing some housekeeping on my VPS, and decided there’s a few ports that should only be accessed by certain IP addresses for security purposes.
My VPS uses Linux, so I had to find a way to somehow changing my iptables settings to block the specific ports to every IP address, except for the ones I specified.
It’s pretty straight forward, and here  how you can block a specific port to everyone except for some IP addresses (the instructions are for Centos 5.5, but should work for other distros without problems):
Open our iptables settings file:
 

Continue reading about IPTABLES – Opening server ports to specific IP addresses

Marcos Placona on September 2, 2009

Java on Centos
(Photo: tutchiio)
I’m only writing this blog post because I usually try to keep my VPS
up to date, and usually one of the things I have to do to accomplish
such thing is updating the Java version.

Continue reading about Updating Java on Centos