Run bginfo at VM logon using a GPO

Install BgInfo Download BgInfo: http://technet.microsoft.com/en-us/sysinternals/bb897557.aspx Run BgInfo.exe, prepare the fields to display and then save your template in a mysettings.bgi file Copy the exe and the bgi files on a share accessible to all VM, for example \\network\share In Group Policy Management Editor  […]

Delete ghost network adapters in Windows VM

When migrating some VM from vmware to HyperV, I noticed some strange behaviors that were confirmed by running the bginfo tool: some network adapters were hidden in the background, waiting to cause some weird errors someday (especially because of the MAC address cloning...) Therefore, I found some articles to clean up  […]

Isolate an HyperV machine

In order to test some trial software under good conditions -- that is, not a race against the clock, I wanted to isolate an HyperV virtual machine. This is in no way to promote piracy or something, just peace of mind. I'll eventually buy the software. This being said, here is how I did: Forbid internet access to the  […]

Setup OpenVPN Server on Asus RT-N16 with DD-WRT

This is an update of the original article Setup OpenVPN Server on Linksys WRT54G with DD-WRT. Have a look for the certificates generation (easy rsa stuff). I recently bought an Asus RT-N16 router with VPN capabilities. However it turned out that the included VPN was not as slick as I wanted to. Most builds of DD-WRT  […]

Log On As A Service related errors

Since the same issue occurred on various occasions, I will summarize it here. It is quite common for applications to create user accounts to run services under. This happens for SQL Server, HyperV, and a bunch of other software. However the service may refuse to start with a "log on as a service" permission is missing.  […]

How to Enable Concurrent Sessions in Windows 7 Service Pack 1 RTM

Just a placeholder for the real article, really: How to Enable Concurrent Sessions in Windows 7 Service Pack 1 RTM -- Script to run in attachment of this post.

Unbrick Buffalo WHR-HP-G300N

I flashed a wrong dd-wrt firmware on my WHR-HP-G300N -- I flashed WHR-G300N instead. Notice the two missing letters... Nothing prevented me to flash this image, but after reboot I only got a solid red led (DIAG). Trouble! It's been quite "fun" to bring it back to life. Following several guides I was poking in the dark,  […]

ReadyNAS, Transmission, OpenVPN

I acquired a Netgear ReadyNAS, not a very powerful one but quite unexpensive and good hack potential, as it is based on Debian on ARM. The OS version is ReadyNAS 6.1.8 at the time of writing. After installing Transmission (through an app) and OpenVPN (through apt-get) quite easily, I wanted to route Transmission  […]

Misc Pi

Make it a torrent box: http://cyberasylum.janithw.com/sett... http://forum.stmlabs.com/showthread... Raspbmc + Transmission + HDD http://www.howtogeek.com/142044/how... Make it a pseudo NAS: http://www.howtogeek.com/139433/how... But this can only work if the polyfuse issue can be fixed:  […]

Hacking the Marantz M-CR603

To adapt when looked more closely: shamelessly stolen from Source: Hacking the Marantz MCR-610 for the time being. Information gathered through the Owner's Manual There is some open source software in use, namely: Boost: Set of C++ libraries Expat: XML Parser Toolkit FastDelegate: "Member Function Pointers and the  […]

Hacking Firmware Tips

More a shameless copy/paste compilation of some articles (in case they vanish from the internet) Low Rent Firmware Hacking Quick'n Dirty Firmware Reversing Some tips Tip 00x01 - I normally like to look for bootcode if I have the choice. If not, I just deal with what I have. Tip 00x02 - Firmware files are in hex and  […]

WebRadio and Pi

Links collection: http://sourceforge.net/p/raspberryp... https://mespotesgeek.fr/piclodio-ra... https://github.com/Sispheor/Piclodi... Bonus: miniDLNA www.kork.fr/util/minidlna_howto.txt

Using the Fakes Framework to Test TFS API Code

Just a collection of links really: http://www.almguide.com/2012/11/tes... http://www.colinsalmcorner.com/2012... http://www.colinsalmcorner.com/2012... http://blogs.blackmarble.co.uk/blog... http://vsarguidance.codeplex.com/So...

LVM Cheat Sheet

Expand a logical volume Source Make sure the host partition is big enough (using parted or gparted) (must be done offline if partition is mounted) The following commands can be done online (even if the logical volume is in use) Check disk usage (Allocated / Free) sudo lvm vgdisplay Check allocation of the lv sudo lvs  […]

Sort FAT with DriveSort

DriveSort sorts the directory tables of a volume formated in FAT12/FAT16/FAT32. This sort orders the files in each folder according to their short or long names alphabetic order. The majority of recent operating systems sort the files before showing them to the user, either by name, by size or by whatever the user  […]

Installing services under Linux

I had to setup thoses as part of my work. Here is a copy here as the method can apply to many services. Original article I wrote: Install elasticsearch on CentOS Install from repository We use an Automated install. We could have used  […]

Bluetooth mouse disconnects randomly in Windows 8.1

This has to do with the agressive power saving strategy of Windows 8 (maybe 7 as well). I tried several recipes but only this one really worked: Start > All Programs > Accessories > right click 'Command Prompt' > select 'Run as Administrator'. Run the following command (list devices that are  […]

Trying to hack Logitec LAN W300N/RSS

Also known as ZuniDigital ZR301, and maybe others too. Based on Realtek 8196C (SoC) + RTL8192CE (WLAN) + MXIC 25L3206E (4MB of flash) + Winbond W9825G6 JB-6 (32MB of RAM) But no success, it appears that 8196C is based on "broken" Lexra MIPS Microarchitecture. Not sure if it will ever get good support. On top of that  […]

Setup OpenVPN Client on OpenWRT

In an attempt to secure my internet connection, I setup OpenVPN on a OpentWRT enabled router: a good old Linksys WRT54G v3.1. The best firmware for this router seems to be OpenWRT Backfire 10.03.1 (brcm-2.4) (LuCI 0.10.0) (also in attachment of this page). The upgrade is very easy from the Linksys or (DD-WRT) web GUI  […]

Modded firmwares for Mele

Source: http://tmerle.blogspot.fr/

Page top