Systems

Concatenate multiple *.vcf files into one for importing into gMail

December 8, 2011
By

I have a secondary phone that is running Android. My main phone is still a Nokia N900 for which I gave up trying to sync contacts with gmail. Two options basically exist for n900 none of which works for me: using MFE which works from time to time use syncevolution which invariably screws my...

Read more »

Compiling audacious 3.1

November 22, 2011
By

I’m a big fan of classic media players (audacious, xmms, the old winamp, etc.) That’s why I wanted today to complile the latest version of audacious (3.1) for my slackware laptop. Since the audacious build scripts are kind enough to provide make uninstall I didn’t bother with package builds, I simply compiled the stock...

Read more »

stdin: is not a tty

November 18, 2011
By

This was a new one for me. Received when doing automated remote log-ins on a cPanel server. The scripts would be confused by the following message: stdin: is not a tty It was  caused by the following line in .bashrc (note that it could be in /etc/bashrc or /etc/profile, all those are on the...

Read more »

Secondary DNS cannot transfer zone

November 3, 2011
By

I’m no Bind expert but I’m not a beginner either. I was configuring a secondary backup DNS for a master server and I noticed that after configuring everything the zones didn’t get replicated on the slave DNS. I checked the logs and saw the following: First I thought there was a mistake related to...

Read more »

DNS::ZoneParse has an undocumented $ORIGIN

November 2, 2011
By

I was working writing a few scripts that should update a DNS zone file on the fly. I decided to use the DNS::ZoneParse perl module for convenience. The example there is straightforward for changing MX records so I thought modifying it to modify an A record should be a piece of cake. Right? Wrong!...

Read more »

My fortune command line…

October 15, 2011
By

I take my bash profile very seriously I use: # fortune fortunes fortunes-o fortunes2 forunes2-o 30% startrek The above means to choose fortunes only from the 5 specified files and more it assures that I get startrek fortunes from time to time. Note that because lists are not equal in size it doesnt mean...

Read more »

Optimizing all mysql tables (from all databases)

October 4, 2011
By

You want to optimize mysql tables from time to time in order to reduce fragmentation. Here’s an easy way to do it automatically (put it in a script and run it from cron for example) View Code BASH1 mysqlcheck -Aop -h hostname -u user -pPASSWORD What all those mean: –all-databases, -A; Check all tables...

Read more »

Clear Windows 7″Recent Items”/ jumplists

September 21, 2011
By

I hate windows’s jump lists. If you read this you probably hate them too They are stored as hidden files in a, you guessed, hidden directory. You can’t browse to it but you can type it in RUN or windows explorer location bar: %APPDATA%\Microsoft\Windows\Recent\AutomaticDestinations You will see there a bunch of files with long...

Read more »

Working mediatomb config.xml for Samsung UE37C5000

September 13, 2011
By

I have a NAS and an Samsung UE37C5000 UPNP/DLNA enabled led TV. Streaming from the first to the second should be easy, right? Well after a few tweaks MediaTomb makes it possible. I don’t say this is the best configuration possible but it’s the one that works INCLUDING pause and fast forwarding. Relevant from...

Read more »

Another issue compiling Digikam 2.0.0 stable on my Slackware current 64 bit (post 13.37)

August 20, 2011
By

This error is spit after compiling: View Code BASH1 2 3 4 5 6 Linking CXX shared module ../../../lib/kipiplugin_advancedslideshow.so /usr/lib64/gcc/x86_64-slackware-linux/4.5.3/../../../../x86_64-slackware-linux/bin/ld: skipping incompatible /usr/share/opencv/../../lib/libGL.so when searching for -lGL collect2: ld returned 1 exit status make[2]: *** [lib/kipiplugin_advancedslideshow.so] Error 1 make[1]: *** [extra/kipi-plugins/advancedslideshow/CMakeFiles/kipiplugin_advancedslideshow.dir/all] Error 2 make: *** [all] Error 2 For whatever reason it tries to...

Read more »

Follow Me

Subscribe via RSS