Posts RSS Comments RSS Feedburner 214 Posts and 948 Comments

Archive for the 'Info' Category

Autorecover After Improper Shutdown in Puppy Linux …. catetan ben ra lali


Use the script below and insert it to rc.sysinit script in t /etc/rc.d folder after t “Making filesystem usabel” part,

############ clean-shutdown-detect ##############
#Detect and clean improper shutdown

if [ -f /tmp/RUNNING ];then
echo -n “Cleaning up after Improper Shutdown….” >/dev/console
rm -f /var/log/X*
rm -f /tmp/RUNNING
rm -rf /tmp/*
rm -f /var/lock/LCK*
rm -f /var/run/*.pid
rm -rf /root/tmp 2>/dev/null
rm -rf /root/.thumbnails/* 2>/dev/null
[ -f /etc/rc.d/MORESFS ] && rm /etc/rc.d/MORESFS
status_func 0
fi

Continue Reading »


Update Pidgin In Ubuntu … catetan ben ra lali


Before Installation

First thing you need is to enable all the sources in your repository. You can do that by; System tab —> Administration —> Software Sources.
You also need to enable medibuntu which you can find here; http://www.medibuntu.org/

When that is done, open the terminal (Applications tab —> Accessories —> Terminal ).
To build Pidgin from the source the right tools, libs and headers is needed, also the old pidgin needs to be uninstall, type this in the terminal;

Continue Reading »

Mempercepat Akses Internet Smart

Setelah beberapa bulan munculnya HP 3G Modem & Internet Akses CDMA dari Smart Telecom mulai terasa menurunnya kecepatan akses internet terutama pada jam-jam sibuk. Memang inimerupakan hal yang wajar dikarenakan banyaknya pemakaian dan murahnya paket-paket yang ditawarkan.

Kalau kita bicara cara untuk mempercepat internet smart ini secara mutlak sepertinya hal tersebut tidaklah mungkin. Hal ini dikarenakan banyaknya pemakai dan jalur cdma yang digunakan tersebut kapasitasnya tetap. Tapi disini akan ada beberapa cara untuk sedikit mempercepat koneksi tersebut lewat setting di komputer (windows), browser, dan APN (Acces Point Name) yang tidak sibuk.
SETTING KOMPUTER / WINDOWS

Continue Reading »

settingan squid di smoothwall express 3.0

ssh -l root routerbox

#cd /var/smoothwall/proxy

#vi acl

cache_mem 16 MB
maximum_object_size_in_memory 32 KB

cache_replacement_policy heap LFUDA
memory_replacement_policy heap GDSF

half_closed_clients off

cache_swap_high 100%
cache_swap_low 80%
ipcache_size 1024
ipcache_low 90
ipcache_high 95
fqdncache_size 1024

shutdown_lifetime 10 seconds
icp_port 0

Continue Reading »

Setting Up Samba In Ubuntu

What is Samba and when do you need it?
Samba is a set of tools to share files and printers. It implements the SMB network protocol, which is the heart of Windows networking. OS X also recognises Samba shares.

Samba can be used to:

* Act as a server for Windows (or Samba) clients: share folders and printers, including PDF pseudo-printers so all the computers in your network may write PDF files
* Act as a domain controller in a Windows network (authenticating users, etc.)
* Do some more complex things, such as using a Windows domain controller to authenticate the users of a Linux/UNIX machine

Continue Reading »

Cara dapetin token Ninja Saga Gratisan ….

Caranya yaitu dengan menganti IP address kita ……

Caranya begini :

1. Siapin IP address (kunjungin website www.xroxy.com

2. Cari IP yang transparent, cari proxy yang portnya yg “3128 Only”

4. kKalo dah dapet masukin IP addressnya lewat mozilla , caranya :

-klik menu “Tools” pada mozilla yang ada di deretan file, edit, dst..

-pilih “options”

Continue Reading »

Blue Screen Message

Pesan error yang muncul ketika komputer mengalami blue screen ……

1. IRQL_NOT_LESS_OR_EQUAL (0X0000000A)

Ini merupakan biangnya kerok pada BsOD. Karena umumnya pada BsOD, pesan ini yang paling sering muncul. Pesan kesalahan ini disebabkan umumnya kerena ada ketidakcocokan driver yang terinstall di komputer.

Daftar Penyebab:

- Masalah driver yang bentrok atau tidak cocok

Continue Reading »

Bikin Aplikasi Portable Dengan Thinstall

Sebenernya sudah cukup lama aku penasaran dengan pembuatan aplikasi portable ….. dasar bukan programmer jadi ya bingung aja gimana bikinnya …. :D . Aku memang suka dengan aplikasi2 yang portable selain bisa juga dibawa kemana mana pake flashdrive. Nah, disini aku mau berbagi bagaimana cara membuat aplikasi portable dengan menggunakan Thinstall. Thinstall ini bekerja pada alur seperti dibawah ini :
Photobucket

Continue Reading »

Next »