Monthly Archives: October 2011

Windows : How to rename a power plan name

On Windows Vista/7, there is no GUI option to rename a power plan. You must use the “powercfg” command line utility to achieve this task. Open the command line (Start, Run – or type directly in the bottom search bar) : cmd Then, in the command prompt, type this command to list all power plan… Read More »

OpenX : Statistics no longer working after upgrade from v2.8.5 to v2.8.7

After upgrading OpenX AdServer from version 2.8.5 to 2.8.7, you may experience a problem with statistics – OpenX engine is no longer recording stats from campaign delivery. This is a good idea to have a look at the log file, located at <openx>/var/debug.log. You probably will see this warning : OX-maintenance-4ea48eac6cd00 [info]  Running Maintenance Engine… Read More »

Category: Web

Mac : How to convert Windows text file to unix

Windows text editors add a tailing character ( ^M ) for line break. To get a real Unix flat file without theses characters, simply run the following command in terminal : tr ‘\r’ ‘\n’ < Windows_Text_File.txt > Unix_Text_File.txt

Category: Mac

Mac : How to Page up and Page down in terminal?

Using the full size desktop Apple keyboard, simply hold down SHIFT key + Page up or Page down. With a MacBook Pro, there is no such keys (Page up/Page down)… Just hold down function key ( fn ) + SHIFT + ARROW UP and/or DOWN.

Category: Mac