Posts

Showing posts from April, 2012

Internet Media Player Console

Internet Media Player Console v1.02 About ----- This is a simple interface program will keep track of your favorite rss and youtube video feeds. I chose to write this because I wanted an rss reader with the feel of a TV EPG. I've got a long way to go still but this is a working product and felt it is time to share it. More information, Comments and feedback http://domsci.blogspot.com.au/2012/04/internet-media-player-console.html Download via  Mediafire Download via  Google Drive Short cut keys -------------- f = remove frame i = show info for show being currently watched w =  toggle watched/unwatched F11/F = Fullscreen F5 = refresh rss feed arrows up/down = select channel arrows left/right = select video enter = start video space = pause video (partually implemented) Mouse buttons on menu --------------------- left click = start video right click = mark as played middle click = refresh rss feed. Future features; ---------------- -allo...

VirtualBox menu toggle

As part of my post Virus recovery, I've had to reconfigure VirtualBox to the way I like it which is to remove the ugly menu and status bars. So I don't have to google it next time, here is what needs to be done; run CMD.exe cd C:\Program Files\Oracle\VirtualBox VBoxManage setextradata global GUI/Customizations noMenuBar,noStatusBar

4th April 2012 - Web based Virus Infection

Last night I was attacked by a virus. All I was doing was browsing the web on programming sites and stumbled across a site which must have been a hack site. I was running IE9 and before I could react, an ActiveX app ran and the computer went haywire. Background went black, all my desktop icons disappeared. The task bar changed and all these alerts popped up stating I had a corrupted hard drive and here is a program that will fix it. The thing that saved me as it was trying to run a program that needed Admin rights and I thought running c:/users/xxx/temp/UAC.EXE didn't seem right. Lucky I had Microsoft Security Essentials running which picked up that my computer was infected by Win32/FakeSysdef. From http://www.microsoft.com/security/portal/Threat/Encyclopedia/Entry.aspx?name=Trojan%3aWin32%2fFakeSysdef&threatid=2147639286 Win32/FakeSysdef is a family of programs that claim to scan for hardware defects related to system memory, hard drives and over-all system performance. ...