IT Tips

Access

Blog History

Linux 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...

read more...

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...

read more...

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...

read more...