Open Source Solutions

Open Source, solutions, tips, triks and hacks

Running GuitarPro 5.2 in Ubuntu 10.10

So, I have convinced a friend to renounce Windows and try Linux. I recommend  Ubuntu to beginners because of the http://ubuntuforums.org and I think it have the best support; It is also easy for beginners. It took a while, but finally he said ok, let’s give it a try. Most of the thinks he used on windows had linux ports or substitutes, but what he was really not gone live was Guitar Pro. So I needed to find a work around which I had found on the ubuntu forums.

[Read the rest of this entry...]

Fix windows MBR with any linux Live CD

Maybe you got it, maybe not, but I had to deal with this problem a lot. Always I founded it boring like hell, but you had to do it.

[Read the rest of this entry...]

Using PHP date()

Found this great website: tool for building PHP Date() code, making it quick and easy to insert formatting codes and review the results.

[Read the rest of this entry...]

Select (Dropdown) menu with current month in PHP

This is a simple select element menu with all mouths build from the date function. It also highlights  the current month. [Read the rest of this entry...]

Anonymous ftp scanner

I’ve come across this blog recently and I found this code. I found it useful at work ;)
http://pravin.insanitybegins.com/posts/anonymous-ftp-scanner [Read the rest of this entry...]

Build a simple copyright footer in PHP

This is the simple solution to the fancy ©2008 -2011 By my company copyright footer information.
What this does is update the year information every year
Below is the code to generate this: [Read the rest of this entry...]

Copying only the permissions from one tree structure to another identical

So, a few days ago I ended up with a directory structure with no permissions at all. I discovered that I have copied the lampp structure on a different filesystem (ntfs) and ended loosing all the permissions. Now To get the lampp it’s easy, but i needed the mysql instance from the old lampp because of innodb tables in mysql. Facing this problem I thought it’s time for some synchronization, so the first thing that comes in my mind is rsync, but had no success, and I ended using my favorite tool: BASH.

[Read the rest of this entry...]

Installing Debian from USB Stick

I came across this problem when I needed to reinstall my laptop and find myself without an installation media (no empty CDs or DVDs). So I was stuck with some SD cards and USB sticks. After trying to install from SD card I realize that my laptop does not have a boot option from there, so I focused on the USB stick.

[Read the rest of this entry...]

Hole in Linux kernel provides root rights

This is the link that informs you of the exploit and how to threat it
http://www.h-online.com/security/news/item/Hole-in-Linux-kernel-provides-root-rights-1081317.html

[Read the rest of this entry...]

Access VMWare Server 2 remote virtual machine without web interface

This post was actually written by Andreea Benini, here (http://www.linux.com/community/blogs/access-vmware-server-2-remote-virtual-machine-without-web-interface.html). I will copy/paste the post here. [Read the rest of this entry...]