Category: How To

Various howtos

Photo by Glenn Carstens-Peters on Unsplash
Posted in How To Web

Fixing NextGen Gallery Problem with Absolute Paths

I just upgraded NexGen Gallery plugin for WordPress and found most of the galleries ruined. What’s worse is that even the plugin’s own configuration interface became broken. Quick googling around revealed that I’m not the only one and a lot of people are affected by this problem. Not sure why…

READ MORE
Photo by Glenn Carstens-Peters on Unsplash
Posted in Featured on Home Page How To Other Web

How to quickly check if an internet store is a scam

So imagine you go to google shopping (http://froogle.com) and search for an item to buy and google returns you a really awesome price for the thing you dreamed about your whole life (or just the last 5 minutes). And you are almost ready to go ahead and order the item…

READ MORE
Photo by Andrew Neel on Unsplash
Posted in Hardware How To Windows

Fixing MacBook Pro BootCamp Black Screen of Death

So one day I’ve power on Windows on a BootCamp-enabled Windows 7 MBP Retina and after booting and making bunch of happy sounds the display went blank. No matter how many times I rebooted it the display kept looking dead. The computer was obviously running. It’s easy to check by…

READ MORE
Photo from unsplash
Posted in How To Linux Web Windows

How to migrate ownCloud 6 from sqlite to MySQL

Those who do not know what ownCloud is probably should read about it here: http://owncloud.com. This is an awesome tool that provides functionality similar to dropbox, but uses your own server to host the files. We all know about dropbox’s bad behavior like storing passwords on the server side, accessing…

READ MORE
HDD
Posted in How To Linux Software

Attaching >2Tb disks to Linux

Here is the sequence of commands to make disk space usable in Linux for disks >2Tb (so your regular fdisk won’t help you here).

READ MORE
Silence Noisy Speaker
Posted in Featured on Home Page Hardware How To Other

How to silence a piezo buzzer in your microwave, alarm clock etc

Almost every time I buy a piece of electronics with some sort of alarm it always includes a super loud and mega annoying buzzer notifying about the end of cycle. Though tuning it off completely is an easy operation (just open the case and cut the wire) making it just…

READ MORE
Browser Offline
Posted in How To Web

How to make browser offline cache retrieve new version of the page when browser is online, but keep using cache when it is offline

Offline cache is awesome! For certain things. For most regular web pages it is unfortunately not. Here is web developer’s most frequent use for the offline cache: make browser use cached version of the page when browser is offline but refresh it when it gets online. What could be simpler…

READ MORE
Posted in How To Linux Web

AWS EC2 ssh not responding in RHEL 6.4 AMI

I was fighting with an AWS bug today seeming just ridiculous for a system that makes ssh the only way to access the server. With no console login EC2 users are completely dependent on flawless sshd operation and Amazon team just did a really bad job preparing the RHEL 6.4…

READ MORE
Photo by Micah Boswell on Unsplash
Posted in How To Tools

How to use large / multiline text as a field in mongodb

I’m working on a project that requires storing large multiline chunks of text in MongoDB. The chunks should be inserted in the database during initial database population, so I need to enter them somewhere in db population script. Unfortunately you can’t just put something like this:

db.tests.insert( {
name: ‘test’,
text: ‘this is
my…

READ MORE
Posted in How To Other

Oracle Policy Automation Modeler Debugger 10.4.3 is not working with Internet Explorer 10

Oracel Policy Modeler Debugger is not working with Internet Explorer 10. You can still use it to author and compile rules, but debugger with windows just hangs.
There is no official fix for this yet, so your only option is to uninstall IE10 if you can. In windows 7 go to…

READ MORE
Posted in Hardware How To

FPV Japan / BEVRC Cable pinout

If you don’t hear about it FPV Japan is a small device that records standard definition video from analog sources. This is an indispensable device for FPV RC pilots and the ones who want to digitize old analog video tapes. I fall into both categories, but unfortunately the video cable…

READ MORE