Wednesday, October 05, 2011
Darned KDE Upgrade: Fixing Dolphin
Rename or delete the following (dolphinpartrc may not exist):
~/.kde4/share/config/dolphinrc
~/.kde4/share/apps/dolphin/dolphinuirc
~/.kde4/share/apps/dolphinpart/dolphinpartrc
Tip found at the opensuse forums.
Tuesday, September 27, 2011
It's not Man's Work unless you shed a little blood doing it
Before & After |
Flapper wheel: 80 Grit |
Looked real bad before washing off the blood |
Sunday, September 18, 2011
Might have hit a major piece of Good Luck
Gods that would save me a lot of time and trouble if I don't have to tear all 6 of those gorram things apart.
Will tear one down and see how it looks. If good, I'll hopefully be able to avoid all of that work, and can just dump in some carb cleaner for the first couple of tanks.
Helpful Manifold Tip #1
Right side intake manifolds |
Tuesday, August 30, 2011
Friday, May 13, 2011
Clockwork Recovery on the 3G Xoom
Ref XDA:
Download Clockwork Recovery for the Xoom, then:
Linux:
$ ./adb reboot bootloader
$ ./fastboot flash recovery recovery-solarnz-XXXXXX-XXXX.img
$ ./fastboot reboot
After rebooting:
$ ./adb reboot recovery
Or install Quickboot from the market.
Unlock & Root 3G Xoom
Software needed:
-Android SDK: http://developer.android.com/sdk/index.html
-Java SDK (use synaptic)
-fastboot (from HTC): http://developer.htc.com/google-io-device.html#s2
Linux:
Create this file (as root): /etc/udev/rules.d/51.android.rules containing:
SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
SUBSYSTEM=="usb", SYSFS{idVendor}=="18d1", MODE="0666"
Xoom: Make sure "USB Debugging" is on (Applications->Development)
Linux:
Open konsole in SDK/tools directory (ie: ~/Download/Motorola/xoom/SDK/android-sdk-linux_x86/tools):
$ ./adb reboot bootloader
$ chmod 777 fastboot
$ ./fastboot oem unlock
Wait....
Unlocked!!!
Enter info on Xoom...Make sure "USB Debugging" is on again.
Linux:
$ ./adb reboot bootloader
$ ./fastboot flash boot rootboot.img (From here.)
$ ./fastboot reboot
Wait...
Linux:
$ ./adb remount
$ ./adb push su /system/bin
$./adb shell
# ln –s /system/bin/su /system/xbin/su
# chmod 4755 /system/bin/su
# exit
Install Superuser from market
Install busybox from market
Install Titanium Backup from market (Do NOT install busybox from within Titanium Backup!)
Monday, April 04, 2011
How To Remove Hidden Partitions From Hard Drives
I hate those hidden, virtural CDs that come on some newer external hard drives. Apparently, this is how to remove them: HP USB Disk Storage Format Tool.
It's a windows app tho. Blech.
Information here.
Monday, March 07, 2011
How To Make Thunderbird Open Links In KDE
Seems like the easiest way to make Thunderbird properly work on PCLOS using KDE is to do this:
- Go to the config editor (Edit->Preferences==>Advanced->General->Config Editor)
- Agree to the warning if it pops up
- Enter this into the filte box at the top: network.protocol-handler.warn-external.http
- Double-click each entry shown to change it to true.
- Close the Config Editor.
- Click a http or https link, and wait for the dialog box to open asking what application to use.
- Click on Choose and browse to a web browser ("/usr/bin/chromium-browser" for example)
- Place a check where it says to "Remember my choice" if desired.
- Profit!
This also works if you click an internal T-bird link, such as "Get Themes" in the Add-ons dialog box. There is a noticable delay before that box pops up tho in that case. Just wait a minute and all will be fine.
More details here at the PCLOS forums.