sometime net statistics server gives weird info:
Statistics since 1/1/1980 12:00:00 AM
use net statistics workstation
20100813
20100729
I need a few more brains.
I have a good idea that can benefit from the readability concept and Safari Reader. Now I need extra brains.
20100713
Some alteration to Mike's Sidebar Login code
Mike is a brilliant guy. He developed a WordPress plugin which place a login widget on to the sidebar. I loved it the first time I used it.
Not to disrespect, but I want it to look more compact and clean. So I made some modification to the input text area. It would be nice if the labels are inside the text area and disappear when they are clicked upon.
Not to disrespect, but I want it to look more compact and clean. So I made some modification to the input text area. It would be nice if the labels are inside the text area and disappear when they are clicked upon.
20100712
Customize Time Machine Intervals

Why? You don't want Time Machine to backup your data too frequently that it fills up your backup disk quickly. Unless you are someone who works in a production area or your files moved and altered very frequently in one day.
What happen when your backup disk is full? This is what happened to my mom. It automatically removes the oldest files until the latest backup made it's way safely to the backup disk. You don't want that. The worst thing is, it doesn't ask for your permission. Or make it this way. It doesn't ask a question that can be understand by a non geek user.
When you restore a large files to the current time, Time Machines will do hourly backup in the next hour. This will fill up your backup disk fast. What happen if the large file that you just restore isn't the file that you want? Some people will go back in time and restore another one. And they forget to remove the earlier files.
Time Machine users should know how this thing works before they start using it. Unless they have a super huge disk or unlimited storage, they should aware of their backup disk usage. So if needed, you can customize your backup interval using TimeMachineEditor.
20100513
Linux Ubuntu & Maxis Broadband Huawei E220 or E1762
first install
finally, run usb_modeswitch
usb-modeswitch/etc/usb_modeswitch.conf must exists & contain everything below:DefaultVendor= 0x12d1
;DefaultProduct= 0x1003
DefaultProduct= 0x1446
;DetachStorageOnly=1
;HuaweiMode=1
MessageEndpoint=0x01
MessageContent="55534243000000000000000000000011060000000000000000000000000000"/etc/udev/rules.d/15-huawei-e1762.rule also must exists with this content:SUBSYSTEM=="usb", SYSFS{idProduct}=="1446", SYSFS{idVendor}=="12d1", RUN+="/usr/sbin/usb_modeswitch"finally, run usb_modeswitch
Flash doesn't work in Ubuntu Chromium
sudo apt-get install flashplugin-nonfreemake sure
libflashplayer.so sits inside /usr/lib/chromium-browser/plugins/
Ubuntu 10.04 Lucid Lynx on HP Mini 5101 Setup
This week I 'ubuntunized' - there goes a new word! - my sister's netbook. She frowned about the viruses. I spilled the offer. Time has come baby!
Since 5101 doesn't come with a disc drive, I've created a Ubuntu bootable USB using Startup Disk Creator which comes pre-installed with 10.04 under System > Administration menu.
Installation and setup wasn't quite a breeze. Now everything is working - broadband modem, webcam, printer, functional buttons and power management. Wireless driver doesn't work right away but Lucid will prompt you to activate the 'proprietary drivers'. If not, just manually find it under Administration > Hardware Drivers menu.
Well I am going to tell you my actual story. There was a few things that didn't work properly or didn't work at all - webcam, Gwibber, broadband - but to my surprise, everything solved after I figure out the keyring issue. But this is just a blind theory.
What is it? Well if you authorized Lucid to remember passwords, keyring is where he stores them.
All started when Gwibber - an app that update social network status simultaneously - did not respond on different Ubuntu account. So I ran it from the terminal and saw an error mentioning keyring daemon.
I also notice something in the Passwords and Encryption Keys under the Application > Accessories menu - "can't communicate with keyring daemon".
So I googled. I discovered that some people edit the Certificate and Key Storage in the Startup Application Preferences. Remove all arguments. Leave it as "gnome-keyring-daemon".
I'm not sure how but it also solved my broadband problem. My webcam suddenly happen to work too. Also worth to mention on the broadband issue if you're experiencing it, once I disconnect the modem, I can never simply reconnect it. I have to reboot with the modem plugged in.
My wild guess is, something to do with keyring & permissions. So if you happen to read this in an attempt to 'ubuntunize' your netbook, go for it! Lucid is awesome!
...but wait. You might want to consider UNE instead of full fledge Ubuntu. Adios :)
20091229
Free, Simple, Looks Pro & Legit. My friend receive $, so I just give it a try.
http://www.catcheye.com.my/?r=40432
http://www.catcheye.com.my/?r=40432
20091116
Linked Text Hover Tips
Put this in your style definition:
a:hover {text-decoration:underline; color:#036;}
20090928
HP-UX ping source quench
Set "Source quench" to 0 as "ndd -set /dev/ip ip_send_souce_quench 0" and include this parameter inside "nddconf" file.
20090912
20090808
Privilege separation user sshd does not exist
/sbin/init.d # ./secsh start
Privilege separation user sshd does not exist
EXIT CODE: 255so...
/sbin/init.d # useradd -u 103 -c "sshd privsep" -d /var/empty -s /bin/false sshdif you want to specify group, -g yourproblem
20090802
20090714
Fusion Can Explode
20090709
20090528
./isempty.sh[3]: test: Specify a parameter with this command.
Ok I know test wants parameter. But how? Roasted? Half cooked?
I feel there is a proper way than to append 2>/dev/null
isempty()
{
NAME=$1
if [ -n $NAME ]; then echo not empty!
else echo it is empty!
fi
}
echo "name: \c"
read name
isempty $name
I feel there is a proper way than to append 2>/dev/null
Subscribe to:
Posts (Atom)







