… seem so small since we know about Prism.
June 10th, 2013 by admin | Permalink
… seem so small since we know about Prism.
June 1st, 2013 by admin | Permalink
How about cleaning up your inbox by unsubscribing to useless newsletters you are getting every day?
I am actually doing this once a year and this year I am calling it UNSUBSCRIBE-June.
It is really interesting how many companies put you on their mailing list and spam you weekly, daily or even more.
I am even getting newsletters in languages I don’t even speak, just because I once used the free wi-fi at an airport or anything like that.
Join me – unsubscribe!
January 18th, 2013 by admin | Permalink
Quite easy:
openssl s_client -connect www.google.com:443
November 8th, 2012 by admin | Permalink
There is lots and lots of hosting companies that ask you for a couple of dollars and give you your own machine for that.
This is normally the cheapest way to have your “own” server in the internet.
After a couple of years, you realize that there is a better deal including better hardware at some other hoster or even the same.
So you decide to move your stuff over.
Now you want to cancel the current contract, but what is happening to the data that is on that server. Simply deleting is not really a solution. There are plenty of reports of harddisks turning up on ebay and the new owner has no problem restoring your data.
There is a solution to that called shred. It is a basic tool that is available with all popular linux distributions.
The easiest way is to use the following command. shred /dev/sda -f -v -z
This will overwrite your harddisk 25 times with garbage and it is really, really hard to get your data back.
Here is the shred man page.
April 22nd, 2012 by admin | Permalink
Actually I was quite surprised when I realized that I am maintaining this blog now since 5 years.
Initial idea was just to store things I had trouble with and found a solution. So I don’t have to use Google or any other search engine.
I have to say I am also quite surprised that the PHPList Hack is since years the most popular one I have wrote. Seems like the system is used widely but not as open as expected.
Also one of my favorite posts is the one about SLES 10 sucks. Especially the comments section is fun.
Lets see what the next years will bring.
April 11th, 2012 by admin | Permalink
This took me a while till I found a solution. The module builder in SugarCRM seems to have a bug. Whenever you install something using the module loader, the system seems to kind of crash. The module loader page is not showing anything any more except the saying “Module Loader”. This seems to be a bug in all 6.2.x versions.
I found a solution here.
Goto the file ModuleInstall/PackageManager/PackageManager.php and edit line 668.
change:
$target_manifest = remove_file_extension( $upgrade_content ) . '-manifest.php';
to:
$target_manifest = UploadFile::realpath(remove_file_extension( $upgrade_content ) . '-manifest.php');
April 8th, 2012 by admin | Permalink
I tried to copy all files using the cp under linux. Unfortunately in the usual case this is only copying the normal files. Things like .htaccess or .ssh directories are not being copied.
There is a simple solution for that. Just add the following line to the bash / shell you want to do the copy from.
shopt -s dotglob
This sets kind of a “global / all files”.
April 6th, 2012 by admin | Permalink
There is no general answer to this, but from my experience it takes around one week usually.
I have submitted four apps within the last three months and in general there was a waiting time of one week.
Honestly this is a hard time for a developer. In some cases (2 out of 4) Apple decided not to approve the app and rejected it.
I wonder how long this takes for the Google Android market.
November 25th, 2011 by admin | Permalink
I described a problem related to Samba shared drives on Windows and connecting them with Mac OS X Lion here.
After three months and two more versions of Lion there is still no solution. The guy from Apple never called back and never replied to my email.
I see this problem on all Macs running Lion in my company. So this is not my machine.
Apple support was one of the best in the industry for many years. Today it is just like the rest of the support hotlines. It takes hours to explain and it gets never solved.
Thanks! I liked Snow Leopard better because it actually worked!
Do I have to move back to a PC? After all these years?