Pages

Cash from click

How many hours do you spend surfing the internet?
One hour, two hours, couple of hours or even a day?
How much money you spend on the activity on the internet?
Do you know, beside your hobbies on the internet you can also get income from it, even when you are not online, you can still get the revenue, in other word get passive income.
Some people can even get thousand of dollar from online business, all you have to do is spend couple of hours for surfing, writing articles, blogging or by advertising to increase site traffic.
Do I make your curious?the you can try some steps below.
First, you need to open an account in PayPal, Payza or Liberty Reserve
Second, this is the business
1. The PTC (Pay to click)
They will pay you for click and viewing their advertising, you can also increase your income by refering to your friends, if the they join under your refering, then you'll earn extra income, from the join and from every ads they click. Can't wait to try it out?well here are some of the best PTC you can follow.
1. Highest Payrate PTC
This is the highest payrate PTC, they offers up to $5 per click, and you can cashout if your balance reach $5000, wooow this is the PTC you must join now

2. The $2 PTC
PTC that pays to click the ads up to $2 per click and you may cashout if your balance reach $1000

3. The other $2 PTC
Well, this is the other high rate PTC, same as above they offers up to $2 per ads click, and $1000 cashout, i think it well be better if you join all of the PTC, so you can maximize your earn.

4. Bux.to

5. ClixSense
6. Neobux
7. PTC box
PTCBox
2. The PTS (Pay to surf)
Just like the name you'll get paid just onlly for surfing, some of the following PTS also provide automatic surfing, which means the system will automatically surf websites even when you are not in place, and also some of them give an extra income by reading email, doing survey or even just by looking the videos. one of the exciting stuff is you'll get paid only just for playing games. Of Course, if you refer to your friends or colleagues, your revenue opportunity will be greater. You can register on the sites below.

1. AutoHitsNow
Paid for surfing, PTC, paid emails, ad clicker, approve system, etc
2. Inboxpounds
Offers, Easy cash, Bingo, games, tasks, videos, etc
3. Get Paid
offers, points, surveys, videos, task , ads, games
paid surveys
4. Donkeymails
PTC, PTS, paid to signup, paid to review, surveys
DonkeyMails.com: No Minimum Payout
5. Cashcrate
Offers, surveys, tasks, bonus surveys, points, games
Get Paid To Do Free Offers!
6. TopLine
Just install the extension on your browser and start browsing.


3. Affiliates
Promote products.
1. Clickbank

2. SFI
This is one of the cool and awesome affiliates, never miss this opportunity.
4. Free traffic
Generate traffic for your website
1. EasyHits4U
The Best Traffic Exchange
2. RelmaxTop
RelmaxTop - the very best site counter. From creators of EasyHits4U

Well, what are you waiting for?sign up now and feel the finance freedom.

Terminating running process in Linux or Unix system

Running process in Unix or Linux system sometimes are not responding or stop working for long period, to solve the problem the process need to be restarted or terminated, here are some technique to solve the problem.
First.
Open your Unix/Linux shell terminal.
Second.
Find the process id that going to be killed.
use ps or pidof to list the running process id.
ps aux | grep process_name
pidof process_name
example:
ps aux | grep lighttpd
the output from the command above
lighttpd  3486  0.0  0.1   4248  1432 ?        S    Jul31   0:00 /usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf
lighttpd  3492  0.0  0.5  13752  3936 ?        Ss   Jul31   0:00 /usr/bin/php5-cg
or using pidof
example:
pidof lighttpd
the output from the command above
3486
Third.
Use the kill command
kill PID_number
example:
kill 3486
use the -9 command option if you want to terminate instantly the  process from the id which has been defined.
killall command.
Don't use this command in Unix system, it will terminate all running process, use this command only in Linux System.
the syntax
killall -9 process_name
example
killall -9 lighttpd

Source: here

Using WvDial to connect to the internet in Ubuntu Linux


This article discusses about how to connect to the internet using  a modem wvdial intermediary software.

Tools used are:
- A handphone modem, in this article i use CDMA C700 series modem from Haier, or you can use another modem.
- Ubuntu Linux, (can also use another Linux distributions with customized setting terms).

First step, make sure your system is updated, use this command to update the system, but before all of the following step below is executed, login as root is a must.

sudo apt-get update

if the system already being update use the following command to install wvdial software

sudo apt-get install wvdial

if for some reason are not connected to the internet, wvdial can be installed offline, but first the packages mentioned below must be prepared otherwise the wvdial will refused to installed properly.

libxplc0.3.13_0.3.13-1build1_i386.deb
libwvstreams4.4-base_4.4.1-0.2ubuntu2_i386.deb
libwvstreams4.4-extras_4.4.1-0.2ubuntu2_i386.deb
libuniconf4.4_4.4.1-0.2ubuntu2_i386.deb
wvdial_1.60.1+nmu2_i386.deb

install the packages using following command.

dpkg -i (package_name)

after all packages is installed properly, cek your modem if it is detected by the system or not.

lsusb

the output from the command are.
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 05c6:9004 Qualcomm, Inc.
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 125f:c03a A-DATA Technology Co., Ltd.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

watch th line Bus 004 Device 002: ID 05c6:9004 Qualcomm, Inc. This marks tell me that my modem has been detected by my Linux system with product ID = 05c6 or in hex format 0x05c6 and vendor ID = 9004 or in hex format 0x9004.
If you use another type of modem, the product id and the vendor id will be different with the example above.

next step is to use modprobe command so the modem can be detected and recognized by wvdial.

sudo modprobe usbserial vendor=0x05c6 product=0x9004

use the following command to cek if modem had been detected.

dmesg | tail

the output from the command are.
[ 27.989235] CPUFREQ: Per core ondemand sysfs interface is deprecated - up_threshold
[ 80.725304] ttyS1: LSR safety check engaged!
[ 105.329452] usbcore: registered new interface driver usbserial
[ 105.329859] USB Serial support registered for generic
[ 105.330246] usbserial_generic 3-1:1.0: generic converter detected
[ 105.332269] usb 3-1: generic converter now attached to ttyUSB0
[ 105.332298] usbserial_generic 3-1:1.1: generic converter detected
[ 105.334224] usb 3-1: generic converter now attached to ttyUSB1
[ 105.334277] usbcore: registered new interface driver usbserial_generic
[ 105.334281] usbserial: USB Serial Driver core

run the wvdial configuration.

sudo wvdialconf

the output from the command are.
Editing `/etc/wvdial.conf'.

Scanning your serial ports for a modem.

ttyS0<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud
ttyS0<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud
ttyS0<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up.
Modem Port Scan<*1>: S1 S2 S3
WvModem<*1>: Cannot get information for serial port.
ttyUSB0<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud
ttyUSB0<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 9600 baud
ttyUSB0<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up.
WvModem<*1>: Cannot get information for serial port.
ttyUSB1<*1>: ATQ0 V1 E1 -- OK
ttyUSB1<*1>: ATQ0 V1 E1 Z -- OK
ttyUSB1<*1>: ATQ0 V1 E1 S0=0 -- OK
ttyUSB1<*1>: ATQ0 V1 E1 S0=0 &C1 -- OK
ttyUSB1<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 -- OK
ttyUSB1<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 -- OK
ttyUSB1<*1>: Modem Identifier: ATI -- Manufacturer: QUALCOMM INCORPORATED
ttyUSB1<*1>: Speed 9600: AT -- OK
ttyUSB1<*1>: Max speed is 9600; that should be safe.
ttyUSB1<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 -- OK
Found a modem on /dev/ttyUSB1.
Modem configuration written to /etc/wvdial.conf.
ttyUSB1: Speed 9600; init "ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0"

the modem had been well detected in  /dev/ttyUSB1.

next, edit the wvdial configuration.

sudo gedit /etc/wvdial.conf

the contents are.
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init3 = AT+CRM=1
Password = smart
Phone = #777
Idle Seconds = 300
Modem Type = Analog Modem
Stupid Mode = yes
Compuserve = yes
Baud = 921600
New PPPD = yes
Modem = /dev/ttyUSB1
ISDN = 0
Username = smart
FlowControl = CRTSCTS

because now i'm using internet from SmartFren provider so the contents are like above.
if you use another provider please simply adjust the configuration using the settings from your provider.

next, dial to the provider using wvdial.

sudo wvdial

the output from the command are.
--> WvDial: Internet dialer version 1.60
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Sending: AT+CRM=1
AT+CRM=1
OK
--> Modem initialized.
--> Idle Seconds = 300, disabling automatic reconnect.
--> Sending: ATDT#777
--> Waiting for carrier.
ATDT#777
CONNECT
--> Carrier detected.  Starting PPP immediately.
--> Starting pppd at Tue Feb 22 18:51:09 2011
--> Pid of pppd: 16049
--> Using interface ppp0
--> pppd: 0X[16][08]
--> pppd: 0X[16][08]
--> pppd: 0X[16][08]
--> pppd: 0X[16][08]
--> pppd: 0X[16][08]
--> pppd: 0X[16][08]
--> local  IP address 10.xxx.xxx.xx
--> pppd: 0X[16][08]
--> remote IP address 10.xx.xx.xx
--> pppd: 0X[16][08]
--> primary   DNS address 10.17.3.252
--> pppd: 0X[16][08]
--> secondary DNS address 10.17.3.244
--> pppd: 0X[16][08]

cek the connection using the ping command, or simply run your browser and start browsing.

I hope this article is help to solve your problem.

How to install Firefox 8 on Fedora 14


This tutorial will discuss on how to install the Mozilla Firefox 8 through Remi and RPMFusion repos.

1. Open your Linux Shell.
2. Backup the old settings.
tar -cvzf $HOME/mozilla-firefox-profilse-backup.tar.gz $HOME/.mozilla/firefox
3. Change the user to root
su
# or #
sudo -i
4. Install the Remi repos.
Fedora
note : not necessary for Fedora 15 dan 16

# Remi dependencies on Fedora 14 #
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable-noarch.rpm

# Fedora 14 #
rpm -Uvh http://rpms.famillecollet.com/remi-release-14.rpm

# Fedora 13 #
rpm -Uvh http://rpms.famillecollet.com/remi-release-13.rpm

# Fedora 12 #
rpm -Uvh http://rpms.famillecollet.com/remi-release-12.rpm

CentOS, RedHat (RHEL)

# Remi dependencies on CentOS 6 and RedHat (RHEL) 6 #
rpm -Uvh http://download.fedora.redhat.com/pub/epel/6/i386/epel-release-6-5.noarch.rpm

# CentOS 6 and RedHat (RHEL) 6
rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm

5. Check the newest Firefox updates.
Fedora 15/16
yum list firefox

Fedora 12/13/14, CentOS 6 and RedHat (RHEL) 6
yum --enablerepo=remi list firefox

6. Update and install firefox 8
Fedora 15/16
yum update firefox
# or #
yum install firefox

Fedora 12/13/14, CentOS 6 and RedHat (RHEL) 6
yum --enablerepo=remi update firefox
# or #
yum --enablerepo=remi install firefox

7. Run Firefox
firefox


Hopefully this article useful.

Original source can be found  here

How to set static IP address on Ubuntu Server


Linux has a myriad of beauty, such as the absence of XWindows display on Ubuntu Server, although this feature may be added later, but the absence is not a deficiency, but is one of the advantages, the absence of the visual XWindows display means more resources are available to perform as a server, because with the window-based visual display will definitely use resources, both memory and processor resources used though relatively small, it still takes a bit of space for processing.
But when he first became acquainted with Ubuntu Server, the author had a small problem when going to setup the ip address, after a few minutes of looking and searching at one's favorite search engine (the GOOGLE of course), the problem disappear in a flash. This is the answer.

1. Login as root, or simply use the sudo command.
2. Edit the interface file inside folder /etc/network/interface using your favorite editor tools.
[root@mataramkluster mcg]#gedit /etc/network/interface
3. Enter the following configuration format, for the IP address, adjust with the network condition you have.
auto lo eth0
iface lo inet loopback
iface eth0 inet static
address xxx.xxx.xxx.xxx (enter your IP address)
netmask xxx.xxx.xxx.xxx (add wih your netmask)
gateway xxx.xxx.xxx.xxx (your gateway IP)
broadcast xxx.xxx.xxx.xxx (the broadcast IP on your network)
network xxx.xxx.xxx.xxx (enter your network IP)
network address usualy same as that used by the IP network, the difference is the last column in the address is filled with zero number.
example for the network with IP 192.168.0.1 the network is 192.168.0.0.
4. Enter prefered DNS and DNS Alternate server
[root@mataramkluster mcg]#gedit /etc/resolv.conf
nameserver xxx.xxx.xxx.xxx (filled with IP DNS1)
nameserver xxx.xxx.xxx.xxx (filled with  IP DNS2)
nameserver xxx.xxx.xxx.xxx (filled with  IP DNS3)
5. Restart the network
[root@mataramkluster mcg]#/etc/init.d/networking restart
6. Check the IP using the following command.
[root@mataramkluster mcg]#ifconfig
7. Testing the connection can be done by pinging the web server located outside your network(if your network is connected to the internet), for example pinging to www.google.co.id.
8. For another Linux distributions, the configuration maybe almost the same as in this article.


Hopefully this article is useful.

How to format a flashdisk in Fedora 14


If you are confused about how to format a pendrive in Linux, please carefully look at the following tutorial.

1 As usual, log in to your root acount using the shell, never use the ordinary user, because the process require root/superuser level.
[bagong@chsserver ~]$ su
Password: (your_root_password)
2. If you dont know where the mounted flash disk is, the device's is placed in what folder and what is vendor id number, please type the following command in the shell.

- display the flashdisk vendor and product id.
lsusb
the result from the command are.
[root@chsserver bagong]# lsusb
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 04ca:002f Lite-On Technology Corp.
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 015: ID 125f:c03a A-DATA Technology Co., Ltd.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
- showing the location of the mount point of the flash device
df -h
the result from the command are.
[root@chsserver bagong]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda7 9.7G 6.6G 2.7G 72% /
tmpfs 497M 684K 496M 1% /dev/shm
/dev/sda5 44G 26G 19G 58% /media/DATA
/dev/sdb5 246G 227G 19G 93% /media/[data_b]
/dev/sdb6 247G 65G 182G 27% /media/[data_c]
/dev/sdc1 1.9G 1.9G 3.0M 100% /media/A-DATA
/dev/sdb1 109G 27G 83G 25% /media/[data_a]
/dev/sdb7 332G 188G 144G 57% /media/[files]
here, my flashdisk named A-DATA with vendor id 0x125f and product id 0xc03a mounted by system in folder /media/A-DATA and the device is mounted in folder /dev/sdc1.

3. Unmount the flashdisk, by right clicking the flash icon and select eject or safely remove the device or if using the terminal  simply use.
umount /dev/(flashdisk_device_name)
example
umount /dev/sdc1
4. After the flashdisk is unmounted run parted application in terminal.
/sbin/parted /dev/(your_flashdisk_name)
example
/sbin/parted /dev/sdc1
the result from the command are.
[root@chsserver bagong]# /sbin/parted /dev/sdc1
GNU Parted 2.3
Using /dev/sdc1
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted)
To view the partition table, type.
(parted) print
the result from the command are.
(parted) print
Model: Unknown (unknown)
Disk /dev/sdc1: 1053MB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Number  Start  End     Size    File system  Flags
1      0.00B  1053MB  1053MB  fat16
To start formatting type.
mkfs 1 fat32
it means make partition with FAT32 type partition in partition number 1

the result from the command are.
(parted) mkfs 1 fat32
WARNING: you are attempting to use /sbin/parted to operate on (mkfs) a file system.
/sbin/parted's file system manipulation code is not as robust as what you'll find in dedicated, file-system-specific packages like e2fsprogs.
We recommend you use /sbin/parted only to manipulate partition tables,
whenever possible. Support for performing most operations on most types of file systems will be removed in an upcoming release.
Warning: The existing file system will be destroyed and all data on the partition will be lost. Do you want to continue?
/sbin/parted: invalid token: 1
Yes/No? Yes
mission successfull, you have formatted your flashdisk.

Hopefully this article is helpful.