Posts RSS Comments RSS Feedburner 218 Posts and 958 Comments

Imstall LAMP di Ubuntu 9.10 ….. cbrl


Untuk menginstall LAMP (Linux, Apache, MySQL, pHp)..

ikuti langkah2 dibawah ini :
buka terminal
ketik : sudo apt-get install lamp-server^
Do you want to continue [Y/n]? y
setalah instalasi selesai..LAMP sudah siap pakai..
ketik : http://localhost di web address bar..It Work.

untuk menginstall phpmyadmin, ketik di terminal : sudo apt-get install phpmyadmin


Auto Mount Drive Di Ubuntu ….. cbrl



# /etc/fstab: static file system information.
#
# Use ‘blkid -o value -s UUID’ to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# proc /proc proc defaults 0 0
# / was on /dev/sda1 during installation
UUID=6db2a561-9e3d-479e-b746-9bea4fa84498 / ext3 errors=remount-ro 0 1
# swap was on /dev/sda6 during installation
UUID=343bab81-b0a1-40f2-b21b-f8a22ff4f1f8 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0

Continue Reading »

Autorecover After Improper Shutdown in Puppy Linux …. cbrl

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 … cbrl

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 »

Next »