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>
...
Rabu, 29 Januari 2014
Scalpel 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...
Jumat, 24 Januari 2014
Remastersys 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...
Untuxcut with Arpon 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...
Iso Create 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...
Minggu, 19 Januari 2014
Install Virtualbox on Backbox Install Virtualbox on Backbox
Terminal:
apt-get update
apt-get install virtualbox-qtDo...
install kernel-headers install kernel-headers
terminal:
apt-get update
apt-cache search linux-headers-$(uname -r)
apt-get install linux-headers-$(uname -r)
do...
extract file extract file
start code-->
ex () {
if [ -f $1 ] ; then
case $1 in
*.tar.bz2) tar xjf $1 ;;
*.tar.gz) tar xzf $1 ;;
...
Jumat, 17 Januari 2014
MITM Detection 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"...
Rabu, 15 Januari 2014
Senin, 13 Januari 2014
ghostscript ghostscript
Terminal:
apt-get install ghostscript
Terminal:
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf
Done...
Minggu, 12 Januari 2014
XAMPP 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...
Libre Office 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...
Jumat, 10 Januari 2014
Tor+Proxychains 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....
Kamis, 09 Januari 2014
Install&conf Printer di Kali Linux 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)...
Install Mozilla Firefox di Kali Linux 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...
Chrome Browser di Linux 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...
Install Flash Player di Kali Linux 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...
Langganan:
Postingan (Atom)