Welcome to My Blog
IT related tech tips since 2006Linux OCR
These are very brief notes to capture what I've been trying to achieve this evening with Linux OCR. WatchOCR I've downloaded and installed the WatchOCR deb package from http://sourceforge.net/projects/watchocr/ To get it running on Fedora 20 I had to use alien to...
Getting CPU Model Information in Windows 7
If you are thinking of buying a second hand PC or laptop and you want to check comparative CPU performance. Do one of the below options and then plug the CPU model into http://www.anandtech.com/bench which will give you benchmark score results for each CPU. Very handy...
Getting Thumbnails for DXF (CAD) Drawings working under LXDE Desktop on Fedora 20
I use QCAD Professonal and love it, but in PCManFM which is the default filemanager for LXDE you just get a standard ugly icon for dxf drawings. I like the thumbnails to be a preview of the content of the file. So I downloaded dxf-thumbnailer from here...
Laying a Tile Screed Bed
When you do bathrooms you need to create fall to the floor wastes. This video from DTA shows how to mix and lay a screed. It doesn't show how to create fall or how deep the tile screed bed should be. I use tiling products from Jacoba tiles. You can go to Ceramic Tile...
Gyprock Taping Techniques
Taping Top Coating
Crouton+KDE+Ubuntu 13.10+system-config-printer Error
Installed system-config-printer-gnome, cups and hplip to get printing from my Chromebooks crouton chroot going and then ran into an error when trying to run system-config-printer: ERROR:root:Could not find any typelib for Gdk Tried a fix mentioned on the internet, but...
Samsung Galaxy S4 Battery Bloat Check
I have a Samsung Galaxy S4 (Model: GT-19505, Android 4.3 - Telstra image) which was circular rebooting at greater than 50% battery charge. Battery life was abysmal. I noticed the phone would get very hot. Sometimes the rebooting kept happening even when I put the...
Pitivi Media Library Sorts Images Alphabetically not Numerically Fix
I am trying to create a video of some photos I numbered them thinking that when I imported them into Pitivi they would appear in numerical order. Not so. They sort alphabetically 1,10,11,100 instead of 1,2,3,4. So to get the result I wanted I created a script to copy...
Firewalld
Just trying to enable nginx on Fedora 20 yum install nginx systemctl enable nginx.service service nginx start # or the new way systemctl start nginx At this point I still can't connect with a remote computer so need to figure out how enable the firewall to allow port...