December 2009
8 posts
vlc dumpstream
it’s again easier than expected:
cvlc —demux dump —demuxdump-file /tmp/test.wmv FILE
Boldog Karácsonyt! →
2009 Ádvent →
Adding new city with weather info to the Clock...
It’s simpler than expected, just edit the /usr/share/libgweather/Locations.xml file. You’ll need to add your coordinates and the ICAO Location Indicator of your location.
Like this:
<location><name>Duesseldorf</name><code>EDDL</code><coordinates>51.241461 6.730229</coordinates></location></city>
(As this XML file is rendered...
Ádvent →
gtklp install
A fraternet-linux-on felvetődött, hogy ugyanmár hogyan lehetne Ubuntu/Linux alatt OpenOffice-ból 2 oldalt nyomtatni egy lapra. Az egyik lehetséges megoldásról készítettem egy screencast-ot, sőt készült egy kicsit hosszabb leírás is a <a href=”http://linuxhogyanok.blogspot.com/2009/12/tobblapos-nyomtatas-linux-alatt.html”>Linux hogyanok</a> blogra. Íme a screencast:
What do you expect?
I wrote a simple Perl script using Expect.pm to automate ssh logins. (I missed this bit from the package documentation.)
#!/usr/bin/perl
use lib('./lib'); use Expect; $prompt = '[\]\$\>\#]\s$'; my $exp = Expect->spawn("ssh user@host") or die "Cannot spawn ssh: $!\n"; $exp->expect(30,'-re',qr'password: $')|| warn "No password prompt received\n"; print $exp "$pass\r";...
Simpleviewer 2.0 released
Good news! With full-screen support, new image tag (with image/thumbpath attributes) — opens up unlimited possibilities.
Already integrated into loliboli.hu.
November 2009
7 posts
2009 Ősz →