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 ...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 …