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

Minggu, 12 Januari 2014

XAMPP

Download
Install
Terminal:
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.
or
Terminal:
tar xvfz xampp.tar.gz -C/opt

Start XAMPP
/opt/lampp/lampp start
/opt/lampp/lampp stop
Parameter
start         Starts XAMPP.
stop         Stops XAMPP.
restart Stops and starts XAMPP.
startapache Starts only the Apache.
stopapache Stops the Apache.
stopssl Stops the Apache SSL support.
stopftp Stops the ProFTPD server.
Starts               a small security check programm.

To uninstall XAMPP just type in this command:
rm -rf /opt/lampp

cek: http://localhost
Read More --►

Libre Office


install Libre Office
Terminal:
tar -zxvf Libreoffice.tar.gz
cd LibreOffice
cd DEBS
dpkg -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


  1. synaptic install:
    cups
    cups-client
    or apt-get install cups cups-client "foomatic-db*"
  2. terminal:
    adduser root lpadmin
    See:
    Adding user `root' to group `lpadmin' ...
    Adding user root to group lpadmin
    Done.
    (root mean your system account,if your account is with different name, type different name)
  3. restart kali
  4. restart (or stop and start) the daemons:
    service samba restart && service cups restart
    or
    service cups restart
    if you do not have SAMBA on your system
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-build
Done
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 System -> opt -> google -> chrome

buka dengan gedit/leafpad

exec -a "$0" "$HERE/chrome" "$@"

--user-data-dir <-- copas 

See..

Save and exit. DONE...
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/plugins/

DONE..
Read More --►