Posted on January 2nd, 2009 by sloboda
As any game console, Wii doesn’t allow you to run games from backup media. There are several alternatives to unlock this feature. Some stores, ask from 100 to 200 dollars (in Brazil) to perfome this task. First modchip for Wii needed to be welded on it’s mainboard:
Sometime ago a new modchip simplified this task. Anyone, [...]
Filed under: All, Linux, Video/Audio, game, tips | No Comments »
Posted on December 3rd, 2008 by sloboda
If you tried to remove a RPM package on Linux and got a message like this: “specifies multiple packages“, you probably have 2 packages with the same name, one 32 and other 64 bits.
To check if it is your problem use following command:
rpm -q –queryformat ”%{NAME}-%{VERSION}-%{RELEASE} (%{ARCH})\n” <pacote>
To remove these 2 packages use:
rpm -e –allmatches <pacote>
To [...]
Filed under: All, Linux | No Comments »
Posted on December 13th, 2007 by sloboda