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, 15 Maret 2015

install and Fix Postgresql

apt-get update
apt-get install postgresql postgresql-contrib
or
apt-get install postgresql
































Done.
Read More --►

Kamis, 05 Maret 2015

Virtual Memory

Terminal
# dd if=/dev/zero of=/swapfile bs=1024 count=8192
# mkswap /swapfile 8192
# sync
# swapon /swapfile


Tambahkan pada baris terakhir di /etc/rc.d/rc.local atau tambahkan
baris ini di /etc/fstab :
"/swapfile swap swap defaults" tanpa tanda petik.
Done.

Read More --►

swap memory on linux

Terminal
type
dd if=/dev/zero of=/swapfile bs=1M count=1000

set up
mkswap /swapfile 

Aktivate swap file
swapon /swapfile

change permission of file
gedit /etc/fstab
sudo chmod 777 /etc/fstab

parameter on file :"/etc/fstab"
/swapfile swap swap defaults 0 0

verification of swap memory, type on terminal:

free -m 
then restart.
Done..
Read More --►

Selasa, 03 Maret 2015

My zorin repair when damaged

Type on terminal

gconftool --recursive-unset /apps/panel
rm -rf ~/.gconf/apps/panel
pkill gnome-panel

Done.
Read More --►

Selasa, 25 Februari 2014

Prozilla

prozilla (Download Manager) 


  1. kh4sh4@bt:~# wget -c http://old-releases.ubuntu.com/ubuntu/pool/universe/p/prozilla/prozilla_1.3.7.4-1_i386.deb
  2. Install kh4sh4@bt:~#  dpkg -i prozilla_1.3.7.4-1_i386.deb
  3. Edit file konfigurasi prozilla "/etc/prozilla/prozilla.conf" kh4sh4@bt:~# gedit /etc/prozilla/prozilla.conf# How many mirrors we will request from ftpsearch.# This option only make sense w/ ftpsearch ON##mirrors = 40# The timeout period# How long do we wait when there is no response before starting again##timeout = 180# How many attempts do we make when we encounter a data transmission error# to get the file in (default is 200), specify 0 to try infinitely ##tries = 200#The timedelay between retries. (default 15 seconds)##retrydelay = 15# The force option, off by default. When enabled cause Prozilla NOT# to prompt the user about overwriting existent files etc..##forcemode = off# Maximum redirections allowed##maxredirs = 10# Use ~/.netrc? On by default##netrc = on# Uses PASV by default. If you don't like it set it OFF and will use PORT instead.##pasv = off# If you turn this option ON, when an error occurs, ProZilla will print the# error to stdout and quit instead of waiting for the user to press a key to# exit##nogetch = off#The maxbps option can be used to limit the bandwith consumption of# prozilla for example maxbps = 40000 will limit it to consume a maximum of# 40k of bandwith, the default is 0 which means unlimited bandwith# consumption (ie no limitation just get as fast as possible)#maxbps = 0 (set max bps jadi 0 untuk koneksi unlimited)#mainoutputdir#This specifies to which directory the output file will be built#mainoutputdir = /home/weasel/downloads#Now if you download a file called gcc-2.95.2.tar.bz2 it will be saved as#/home/weasel/downloads/gcc-2.95.2.tar.bz2#mainoutputdir = /home/dongdot (Direktori file download disimpan)
  4. cara download
    kh4sh4@bt:~#  proz http://www.bokep.coli/Skandal_Flazer&Jocker_maniac.HD
    parameter -r <-- Resumekh4sh4@bt:~#  -r proz http://www.bokep.coli/Skandal_Flazer&Jocker_maniac.HD
    kalo bingung ketik "man prozilla"
Read More --►

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.img
untuk 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 imagerecoveri.img

done..
Read More --►