Minggu, 15 Maret 2015
Kamis, 05 Maret 2015
Virtual Memory 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.
# 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.
swap memory on linux 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..
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..
Selasa, 03 Maret 2015
My zorin repair when damaged My zorin repair when damaged
Type on terminal
gconftool --recursive-unset /apps/panel
rm -rf ~/.gconf/apps/panel
pkill gnome-panel
Done.
Selasa, 25 Februari 2014
Prozilla Prozilla
prozilla (Download Manager)
- kh4sh4@bt:~# wget -c http://old-releases.ubuntu.com/ubuntu/pool/universe/p/prozilla/prozilla_1.3.7.4-1_i386.deb
- Install kh4sh4@bt:~# dpkg -i prozilla_1.3.7.4-1_i386.deb
- 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)
- 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"
Rabu, 29 Januari 2014
Autotrash 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>
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>
Scalpel 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..
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..
Langganan:
Postingan (Atom)