GP2X)">

Here I post some basic stuff about recompile software for your gp2x (arm based). I'm using oopo's toolchain, but this should work for other crosscompilers aswell. The toolchain is installed in /usr/local/gp2xdev. Before you start to configure the application we should ...Read More

SSH Timeouts">

If your SSH Session disconnect even if you enabled “Sending of null packets to keep session active” and “Enable TCP keepalives (SO_KEEPALIVE option)” you might want to try this: From the Putty FAQ: On Windows NT, 2000, or XP, the registry key ...Read More

Damn, this view sucks! After a IE update (or whatever) your Explorer Folder Pane is gone. To solve this problem, you need to edit the Registry: HKEY_CLASSES_ROOTCLSID {EFA24E64-B078-11d0-89E4-00C04FC9E26E}InProcServer32 The Default value for this key points to the file which builds the Explorer Band. ...Read More

RDP Remotely">

www.thelazyadmin.com has a nice article about enable RDP from remote. You can find the article here. Here is the nice Batch file: ----start enablerdp.cmd---- reg add "\%1hklmsystemcurrentControlSetControlTerminal Server" /v "fAllowTSConnections" /t REG_DWORD /d 0x1 /f reg add "\%1hklmsystemcurrentControlSetControlTerminal Server" /v "fDenyTSConnections" /t REG_DWORD /d 0x0 ...Read More