Do telcos truly care for customers?

June 6, 2010 · Posted in Business · 2 Comments 
advertisement

Someone in the HWZ forum asked: Do telcos truly care for customers?

No!
All telcos in Singapore are public listed company. They don’t need to answer to the customers.
But the management of telcos need to answer to the shareholders.

That’s why, I insist on invest in telcos shares.

Popularity: 1% [?]

Google Adwords $75 Voucher

May 1, 2010 · Posted in Business, Internet Income · 1 Comment 
advertisement

Received a Google Adwords voucher worth $75 from Google last week. I must activate a new AdWords account before 7 May. Otherwise, the voucher will drop in value to $50.

What is the best way to apply the $75 free advertising from Google?

Popularity: 2% [?]

95 thousand files in my Web Server

April 19, 2010 · Posted in Computer Technology · 1 Comment 

My web server reported I have close to 100 thousands file inside. No wonder some backups starting to failed, probably took too long to finish.

Can’t imaging kept so much junk there. Spent hours to clean up almost 30 thousands file from my web server.

cPanel Web Hosting

Should have use scripts to automate it.

Popularity: 3% [?]

Huawei E1762 USB modem on Fedora 12

April 10, 2010 · Posted in Linux · 1 Comment 

Installing Huawei E1762 USB mobile broadband modem in Fedora Linux is not easy. The problem arises because Fedora Linux detected this E1762 as a storage device instead of a modem.

Plug the E1762 into the USB port, run lsusb -vvv | less command and scroll down to the Huawei Device Descriptor, check its “Interface Descriptor” sections, you’ll will see the entry of “bInterfaceClass” showing “Mass Storage”.

I tried out quite couple of ways to make it work, and finally success.

Step 1: How to switch from storage mode to modem mode?
You need the usb_modeswitch utility, to make it switch from storage to modem mode. Install usb_modeswitch using yum.

yum install usb_modeswitch

After usb_modeswitch is installed, vi the file /etc/usb_modeswitch.conf and add the following:

#Huawei E1762
#####################
;DefaultVendor= 0x12d1
;DefaultProduct= 0×1446

MessageEndpoint = 0×01
MessageContent = “55534243000000000000000000000011060000000000000000000000000000″
#####################

Now, try to switch to the modem mode manually

usb_modeswitch -v 0x12d1 -p 0×1446 -H -s 5 -c /etc/usb_modeswitch.conf

Run the command: lsusb, to see the USB device has changed.

Bus 001 Device 011: ID 12d1:1003 Huawei Technologies Co., Ltd. E220 HSDPA Modem / E270 HSDPA/HSUPA Modem

You can verify using lsusb -vvv | less command, the entry of “bInterfaceClass” should not show as Mass Storage now.

Step 2: Configure auto switch to modem mode
Now is to setup auto switching to modem mode whenever the Huawei E1762 modem is plug-in.

Add a udev rule that will trigger usb_modeswitch, open the file /etc/udev/rules.d/70-persistent-cd.rules and append the following lines:

SUBSYSTEM==”usb”, SYSFS{idProduct}==”1446″, SYSFS{idVendor}==”12d1″, RUN+=”/usr/sbin/usb_modeswitch -v 0x12d1 -p 0×1446 -H -s 5 -c /etc/usb_modeswitch.conf”

Reload the internal state of the running udev daemon

udevadm control –reload-rules

Lastly, use NetworkManager Applet to add new Mobile Broadband connection.

Popularity: 8% [?]

Twitter is over capacity

April 5, 2010 · Posted in Twitter · 1 Comment 

Have you seen twitter page show like this?
Twitter is over capacity. Too many tweets! Please wait a moment and try again.

Twitter

Very strange ~~

Blog Widget by LinkWithin

Popularity: 1% [?]

Page 2 of 5012345678910203040...Last »

Follow Me on Twitter