Oct/090
Jason Miraz – We Sing We Dance We Steal Things (Album)
I’m Yours :: download
Lucky (feat Colbie Caillat) :: download
Aug/090
How to Install GDM (GNOME Display Manager) theme in Ubuntu
Taken from UbuntuGeek
Linux GDM is a GDM login screen theme.Gdm (the GNOME Display Manager) is a highly configurable reimplementation of xdm, the X Display Manager. Gdm allows you to log into your system with the X Window System running and supports running several different X sessions on your local machine at the same time. This tutorial will explain how to install GDM theme in Ubuntu.
First you need to download your favourite GDM theme from here in .tar.gz format.
To install GDM themes, goto System>Administration>Login Window

When it prompted enter your password, once login window opens you should see similar to the following screen here click on local tab .Now you can add your .tar.gz files for this click on Add

Once it opens file selection window select your GDM file click install (In this example i am installing Spring time GDM theme) or you just drag and drop your .tar.gz file into themes

Now you can see your newly installed theme under themes list select your new theme click close

You need to logout from your system to see your new GDM login theme
Jun/091
Setting Internet Sharing (ICS) on Ubuntu 9.04
This is the second time i turning back my lovely desktop pc “The Killer-Bee” to use Linux base OS, i really interested with the latest release from Ubuntu “Jaunty Jackalope” it’s really amazed me how she recognize all my hardware PC, especially my EVDO cdma Modem (SMART) coz there was no official linux driver release from the provider.
The installation it’s more user friendly, i really like the new look of partition manager on the installation step it’s easy to manage, but now I dont want to tell how to install ubuntu on pc or laptop, I rather want to share and discuss how to share your internet connection in ubuntu, i know that the official document of ubuntu already discuss how to do it but this is my own experience, it took me 2 days to figure it out
i know it sound so stupid but what the heck i’m really noob with linux, thats why i want to share my experience here.
ok lets get started:
# In my case i want to connect my |modem|–>|desktop pc|–> |switch hub| –>|Laptop|
# so the connection will be using straight cable
# first step – connecting to the internet using modem, that mean the connection will be ppp0
# check ur modem connection (open you terminal session: Applications–>Accessories–>Terminal)
ifconfig ppp0
# Second step – set my ethernet with static ip, in this case my ethernet card is eth0
ifconfig eth0 192.168.0.1 netmask 255.255.255.0
# or you can do it using Network Connections (System–>Preferences–>Network Connections)

# after you set your eth0 with static ip, now download this package dnsmasq and iptables
sudo apt-get install dnsmasq iptables
# after the package is installed, edit the /etc/dnsmasq.conf
sudo gedit /etc/dnsmasq.conf
# add this line and save it
listen-address=192.168.0.1
interface=eth1
dhcp-range=192.168.0.100,192.168.0.250,72h
# edit /etc/rc.local
sudo gedit /etc/rc.local
# add this line and save it
wanint=ppp0
localnet=192.168.0.0/24
echo 1 > /proc/sys/net/ipv4/ip_forward
iptables -t nat -A POSTROUTING -s $localnet -d 0.0.0.0/0 -o $wanint -j MASQUERADE
Congrats… now you can share your internet connection without the need to setting up at the client side, because the package of dnsmasq will make your desktop act as DNS and DHCP server, then the iptables do the nat thing….
regards,
Jun/090
Ubuntu 9.04 (Jaunty Jackalope)
About
Ubuntu is an entirely open source operating system built around the Linux kernel. The Ubuntu community is built around the ideals enshrined in the Ubuntu Philosophy: that software should be available free of charge, that software tools should be usable by people in their local language and despite any disabilities, and that people should have the freedom to customize and alter their software in whatever way they see fit. For those reasons:
- Ubuntu will always be free of charge, and there is no extra fee for the “enterprise edition”; we make our very best work available to everyone on the same Free terms.
- Ubuntu includes the very best in translations and accessibility infrastructure that the free software community has to offer, to make Ubuntu usable for as many people as possible.
- Ubuntu is released regularly and predictably; a new release is made every six months. You can use the current stable release or the current development release. Each release is supported for at least 18 months.
- Ubuntu is entirely committed to the principles of open source software development; we encourage people to use open source software, improve it and pass it on.
System Requirements
The minimum memory requirement for Ubuntu 9.04 is 256 MB of memory. Note that some of your system’s memory may be unavailable due to being used by the graphics card. If your computer has only the minimum amount of memory, the installation process will take longer than normal, but will complete successfully, and the system will perform adequately once installed.
Systems with less memory may be able to select “Install Ubuntu” from the boot menu to run just the installer, rather than the whole desktop, or may be able to use the alternate install CD.
x9wz3jgynf
Oct/080
Memblockade VBS Virus di Komputer

Anti VBS Virus
Maraknya virus lokal karya anak bangsa … yang aga menjengkelkan dan patut diacungkan jempol ini merupakan momen yang bagus, untuk membuat kita para pengguna komputer untuk lebih smart lagi dan belajar mengefesiensikan pemakaian komputer secara maksimal..
Seperti kita ketahui virus yang menggunakan file vbs sebagai media penyebaran virus marak bahkan banyak, post saya disini bermaksud ingin berbagi dengan kalian semua bagaimana cara mengatasi vbs script virus.
Karena tutorial ini lumayan panjang yang berisi tentang oprek system dan registry secara gamblang… oleh karena itu saya packing dalam bentuk file pdf, beberapa file .reg dan applikasi yang berguna untuk men Patch komputer anda supaya aman dari serangan virus berbasis vb taw vbs.
silahkan unduh disini : Anti VBS Virus
![]()


