Posts

Showing posts from October, 2013

Monitoring Jaringan Di Ubuntu

buka terminal ketik root@agasvcn:/home/agasvcn# apt-get install iftop untuk menjalankannya root@agasvcn:/home/agasvcn# iftop

Can't locate IO/Socket/SSL.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .)

buka terminal ketik : root@agasvcn:/home/agasvcn# sudo apt-get install libio-socket-ssl-perl

Setting DNS Di Linux

buka terminal ketik : root@agasvcn:/home/agasvcn# nano /etc/resolv.conf akan muncul nameserver 10.17.3.246 nameserver 10.17.125.235 saya akan menganti dns saya dengan dns google nameserver 8.8.8.8 nameserver 8.8.4.4 selesai ctrl+x kemudian y

How To Repository Backtrack

root@agasvcn:/home/agasvcn# nano /etc/apt/sources.list deb http://all.repository.backtrack-linux.org revolution main microverse non-free testing deb http://32.repository.backtrack-linux.org revolution main microverse non-free testing #deb http://source.repository.backtrack-linux.org revolution main microverse non-free testing deb http://updates.repository.backtrack-linux.org revolution main microverse non-free testing

How To Install hping3 In Ubuntu 10.10

hping is a free packet generator and analyzer for the TCP/IP protocol distributed by Salvatore Sanfilippo. Hping is one of the de facto tools for security auditing and testing of firewalls and networks, and was used to exploit the idle scan scanning technique (also invented by the hping author), and now implemented in the Nmap. open terminal command : root@agasvcn:/home/agasvcn# sudo apt-get update root@agasvcn:/home/agasvcn# sudo apt-get install hping3

How To Repository Ubuntu 10.10

root@agasvcn:~# nano /etc/apt/sources.list deb cdrom:[Ubuntu 11.10 _Oneiric Ocelot_ - Release i386 (20111012)]/ oneiric main restricted # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to # newer versions of the distribution. deb http://id.archive.ubuntu.com/ubuntu/ oneiric main restricted deb-src http://id.archive.ubuntu.com/ubuntu/ oneiric main restricted ## Major bug fix updates produced after the final release of the ## distribution. deb http://id.archive.ubuntu.com/ubuntu/ oneiric-updates main restricted deb-src http://id.archive.ubuntu.com/ubuntu/ oneiric-updates main restricted ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team. Also, please note that software in universe WILL NOT receive any ## review or updates from the Ubuntu security team. deb http://id.archive.ubuntu.com/ubuntu/ oneiric universe deb-src http://id.archive.ubuntu.com/ubuntu/ oneiric universe deb http://id.archive.ubuntu.com/ubuntu/ oneiric-updates univers...

How To Install Nmap Ubuntu 10.10

step one open terminal command root@agasvcn:~# apt-get update root@agasvcn:~# apt-get install nmap

Instalasi Apache Web Server Di Linux

hello guys kali ini saya akan menjelaskan tentang sedikit cara untuk membangun sebuah web server di linux untuk yang pertama menambahkan reponya dahulu ketik di terminal nano /etc/apt/sources.list silahkan copas repositroy debian di bawah ini deb http://http.debian.net/debian wheezy main deb-src http://http.debian.net/debian wheezy main deb http://http.debian.net/debian wheezy-updates main deb-src http://http.debian.net/debian wheezy-updates main deb http://security.debian.org/ wheezy/updates main deb-src http://security.debian.org/ wheezy/updates main jika sudah kemudian save CTRL + X kemudian Y enter - apt-get update (untuk update repository) - apt-get install apache2 (instal apache) jika sudah selesai, kemudian restart apache # /etc/init.d/apache2 restart lalu periksa apakah sudah berhasil atau tidak caranya cek dengan masukkan ip 127.0.0.1 (locallhost) di browser jika ada tulisan it's work berarti apache sudah berhasil terinstal letak directory untuk edit ind...