Monday, March 11, 2013

Randomore Winter12

Please help support this charity fund raising effort:

16 year old Christopher Ting is trying to raise money for the charity that supports the Birmingham Children’s Hospital – the hospital that gave him a new heart valve and looked after him for the last 6 years. He has released an album of some of the music that he has written and recorded, and will be donating the proceeds that he gets from the publishers to the charity.

You can help in the following ways: 

  1. You can go to http://randomore.bandcamp.com/  and "like"  or "share" the page. 
  2. You can buy a CD from one of the links below, 
  3. Or even better, you can download the album which is cheaper and the charity gets more of the money.


If you are not sure whether you will like the music that's written by a 16 year-old, just go to the download link below and you can listen to the entire album for free, and you can even buy individual tracks for less than US$1, if that is what you would like to contribute.

So go on people, show us how generous you are!

The album can be downloaded from here:

http://randomore.bandcamp.com/

The CD can be ordered from here:

https://www.createspace.com/2092076?ref=1147694

Friday, October 19, 2012

Setting IP Address in Text Mode on CentOS Linux

Enter command

   system-config-network-tui

then

   service network restart

Friday, September 28, 2012

Controlling Presentation mode from command line in Windows 7


presentationsettings /start
presentationsettings /stop

Enabling Presentation Mode on Windows 7 Desktop

Create the following entries in the registry:


Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\MobilePC]

[HKEY_CURRENT_USER\Software\Microsoft\MobilePC\AdaptableSettings]
"SkipBatteryCheck"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\MobilePC\MobilityCenter]
"RunOnDesktop"=dword:00000001


Wednesday, August 1, 2012

Repairing the .NET Framework 2.0



  • Click Start, click Run, type installer in the Open box, and then click OK.
  • On the View menu in Windows Installer, click Details, right-click the Name column header, and then click Comment.
  • Right-click the cached Windows Installer file that has the Microsoft .NET Framework 2.0 RTL x86 enu comment, and then click Repair.
  • After the repair process has completed, quit Windows Installer.

Wednesday, March 14, 2012

Backup a complete Linux system

tar -cvpzf backup.tar.gz --exclude=/backup.tar.gz --exclude=/proc --exclude=/lost+found --exclude=/sys --exclude=/mnt --exclude=/media --exclude=/dev /

Friday, February 24, 2012

Ubuntu 10: sudo apt-get install sun-java6-jdk error: Package sun-java6-jdk is not available


Ubuntu 10
sudo apt-get install sun-java6-jdk error

Package sun-java6-jdk is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package ‘sun-java6-jdk’ has no installation candidate

Solution:

sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"
sudo apt-get update
sudo apt-get install sun-java6-jdk


Saturday, February 11, 2012

Installing Media Wiki on Centos 5 Fatal Error: PHP's PCRE module seems to be compiled without PCRE_UTF8 support.

rpm -Uvh http://zid-lux1.uibk.ac.at/pub/dist/centos/5/os/i386/CentOS/pcre-6.6-6.el5_6.1.i386.rpm

rpm -Uvh http://zid-lux1.uibk.ac.at/pub/dist/centos/5/os/i386/CentOS/pcre-devel-6.6-6.el5_6.1.i386.rpm


Tuesday, January 31, 2012

CentOS Yum Error: thread.error: can't start new thread

When the error is in fastestmirror.py, use the yum --disableplugin=fastestmirror ... option

Tuesday, December 6, 2011

How to convert Android mobile 3gp audio files to MP3 files on Windows


  • Copy all the *.3gp files to Windows
  • Install FFMPEG on Windows
  • Start Command Prompt and change to the directory with the 3GP files
  • Enter

    for %a in (*.3gp) do ( ffmpeg -i %a -ar 22050 %a.mp3)

Monday, September 5, 2011

Setting a default custom page zoom or Google Chrome

Go to :

C:\Documents and Settings\\Local Settings\Application Data\Google\Chrome\User Data\Default\User StyleSheets

Open up Custom.css

insert :

body {zoom: 1.25}

Save, and every page will now be be zoomed  X 1.25

Tuesday, August 2, 2011

To recursively find all the files in a folder tree

xcopy C:\MyFolder\*.doc /S /L

will list out all .doc file in C:\MyFolder and all subfolders
 
Jeffrey Ting Jeffrey Ting on Facebook Jeffrey Ting on Spock Jeffrey Ting on Plaxo Jeffrey Ting on Spoke Jeffrey Ting on LinkedIn