Author: Edgars | Filed under: Those who know already know that Tangerine Tango was announced as the color of 2012. At spring of 2012. There had been images like this all over the web, but i could not find a hex and rgb for web to use it so i allowed myself to resize the photo and locate with colorpicker [...]
Those who know already know that Tangerine Tango was announced as the color of 2012. At spring of 2012.
There had been images like this all over the web, but i could not find a hex and rgb for web to use it so i allowed myself to resize the photo and locate with colorpicker and this is what i came up with.
RGB: 240 82 42
HEX: #F0522A
Author: Edgars | Filed under: this must be joke. but it’s not. The Volkswagen Group is using Microsoft Internet Explorer 6 as standard the for displaying web pages. For the daily work with our platform, we recommend you to use the Microsoft Internet Explorer 6, too. [source »]
this must be joke. but it’s not.
The Volkswagen Group is using Microsoft Internet Explorer 6 as standard the for displaying web pages. For the daily work with our platform, we recommend you to use the Microsoft Internet Explorer 6, too.
[source »]
Author: Edgars | Filed under: I am playing around with Asus X101 (excellent, excellent thingie for it’s price). First I was surprised for lack of “apps” (as we called “programs” before iphone descended on this planet). Then, after looking for some hacks on installing such vital software like skype and teamviewer, it all turned out to be pretty simple – [...]
I am playing around with Asus X101 (excellent, excellent thingie for it’s price). First I was surprised for lack of “apps” (as we called “programs” before iphone descended on this planet).
Then, after looking for some hacks on installing such vital software like skype and teamviewer, it all turned out to be pretty simple – just look for fedora/redhat rpm’s. for example, to set up teamviewer you go to download section in teamviewer site. and select the latest fedora/redhat rpm for download which in time of writing this post is called teamviewer_linux.rpm. Here is what you do with rpm if you dont know what to do with rpm:
After it’s been downloaded, open terminal on MeeGo – Applications->SystemTools->Terminal.
type following in command prompt (mostly you will be in home, but “just in case”):
[user@user-desktop ~]$ cd ~/Downloads
[user@user-desktop ~]$ sudo rpm -i teamviewer_linux.rpm
just change teamviewer_linux.rpm to anything else you have downloaded. for instance, skype.
Author: Edgars | Filed under: Sounds too good to be true. Especially from lips of MS… Microsoft will not support browser plug-ins, including Adobe’s Flash, in one of the two versions of Internet Explorer to be bundled with Windows 8, a company executive said today. Via Computerworld
Sounds too good to be true. Especially from lips of MS…
Microsoft will not support browser plug-ins, including Adobe’s Flash, in one of the two versions of Internet Explorer to be bundled with Windows 8, a company executive said today.
Via Computerworld
Author: Edgars | Filed under: If you want to find out which program (daemon, app, etc) is using the port in unix environmnet (at least in linux), then netstat come in handy. run this command in prompt netstat -tlnp | grep :25 and it gives out result like [~]# netstat -tlnp | grep :25 tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN [...]
If you want to find out which program (daemon, app, etc) is using the port in unix environmnet (at least in linux), then netstat come in handy.
run this command in prompt
netstat -tlnp | grep :25
and it gives out result like
[~]# netstat -tlnp | grep :25
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 2739/??????
where the ?????? part is the answer you are looking for
Author: Edgars | Filed under: We created AJAX based dashboard.js. Works pretty cool, looks pretty cool also so cool that i want to share it with you.. via wordle.net
We created AJAX based dashboard.js. Works pretty cool, looks pretty cool also
so cool that i want to share it with you..
via wordle.net
Author: Edgars | Filed under: All those Mac users who enjoy free services of SequelPro – recently export was improved in a very very very good way. Now you can export tables and select explicitly if you want to export either structure, data or both for every single table in db. Makes life so much easier.
All those Mac users who enjoy free services of SequelPro – recently export was improved in a very very very good way. Now you can export tables and select explicitly if you want to export either structure, data or both for every single table in db.
Makes life so much easier.

Author: Edgars | Filed under: Usually cronjob is used like every minute, every hour, day, etc. But sometimes you want it to work like every second hour or every fifth minute. this is where a little trick comes in (or in other words – rtfm): */5 * * * * echo ‘rtfm’
Usually cronjob is used like every minute, every hour, day, etc. But sometimes you want it to work like every second hour or every fifth minute. this is where a little trick comes in (or in other words – rtfm):
*/5 * * * * echo ‘rtfm’
Author: Edgars | Filed under: The FirePHP Firefox Extension hosted at https://addons.mozilla.org/en-US/firefox/addon/firephp/ is deprecated and will NOT work with Firebug 1.8+ . Use DeveloperCompanion instead.
The FirePHP Firefox Extension hosted at https://addons.mozilla.org/en-US/firefox/addon/firephp/ is deprecated and will NOT work with Firebug 1.8+ . Use DeveloperCompanion instead.