You can safely empty some directory`s in Gentoo. But as always – first make sure if my suggestions are OK for YOU too!
# As superuser
gentoo ~ # emerge –sync
gentoo ~ # emerge -av gentoolkit
gentoo ~ # emerge -av –newuse –deep –update world
gentoo ~ # emerge -av –depclean
gentoo ~ # revdep-rebuild
gentoo ~ # rm -rf /var/tmp/portage/*
gentoo [...]
I recently stumpled across Swiftfox when i searched for a Firefox 3.5 .deb File for Ubuntu 9.04. The .deb Files should be compatible with all Debian based distributions.
The benefit of Swiftfox is it is up-to-date with the latest Firefox Version and you get it as an optimized build for your CPU! Currently there are build [...]
06 Feb, 2009
Posted by: admin In: Linux
Have you ever needed the absolute path of the shell script within this script? I do not mean the current working dir (pwd). That is different, because you do not know from which path the bash script is called.
In my case i needed the absolute path, because i wanted to call another script, which is [...]
18 Dec, 2008
Posted by: admin In: Air| Linux
A few weeks ago Adobe announced to release new versions of the Flash player and Air simultaneously for the 3 major operating systems Linux, Mac and Windows.
Today Adobe released AIR for Linux in Version 1.5 to catch up with the others. So in future Linux Users of AIR do not have to wait for new [...]
27 Nov, 2008
Posted by: admin In: Linux
After upgrading to Ubuntu 8.10 Intrepid you may get some error on sshfs mounted directories, when you tried to copy something on this places. This fix seems to be fixed in sshfs 2.1. If you need a fast fix on this install sshfs 2.1 manually from here: http://packages.ubuntu.com/jaunty/sshfs
Select the right Architecture and download the .deb [...]
18 Sep, 2008
Posted by: admin In: Air| Linux
Until now Adobe does not provide full Cross Platform Support for their RIA Project AIR. AIR was only available for Windows and MAC. Now the Linux version gets a little bit closer to this versions. With the Release of the Adobe AIR 1.1 Beta for Linux all Applications which runs on MAC and Win are [...]
31 Mar, 2008
Posted by: Thomas In: Air| Linux
Version 1 der Multi/Cross Plattform API von Adobe wurde ja kürzlich veröffentlicht. Wie von Beginn an angekündigt wird nun laut einem Bericht von CNET eine erste Alpha Version für Linux erscheinen.
Interessant wird ob und wie allgemein die API von AIR nun auch unter Linux zu verwenden sein wird. Das wird vor allem bei Dateisystemoperationen interessant.
Ich [...]
21 Mar, 2008
Posted by: admin In: Linux
Ich hatte das Problem das ich über ein ganzes Projektverzeichnis bei bestimmten Dateien (.php, .phtml, .js, .css) ein svn propset ausführen wollte. Unter Windows und TortoiseSVN hat man zwar die Möglichkeit über ein ganzes Verzeichnis rekursiv ein Property zu setzen, jedoch nicht nach Dateiendungen zu entscheiden ob es gesetzt werden soll. Eine einfache und schnelle [...]
Das 7zip Kompressionsformat wird nicht “Out-Of-The-Box” unterstützt. Das Programm kann einfach mit
thomas@gentoo ~ $ emerge -av p7zip
installiert werden.
Einfaches schnelles Komprimieren
Eine Datei oder ein ganzen Verzeichnis mit den Standard Optionen zu komprimieren ist ganz einfach. Nehmen wir an, wir wollen ein ganzes Verzeichnis komprimieren.
thomas@gentoo ~ $ 7za a test.7z test-verzeichnis/
Starkes Komprimieren mit den “Ultra” Optionen
Um eine [...]
27 Dec, 2007
Posted by: Thomas In: Linux
Wird durch den Kernel eine neue Mac Adresse erkannt, wird angenommen das es sich dabei um ein neues Netzwerk Interface handelt. Dieses neue Device muss anschließend auch neu konfiguriert werden.
Soweit so gut. Möchte man aber seine Netzwerkkarte gegen eine neue tauschen, aber denselben Device Namen behalten, um so die evtl. bereits erstellte und wahrscheinlich [...]