Khalila*Sharen

Male, 17 tahun

Jakarta, Indonesia

Ya, aku adalah penjahat. Kejahatanku adalah keingintahuanku. Kejahatanku adalah menilai orang berdasarkan perkataan dan pikiran mereka. Kejahatanku adalah menjadi lebih pintar dari kalian, sebuah dosa yang tak akan bisa kalian ampuni
::
Start
Welcome to my Blog
Shutdown

Navbar3

Search This Blog

Rabu, 29 Januari 2014

Autotrash

Hapus file sampah secara otomatis type: apt-get update apt-get install autotrash autotrash -d 10 See: -d <days of age to purge>, --delete <number of megabytes to purge>, or --min-free <number of megabytes to make free> ...
Read More --►

Scalpel

Type: dd if=/dev/sda1 of=/media/dataku/imagerecovery.imguntuk menyalin partisi /dev/sda1 yang ingin direcovery menjadi image. install scalpel apt-get install scalpel konfigurasi gedit /etc/scalpel/scalpel.conf hilangkan tanda # untuk merecovery data yang berextensi PDF *contoh mkdir recovery scalpel -o recovery imagerecover...
Read More --►

Jumat, 24 Januari 2014

Remastersys

gedit /etc/apt/sources.list copas deb http://www.geekconnection.org/remastersys/repository karmic/ save apt-get update apt-get install remastersys apt-get install ubiquity-frontend-gt...
Read More --►

Untuxcut with Arpon

apt-get install arpon gedit /etc/default/arpon Code: # Defaults for arpon initscript # sourced by /etc/init.d/arpon # installed at /etc/default/arpon by the maintainer scripts # You must choose between static ARP inspection (SARPI) and # dynamic ARP inspection (DARPI) # # For SARPI uncomment the following line (please edit also...
Read More --►

Iso Create

-->begin #!/bin/bash # AUTHOR: (c) Eugenio F. <eug.alfe@gmail.com> # VERSION: 1.4 # LICENSE: GPL (http://www.gnu.org/licenses/gpl.html) # REQUIRES: mkisofs/genisoimage and zenity # NAME: Create ISO # INSTALLATION: Copy to the "~/.gnome2/nautilus-scripts" directory # DESCRIPTION: Create a iso file from directory or file. for...
Read More --►

Minggu, 19 Januari 2014

Install Virtualbox on Backbox

Terminal: apt-get update apt-get install virtualbox-qtDo...
Read More --►

install kernel-headers

terminal: apt-get update apt-cache search linux-headers-$(uname -r) apt-get install linux-headers-$(uname -r) do...
Read More --►

extract file

start code--> ex () {     if [ -f $1 ] ; then         case $1 in             *.tar.bz2)   tar xjf $1        ;;             *.tar.gz)    tar xzf $1     ;;            ...
Read More --►

Jumat, 17 Januari 2014

MITM Detection

credit goes to writer vladz <vladz@devzero.fr. #!/bin/bash # A fully customisable ARP spoofing detection script # # Copyright (C) 2008 vladz <vladz@devzero.fr> # # This tool will prevent yourself against Man-In-The-Middle attacks. For # better usage run this script in a xterm: #    $ xterm -e "/bin/bash mitm.sh" f="/proc/net/arp"...
Read More --►

Rabu, 15 Januari 2014

No Display

Terminal: cd /etc/X11rm xorg.co...
Read More --►

Senin, 13 Januari 2014

ghostscript

Terminal: apt-get install ghostscript Terminal: gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf Done...
Read More --►

Minggu, 12 Januari 2014

XAMPP

DownloadInstallTerminal: chmod 755 xampp-linux-1.8.2-0-installer.run Run ./xampp-linux-1.8.2-0-installer.run That's all. XAMPP is now installed below the /opt/lampp directory. orTerminal: tar xvfz xampp.tar.gz -C/opt Start XAMPP /opt/lampp/lampp start /opt/lampp/lampp stop Parameter start         Starts...
Read More --►

Libre Office

install Libre OfficeTerminal: tar -zxvf Libreoffice.tar.gzcd LibreOffice cd DEBSdpkg -i *.deb Done..Uninstall Libre Office Terminal: apt-get remove --purge libreoffice* apt-get clean apt-get autoremove Done...
Read More --►

Jumat, 10 Januari 2014

Tor+Proxychains

terminal: apt-get update apt-get install tor service tor start for check service tor status for stop service tor stop # cd /etc # vi proxychains.conf type socks5 127.0.0.1 9050 save type proxychains iceweasel www.ipsaya.com or proxychains firefox www.ipsaya.com done....
Read More --►

Kamis, 09 Januari 2014

Install&conf Printer di Kali Linux

synaptic install:cupscups-clientor apt-get install cups cups-client "foomatic-db*" terminal:adduser root lpadminSee:Adding user `root' to group `lpadmin' ...Adding user root to group lpadminDone.(root mean your system account,if your account is with different name, type different name) restart kali restart (or stop and start)...
Read More --►

Install Mozilla Firefox di Kali Linux

Terminal: apt-get remove iceweasel echo -e "\ndeb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main" | tee -a /etc/apt/sources.list > /dev/null apt-key adv --recv-keys --keyserver keyserver.ubuntu.com C1289A29 apt-get update apt-get install firefox-mozilla-buildDo...
Read More --►

Chrome Browser di Linux

Download deb package Install deb package dpkg -i google-chrome-stable_current_i386.deb add ke Main Menu. See..  Applications -> Accessories -> Main Menu  Klik ikon Internet sebelah kiri + Klik New Item sebelah kanan type.. Name: Google Chrome Command: google-chrome OK sampai disini masih ERROR, calm down.. browse: File...
Read More --►

Install Flash Player di Kali Linux

Untuk Catatan Pribadi Step # 01 Buka browser dan download Flash Player  link (Note: Versi download tar.gz for Linux) Step # 02 buka terminal, KETIK: tar xzvf install_flash_player_11_linux.i386.tar.gz  ATAU tar xzvf install_flash_player_11_linux.x86_64.tar.gz Step # 3 cp libflashplayer.so /usr/lib/mozilla...
Read More --►