Click-to-Flash
I use it on Safari and Firefox. It's really worth it. Faster web page loads and no stupid ads. Especially the ones with audio.
Thursday, October 21, 2010
WTF iPhone Battery
Well. All of a sudden two nights ago, my iPhone didn't charge over night. It was at 67% in the morning (ITM). Charged it in the car while listening to No Agenda. Get to work, it's at 70%. And hot. 30 minutes later, it's at 45%. I have not even used it. Plugged it into my laptop. Didn't charge, but didn't discharge either. Just before leaving the office, packed up, but then stayed for half an hour. It was dead. D-E-A-D, dead.
Plugged it in in the car, only got to 11% by the timer I got home. Charged all evening to 40%. Charged over night. 86% ITM.
Charged some more using battery doctor. Made it to 100%. Down to 95% after 5 minutes.
Turned off push on email when it was at 90%, One hour later, 86%.
That was fsck'd up.
Plugged it in in the car, only got to 11% by the timer I got home. Charged all evening to 40%. Charged over night. 86% ITM.
Charged some more using battery doctor. Made it to 100%. Down to 95% after 5 minutes.
Turned off push on email when it was at 90%, One hour later, 86%.
That was fsck'd up.
Tuesday, October 5, 2010
Saturday, October 2, 2010
Adding Fonts to Linux
Installing TTF fonts in CentOS/RedHat
Installing TTF fonts is very easy. As always with system files, you will need root access.
To install, follow these simple commands;
Check if directory /usr/share/fonts/TTF exists, if it does not exist, create it.
Copy any *.TTF file font you want to install to /usr/share/fonts/TTF/ directory then run the command:
Thats all!
Installing TTF fonts is very easy. As always with system files, you will need root access.
To install, follow these simple commands;
Check if directory /usr/share/fonts/TTF exists, if it does not exist, create it.
# mkdir /usr/share/fonts/TTF
Copy any *.TTF file font you want to install to /usr/share/fonts/TTF/ directory then run the command:
# /sbin/service xfs reload
Thats all!
Subscribe to:
Posts (Atom)