Forum TKJ SMKN 1 SLAWI
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
 
 

Display results as :
 


Rechercher Advanced Search

Latest topics
» Audit ISO SMKN 1 Slawi
DeepFreeze di Linux EmptyTue Feb 14, 2017 11:22 am by agoenk

» Verifikasi UPK 2017
DeepFreeze di Linux EmptyTue Feb 14, 2017 11:01 am by agoenk

» Simulasi UBK tahap kedua
DeepFreeze di Linux EmptyTue Feb 14, 2017 10:44 am by agoenk

» Mengganti favicon di wordpress
DeepFreeze di Linux EmptySat Feb 11, 2017 11:22 am by agoenk

» Undangan Pertemuan Rutin MGMP TKJ Gugus Bisman SMKN 1 Slawi bulan Desember 2016 sekaligus Pelatihan Mikrotik
DeepFreeze di Linux EmptySat Nov 26, 2016 9:59 am by agoenk

» SPMI ( Sistem Penjaminan Mutu Internal ) untuk sekolah Model
DeepFreeze di Linux EmptyWed Oct 26, 2016 1:58 pm by agoenk

» Pertemuan Rutin MGMP TKJ Gugus Bisman SMK Negeri 1 Slawi Bulan Oktober 2016
DeepFreeze di Linux EmptyFri Oct 14, 2016 10:17 pm by agoenk

» INFO PPDB SMKN 1 SLAWI TAHUN PELAJARAN 2016 / 2017
DeepFreeze di Linux EmptyMon Jun 13, 2016 6:35 am by Admin

» Kegiatan 3P Jurusan TKJ SMKN 1 Slawi
DeepFreeze di Linux EmptyTue Apr 26, 2016 10:16 am by agoenk

Top posters
agoenk (2099)
DeepFreeze di Linux I_vote_lcapDeepFreeze di Linux I_voting_barDeepFreeze di Linux I_vote_rcap 
viyan_cs (1036)
DeepFreeze di Linux I_vote_lcapDeepFreeze di Linux I_voting_barDeepFreeze di Linux I_vote_rcap 
b-joe (749)
DeepFreeze di Linux I_vote_lcapDeepFreeze di Linux I_voting_barDeepFreeze di Linux I_vote_rcap 
ieyaz_Chuit (725)
DeepFreeze di Linux I_vote_lcapDeepFreeze di Linux I_voting_barDeepFreeze di Linux I_vote_rcap 
Zell Aristocrats (667)
DeepFreeze di Linux I_vote_lcapDeepFreeze di Linux I_voting_barDeepFreeze di Linux I_vote_rcap 
jun43d1 (638)
DeepFreeze di Linux I_vote_lcapDeepFreeze di Linux I_voting_barDeepFreeze di Linux I_vote_rcap 
Hetro_fabio (314)
DeepFreeze di Linux I_vote_lcapDeepFreeze di Linux I_voting_barDeepFreeze di Linux I_vote_rcap 
twinkblack (265)
DeepFreeze di Linux I_vote_lcapDeepFreeze di Linux I_voting_barDeepFreeze di Linux I_vote_rcap 
suzee_tkj2 (237)
DeepFreeze di Linux I_vote_lcapDeepFreeze di Linux I_voting_barDeepFreeze di Linux I_vote_rcap 
harmoko (184)
DeepFreeze di Linux I_vote_lcapDeepFreeze di Linux I_voting_barDeepFreeze di Linux I_vote_rcap 

April 2024
MonTueWedThuFriSatSun
1234567
891011121314
15161718192021
22232425262728
2930     

Calendar Calendar

Affiliates
tkjpower.multiply.com
 

DeepFreeze di Linux

2 posters

Go down

DeepFreeze di Linux Empty DeepFreeze di Linux

Post by agoenk Wed Mar 10, 2010 10:22 am

Sebelumnya penulis perkenalkan dulu apa itu DeepFreeze. DeepFreeze adalah sebuah program pengobat keputusasaan mengatasi virus dan perubahan yang tidak diinginkan di sebuah sistem operasi bernama Windows. DeepFreeze membuat windows akan kembali seperti keadaan semula ketika perubahan tidak diinginkan terjadi, seperti ulah virus, worm, script jahat, cache browser, ketidaksengajaan menghapus, percobaan memformat di MS Windows, maka cukup dengan mereset windows akan kembali seperti keadaan terbaik yang pernah dipilih. DeepFreeze banyak digunakan untuk komputer-komputer perusahaan yang fungsi komputernya hanyalah sebagai penampil saja, warnet-warnet, dan komputer-komputer lembaga pendidikan seperti kursus dan lab-lab sekolah.

Sayangnya kebanyakan DeepFreeze yang dipakai adalah software ilegal tentunya karena tidak mematuhi lisensi yang menyertai software tersebut. Sebagai orang yang ingin untuk tidak menggunakan software ilegal, banyak dari kita yang beralih ke system operasi lain yang berbasi *nix seperti GNU/Linux dan *BSD.

Tapi sampai saat ini penulis belum menemukan DeepFreeze untuk sistem operasi kesayangan kita itu. Tapi jangan putus asa dulu, ternyata untuk membuat Linux kita bisa seperti menggunakan DeepFreeze tidaklah terlalu sulit. Dengan memanfaatkan tool yang sudah ada di hampir semua distribusi Linux maupun BSD penulis berhasil memikirkannya.

Langsung saja penulis paparkan disini. Tool yang dibutuhkan :

1. Zip dan unzip atau tar dan atau gzip atau bzip2. Biasanya sudah termasuk toollainnya yang dibutuhkan. (penulis memilih tar dan gzip).
2. bash atau sh.
3. editor vi atau pico atau editor text yang anda sukai(penulis pakai nano).
4. hak akses root.

Seperti aturan yang umum, kita tidak akan menggunakan akun root untuk bekerja sehari-hari apalagi hanya untuk user biasa, tentu kita akan memberikan hak akses system user biasa pula untuk si user biasa di sistem kita.

Atur konfigurasi sampai anda merasa tidak ada lagi yang tertinggal, seperti konfigurasi proxy browser kalau ada, favorite list channel di x-chat (tidak ada memang, tapi bisa bikin sendiri), icon-icon yang memudahkan di desktop seperti icon Floppy dan icon link ke folder dimana bebas untuk menyimpan, wallpaper, screensaver, panel, style, window, seeting sound, mp3 list di xmms, dan lain lain.

Setelah anda yakin tidak ada lagi yang tertinggal, logout dan login sebagai root dan masuk ke /home, kemudian lakukan:

tar -cvf user.tar user

gzip user.tar

Nah tersimpan dan terkompres sudah direktori /home untuk user dengan lokasi /home/user.tar.gz. Selanjutnya tinggal tambahkan baris ini di script autorun anda biasanya di /etc/rc.local atau di /etc/rc.d/rc.local atau dimana lah tempat file yang fungsinya sama dengan yang penulis sebutkan tadi.

misal : nano /etc/rc.d/rc.local

cd /home;rm-rf user;tar -zxvf user.tar.gz

Selesai. Mudah dan sederhana bukan?

Ini sudah penulis test untuk di distro pclinuxos. karena tar tidak mengganti user dan group kepemilikan file di dalam kompresinya sehingga langsung akan kembali seperti semula.

Selamat mencoba!


source :
http://www.air-putih.web.id
http://bakung.wordpress.com/2007/11/05/deep-freeze-linux/
agoenk
agoenk
tkjholic
tkjholic

Posts : 2099
Join date : 2009-03-11

Back to top Go down

DeepFreeze di Linux Empty Re: DeepFreeze di Linux

Post by b-joe Wed Mar 10, 2010 7:55 pm

hmmm... gk minat mencoba..
lagian linux dh aman dr serangan pilus2, gk sah pake deeprezz jg dh aman. hehhehee,...
b-joe
b-joe
tkjlovers
tkjlovers

Posts : 749
Join date : 2009-03-12
Age : 34
Location : The Rayman - Slawi

Back to top Go down

DeepFreeze di Linux Empty Re: DeepFreeze di Linux

Post by agoenk Thu Mar 11, 2010 10:46 am

b-joe wrote:hmmm... gk minat mencoba..
lagian linux dh aman dr serangan pilus2, gk sah pake deeprezz jg dh aman. hehhehee,...

bohahahay....bener bangets mas....linux is definately safe...Smile

but it can used for the warnet computer....as we know theres a lot of naughty user out there .....ixuiuxiuxiuxiuxix Very Happy
agoenk
agoenk
tkjholic
tkjholic

Posts : 2099
Join date : 2009-03-11

Back to top Go down

DeepFreeze di Linux Empty Re: DeepFreeze di Linux

Post by b-joe Sat Mar 13, 2010 9:54 am

agoenk wrote:
b-joe wrote:hmmm... gk minat mencoba..
lagian linux dh aman dr serangan pilus2, gk sah pake deeprezz jg dh aman. hehhehee,...

bohahahay....bener bangets mas....linux is definately safe...Smile

but it can used for the warnet computer....as we know theres a lot of naughty user out there .....ixuiuxiuxiuxiuxix Very Happy


hokay lah... cheers lol!
b-joe
b-joe
tkjlovers
tkjlovers

Posts : 749
Join date : 2009-03-12
Age : 34
Location : The Rayman - Slawi

Back to top Go down

DeepFreeze di Linux Empty Re: DeepFreeze di Linux

Post by agoenk Sat Mar 27, 2010 7:37 am

b-joe wrote:
agoenk wrote:
b-joe wrote:hmmm... gk minat mencoba..
lagian linux dh aman dr serangan pilus2, gk sah pake deeprezz jg dh aman. hehhehee,...

bohahahay....bener bangets mas....linux is definately safe...Smile

but it can used for the warnet computer....as we know theres a lot of naughty user out there .....ixuiuxiuxiuxiuxix Very Happy


hokay lah... cheers lol!

so ?? will u try it ?? xixuixuxiuxixuix
agoenk
agoenk
tkjholic
tkjholic

Posts : 2099
Join date : 2009-03-11

Back to top Go down

DeepFreeze di Linux Empty Re: DeepFreeze di Linux

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum