tidy -ashtml -i -utf8 -o index2.html index.html
Tuesday, March 3, 2009
Monday, March 2, 2009
ubuntu linux bt headset
Per instructions in :
https://help.ubuntu.com/community/BluetoothHeadset
After every boot :
cat > bt_audio_on.sh
sudo hciconfig hci0 voice 0x0060
sudo modprobe snd_bt_sco
sudo modprobe sco
pactl load-module module-alsa-sink device=bluetooth
pactl load-module module-alsa-source device=bluetooth
sudo cat /proc/asound/cards
Wednesday, February 25, 2009
installing InternetExplorer on ubuntu linux
Download from :
http://www.tatanka.com.br/ies4linux/page/Main_Page
And install :
./ies4linux --no-gui --install-corefonts
Alternative :
http://appdb.winehq.org/appview.php?versionId=469
IE 7 (hacks) :
...
if I launch install with:
./ies4linux --install-ie7 --hack-ie7-proxy-settings --no-gui
IE7 works, except cookies,
if I install with:
./ies4linux --install-ie7 --no-gui
still no cookies and is very slow
Tuesday, February 24, 2009
Tuesday, February 17, 2009
ubuntu linux S.M.A.R.T disk monitoring
Monitor the disk heath and temperature
> install :
sudo apt-get install smartmontools
sudo apt-get install hddtemp
> monitor temperature :
sudo apt-get install sensors-applet
sudo killall gnome-panel
add to gnome-panel : "hardware sensors monitor"
> monitor health :
install GSmartControl (there is a deb download) @
http://gsmartcontrol.berlios.de/home/index.php/en/Home


