Selasa, 29 April 2008

Kompresi File di Ubuntu

Software packing untuk pack/unpack file merupakan hal penting didalam komputer. Dalam windows kita kenal seperti WinRAR dan 7-Zip untuk mengkompres unkompress berbagai bentuk format file misalnya .zip .rar .7z dan lainnya. Contoh mengkompres file dapat dilihat pada gambar dibawah ini:



Untuk menginstallnya :

$ sudo apt-get install unace rar unrar zip unzip p7zip-full p7zip-rar sharutils aish uudeview mpack lha arj cabextract file-roller

Ini berguna untuk komputer 64bit yang tidak bisa menginstall RAR dari add/remove application di ubuntu.

Senin, 28 April 2008

Microsoft TrueType Fonts Di Ubuntu

Pastikan universe dan multiverse repositories diaktifkan lalu Install Microsoft Truetype fonts dengan perintah:

$ sudo apt-get install msttcorefonts

Akan ada informasi bahwa paket tidak dapat diautentifikasi. Klick enter lalu akan muncul dilayar:



Klick OK/Enter dan biarkan instalasi berjalan. Setelah selesai restat komputer. Font ini dapat memperbaiki tampilan huruf pada gmail di firefox ubuntu.

Jumat, 11 April 2008

tcptrack



tcptrack adalah tools untuk menampilkan informasi koneksi TCP pada network. Informasi yang ditampilkan adalah:
  • source address dan port
  • destination address dan port
  • connection state
  • idle time
  • penggunaan bandwidth
Cara menginstallnya pada ubuntu:

$ sudo apt-get install tcptrack

Untuk lebih jelasnya bisa melihat howtoforge.net atau tcptrack document

Atau kunjungi tcptrack homepage

Install Webmin di Ubuntu



Webmin adalah aplikasi untuk melakukan administrasi sistem melalui web. Proses installasinya:

Download SSH server

$ sudo apt-get install ssh openssh-server

Tambahkan repository ini kedalam daftar list

deb http://download.webmin.com/download/repository sarge contrib

Install webmin

# apt-get update
# apt-get install webmin


Webmin dapat anda akses pada https://your-server:10000 (ada penjelasannya diakhir proses installasi)

Username dan password sama dengan username password ubuntu anda

Senin, 07 April 2008

Software Router Gratis




Router adalah sebuah alat jaringan komputer yang mengirimkan paket data melalui sebuah jaringan atau Internet menuju tujuannya, melalui sebuah proses yang dikenal sebagai routing. Proses routing terjadi pada lapisan 3 (Lapisan jaringan seperti Internet Protocol) dari stack protokol tujuh-lapis OSI.

1d.wikipedia.org

Dibawah ini adalah beberapa software router yang gratis / free routing software:

IPCopA secure Linux distribution managed through a web-interface. It turns an old PC into a firewall and VPN gateway. Features an Intrusion Detection System.

Vyatta
Simply put, Vyatta has commoditized router, firewall and VPN deployment in the same way that Linux commoditized the operating system market. Vyatta open-source networking offers you an alternative to over-priced, inflexible products from proprietary vendors.

pfSence
pfSense is a free, open source customized distribution of FreeBSD tailored for use as a firewall and router. In addition to being a powerful, flexible firewalling and routing platform, it includes a long list of related features and a package system allowing further expandability without adding bloat and potential security vulnerabilities to the base distribution.

Zebra
GNU Zebra is free software that manages TCP/IP based routing protocols. It is released as part of the GNU Project, and it is distributed under the GNU General Public License. It supports BGP-4 protocol as described in RFC1771 (A Border Gateway Protocol 4) as well as RIPv1, RIPv2 and OSPFv2.

XORP
XORP is the industry's only extensible open source routing platform. It is in broad use worldwide, with thousands of downloads by companies and educational institutions and an active international developer community.

Open Router
ORP is a stand-alone GNU/Linux distribution which aims to be a complete PC-based router solution.