Rss Feed
Tweeter button
Facebook button
Technorati button
Reddit button
Myspace button
Linkedin button
Webonews button
Delicious button
Digg button

Posts Tagged ‘ LINUX ’

File Kompresi dan Arsip file diLinux

Aug 12th, 2009 | By Rio Yotto | Category: Computer Code, Configuration, Tips & Trick

Linux menyediakan bzip2, gzip dan zip tools untuk kompresi dengan shell prompt. Kompresi file dengan
Bzip2 di rekomendasikan karna menyediakan kompresi di hampir semua sistem operasi seperti UNIX (Unix like).
Tools Gzip juga bisa ditemukan dihampir semua system operasi Unix. Untuk file kompresi yang bisa digunakan antar platform Windows dan linux sebaiknya gunakan zip.



Secure transfer File on Linux – SCP and RSYNC

Feb 2nd, 2009 | By Rio Yotto | Category: Configuration

The command to secure copy a file in linux is scp.
How do I copy a file from one computer to another?
The general form is:
# scp source target
an example: