The Gentoo package manager, Portage, uses a lot of disk space mostly due to a high number of small files. By storing the tree in a SquashFS file the used disk space goes down from about 740MB to 70MB !! It is also a lot faster due less number of …
more ...Again I created ebuilds for tools I came across recently:
1. Unmask and install the Android SDK update manager:
emerge dev-util/android-sdk-update-manager
In case you run into issues during compilation of any java ebuilds, try using the oracle-jdk-bin (1.7) !
For some reason on my machine some ebuilds failed using the icedtea-bin.
2. Add all users who should be …
more ...First you have to create a new private key within an existing or new keystore using keytool:
keytool -genkeypair -keyalg rsa -keystore keystorename -storepass keystorepassword -alias my_new_keyThe preceding command uses java 1.6 syntax! If your are still using Java 1.5, substitute -genkeypair with -genkey.
After watching some games on the live stream of the 2011 North American BattleNet Invitational I thought about returning to StartCraft 2 at least for some matches.
I started my SC2 installation and waited for various patches to be applied (Current version 1.3.6 ).
Unfortunately it dies even before …
more ...On Hardened Gentoo Linux usb_inst.sh script fails because it attempts to run binaries which use RWX mmap and thus they are killed by the kernel due to PaX mprotect:
/mnt/iso # bash ./usb_inst.shmore ...
Device [/dev/sde] detected as [ Patriot Memory ] is removable and size=15258MB
* Device [/dev/sde …
As my overlay was recently added to the layman list of overlays you can now easily add it running:
layman -S && layman -a quarks
or you checkout out the repository manually:
git clone git://www.startux.de/quarks.gitmore ...
git clone http://www.startux.de …