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 January 2012 | Real Solution for Your Problem!

Archive for January, 2012

January 23, 2012 | In: Nepotriedené

Konvert .bin do .iso

Konvert .bin image na .iso ak ste tu tak buď neviete ako mountnuť bin alebo ho konvertnúť do normálneho formátu, hľad riešenie: #apt-get install bchunk a potom pomocou bchunk konvertneme bin na iso: bchunk image.bin image.cue image.iso a...

  • Comments Off on Konvert .bin do .iso

January 19, 2012 | In: Nepotriedené

synchronize

Synchronizácia pomocu unison alebo rsync pripravime si scenerio na testovanie: # mkdir testdir1 # touch testdir1/foo testdir1/bar # mkdir testdir1/null # touch testdir1/null/foobar # mkdir testdir2 spustíme unison: # unison -ui text testdir1...

  • Comments Off on synchronize