Friday, November 14th, 2008
It is a common if we set up and configure a server using console or remote using the pc. But it is a pride if we can remote with an unordinary method,like what I done a few time ago. I set up a remote server using mobile phone. YES! Little ...
Posted in InterNET, Linux, Mobile Phone, My Life, NeTWorking | No Comments »
Sunday, January 21st, 2007
almost all of my linux image are on NRG format,but there is problem when i want to mount them as directory to install any reposities.
this way can convert NRG file 2 ISO :
dd if=FILE.NRG of=FILE.iso bs=2048 skip=150
where FILE.NRG is your nrg file, and FILE.iso is your output file (ISO).
example:
dd if=Image.nrg ...
Posted in Linux | No Comments »