February 2012
1 post
Audioloader
Browser interface to your music collection with unique features.
http://code.google.com/p/audioloader
December 2011
1 post
Advent project →
This page and the attached code help you to display the actual protestant liturgical colour (colours of the Church Year) anywhere on the WWW.
http://liturgicalcolour.appspot.com/
November 2011
2 posts
mixtape 2011.11.02
Mixtape 2.11.2011 - Strange Invitation by Coffeenap on Mixcloud
mixtape re-release 2009.04.30
Mixtape 30.4.2009 - Letting the days go by by Coffeenap on Mixcloud
October 2011
2 posts
oracle fun
We couldn’t connect via the listener to a database with the following error:
ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exist Linux-x86_64 Error: 2: No such file or directory
It was not the client environment, but it turned out that something is not ok with the listener.ora. (Although it didn’t report any errors at start-up.) The funny thing is that above...
August 2011
1 post
audacious in ubuntu unity
should be easy as pie, just add this to your audacious.desktop
X-Ayatana-Desktop-Shortcuts=Play/Pause;Prev;Next;Stop;
[Play/Pause Shortcut Group]
Name=Play/Pause
Exec=audtool2 playback-playpause
OnlyShowIn=Unity
[Prev Shortcut Group]
Name=Prev
Exec=audtool2 playlist-reverse
OnlyShowIn=Unity
[Next Shortcut Group]
Name=Next
Exec=audtool2 playlist-advance
OnlyShowIn=Unity
[Stop Shortcut...
June 2011
2 posts
Beginning of a beautiful friendship
My first PowerShell script. It retrieves the details of guest systems from a vSphere server.
$props = @('VMHostId', 'Id', 'MemoryMB', 'Name', 'Notes', 'UsedSpaceGB', 'PowerState')
"vmlist" | Out-File -encoding utf8 vmlist.txt
$containers = Get-Cluster | sort
foreach($container in $containers){
$hosts = Get-VM -Location $container.name
foreach($hosta in $hosts){
write-host $hosta.name ...
Firefox private browsing window
One of the annoying things in Firefox is that private browsing is implemented as an exclusive option, ie. your running session is to be suspended while browsing private. There’s an extension to overcome this (thus enabling to keep your running session open), but we all know that too many Firefox extensions are evil, so here’s a simple way to accomplish the desired functionality (having...
January 2011
2 posts
Lieblingsfilme 2000-2010 →
In den letzten Jahren gefielen uns diese Filme gut. Die Liste könnte 10 Jahre in 20 Punkten beschreiben.
September 2010
1 post
(local and remote) port forward with iptables
packets sent to 5680 will be forwarded to 80
enable port FW for external communication
iptables -A PREROUTING -t nat -p tcp —dport 5680 -j REDIRECT —to-port 80
enable port FW for internal communication
iptables -t nat -A OUTPUT -p tcp —src 0/0 —dst 127.0.0.1 —dport 5680 -j REDIRECT —to-ports 80
August 2010
4 posts
Adél évnyitója →
Adél évnyitója augusztus 31-én, kedden lesz. Ma, vasárnap este, megtöltöttem a Schultütéjét, amit holnap viszünk be az iskolába.
suspend your ubuntu linux if it's inactive and...
First you need a script which can suspend your machine from the command line:
me@kv-laptop:~$ cat /usr/bin/power-cmd #!/bin/bash # gnome-power-cmd replacement # Copyright (C) 2009 A. Bram Neijt <bram @neijt.nl> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software...
PostgreSQL vs. Windows 2003 Server
Working with Postgres is always fun — it has soul.
I had to fix recently a broken PostgreSQL install on a Windows 2003 Server. I don’t really know how it was installed, but I was told that according the Postges forums, it has know issues:
The install fails with ‘error reading file %path%\postgresql.conf’. It doesn’t write to anything in the postgresql data...
May 2010
2 posts
2010 Lóci és Ádám születésnapja →
stuff for lucid (reblogs)
elementary nautilus (via lifehacker): this makes it a bit easier to use
sudo add-apt-repository ppa:am-monkeyd/nautilus-elementary-ppa sudo apt-get update && sudo apt-get upgrade
ubuntu tweaks: this is almost windoz
sudo add-apt-repository ppa:tulatrix/ppa sudo apt-get update && sudo apt-get install ubuntu-tweak
shotwell (via fedora 13): this one looks promising
sudo...
February 2010
3 posts
Night Launch of the Space Shuttle Endeavour →
Sometimes, the space shuttle
MySQL IP address in subnet
DELIMITER | DROP FUNCTION IF EXISTS `isIPInsubnet`| CREATE FUNCTION isIPInsubnet( ip CHAR(32), subnet CHAR(32) ) RETURNS INT begin set @subnet_min = INET_ATON(LEFT(subnet, INSTR(subnet, '/')-1)); set @subnet_max = INET_ATON(LEFT(subnet, INSTR(subnet, '/')-1))+POW(2, 32-SUBSTRING(subnet, INSTR(subnet, '/')+1))-1; if (INET_ATON(ip) > @subnet_min and INET_ATON(ip) < @subnet_max) then return 1;...
January 2010
6 posts
Der Ein-Kilobyte-Computer →
Sinclair ZX80 Vor 30 Jahren erschien der erste erschwingliche Heimcomputer. Der “Sinclair ZX80” wurde schnell zum Traumobjekt computerbegeisterter Teenager. Doch er kostete sie auch viele Nerven.
Kedvenc filmek 1999-2009 →
Az elmúlt években az itt következő filmek tetszettek. 10 év húsz pontba szedve. Igaz, több, mint 20 film, hiszen az Ocean’s Elevenből sorozat lett, mindhárom jól sikerült, okos és derűs. Bizony,…
oh wie schön ist panama!
simpleviewer again
I saw in my Google analytics reports that somebody found me trough searching on the ‘simpleviewer tumblr’ keywords. (Guess why.) Obviously that post was not what he/she was looking for. I checked: you can embed a Simpleviewer gallery in tumblr, but it’s really complicated. I’m not saying that I can’t be motivated, but I need some verification that this topic is...
Reobackup+Dropbox használata linux alatt →
A következő bejegyzést Szabó Kristóf küldte, akinek ez már nem az első igen hasznos leírása. Ezt teszem most közzé nektek is. Köszönjük!
A biztonsági mentés a számítógép használók életének…
2010-01 →
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 →
Touch Down! →
Streams of smoke trail from the main landing gear tires as space shuttle Atlantis touches down on Runway 33 at the Shuttle Landing Facility at NASA’s Kennedy Space Center in Florida after 11 days in…
The Way Home →
Seen over the Mediterranean Sea, near the Algerian coast, the space shuttle Atlantis is featured in this image photographed by the Expedition 21 crew on the International Space Station soon after the…
Thin Blue Line →
The thin line of Earth’s atmosphere and the setting sun are featured in this image photographed by the crew of the International Space Station while space shuttle Atlantis on the STS-129 mission was…
2009 Martinszug Lörick →
Picasa 3.5 on Ubuntu/Linux
It’s easier than expected: sudo apt-get install wine export WINEPREFIX=$HOME/.picasa-3.5 #not mess up the default wine settings wine picasa35-setup.exe not all functions work, but still it’s a step ahead to the official Linux version
15 minutes fame IV →
October 2009
1 post
milyen jó lenne egy olyan irodában dolgozni ahol parketta van!
September 2009
1 post
I’m currently installing MySQL 5.0.85 from source on Debian Lenny, but do...