Suchergebnisse für „Linux“

TOP

Setting up a OpenVZ/MongoDB/YAWF VE

The YAWF framework is available from CPAN, but it still needs a Webserver and some environment for working at it's best. This tutorial shows everything needed to set up a new OpenVZ VE (VServer) with MongoDB and YAWF framework on an existing OpenVZ host.

Weiterlesen
TOP

Programmieren mit sed

Funktionsnamen sind normalerweise Konstanten: Einmal festgelegt ist es quasi unmöglich sie zu ändern. Wird dies dennoch einmal notwendig können leicht einige Stunden oder Tage Entwicklungszeit notwendig werden.
Weiterlesen
TOP

Everything you missed: Perl weekly

Let's face it: Perl users love old versions. New Perl versions aren't unstable or bug collections but it takes (a long) time for them to reach the Linux distribution maintainers and most users prefer the default Perl installed by their operating system. Many of them don't know or just don't participate in the Perl community.

Weiterlesen
TOP

SVN-Verzeichnisse beim grep'en ignorieren

Wer kennt das nicht, ein "grep -r" durchsucht nicht nur den gewünschten Quellcode, sondern auch gleich alle ".svn"-Verzeichnisse im Checkout. Um die nervigen unerwünschten Ergebnisse zu unterdrücken, reicht ein einmaliger Eintrag von
export GREP_OPTIONS="--exclude-dir=\.svn --color=auto"
in ~/.profile, ~/.bash_profile oder ~/.bashrc (je nachdem welche existiert und vom eigenen Linux verwendet wird).
 
Weiterlesen
TOP

Shrink NTFS partition and claim the free space for Linux/Ubuntu

Modern IT silently made some common problem go away: "No space left on device" became really rare during these days, but I started getting it last week when running some tests with huge data packages. My Ubuntu partition is 20 GB plus 8 GB swapspace and some more for a crypted data partition, but some 180 GB are still blocked by factory Windows 7 installed on this laptop.
Weiterlesen
TOP

Perl for Windows: Wrong point of view?

There are two parts of the world: Windows and others. While "others" have many names like Linux, FreeBSD, Solaris, all of them usually come with preinstalled Perl, but Windows? There are ActivePerl and Strawberry Perl, but is this enough?

Perl is still rarely used on Windows, but this might be the result of a different point of view between Perl guys and Windows guys.

Weiterlesen