Live Chat!

Why linux live cd are important? How useful is it?

* * * * * 2 votos

April 4th, 2007 mysurface

There a plenty of linux live cd, check out frozentech.com, scroll down the list and you will see this line:
Currently displaying 315 LiveCD/DVDs
With various tools such as Kadischi, linux live script, Ubuntu Customization Kit etc, you can easily come out your own live cd. What you required is just the matter of time to fine [...]

Posted in Misc, df, fdisk, ls, scp | Hits: 17083 | 12 Comments »

zssh, interactive file transfer wrapper for ssh

* * * * * 1 votos

January 28th, 2007 mysurface

zssh, ZModem ssh, an alternative way to ssh and scp? To perform file transfer and ssh in ordinary way you need ssh and scp.
Conventional way, let say you want to download certain files from a root directory of a server which you do not sure where is the actual location.
First you login to the [...]

Posted in Admin, Misc, scp, ssh, zssh | Hits: 12442 | 3 Comments »

transfering files through ssh

* * *     1 votos

August 28th, 2006 mysurface

As long as you can access a site with ssh account, then you can transfer files using scp, try to imagine , you are from host A and you have access to host B through ssh with same user account call foobar. You can copy a file from host B by example as bellow
scp foobar@hostB:~/myfile.txt [...]

Posted in Admin, scp | Hits: 6397 | 2 Comments »