Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /data/e/7/e76990b9-3372-4d88-8089-fce36e16744a/webperfection.net/sub/rady-nosu/wp-content/plugins/seo-ultimate/modules/class.su-module.php on line 1195
Archives for February 2015 | Real Solution for Your Problem!

Archive for February, 2015

February 10, 2015 | In: Správa linuxu

useful list in console

reverse full time list, you can see latest as first ls -ltrh -l long list format -r reverse -h human readable size format -t sort by modification time

  • Comments Off on useful list in console

Some crazy stuff you can do with php5.5/5.6 function omg(Callable...$omgs) { foreach ($omgs as $omg) { var_dump($omg($omg)); } } omg('strlen'); // 6 ...

  • Comments Off on php5.5 and php5.6 new crazy futures