DLL and OCX Files dynamically">
If you need to register .dll and .ocx files in a directory (and below), this little batch file should help you:
[cc lang="bash" tab_size="2" lines="40"]
@echo off
::you need to start this .cmd file with a
::parameter, to prevent an unintended start.
if %1$ == ...Read More
SSH">
I want to map a network drive at home (over SSH) from my workplace.
Prepare NIC
1) Install a loopback adapter.
2) Disable "Client for Microsoft Networks", "File and Printer Sharing for Microsoft Networks" and anything else except "Internet Protocol (TCP/IP)".
3) Set a ...Read More
SSH sessions with putty/plink">
If you want to create SSH tunnels its a bit annoying when your SSH session disconnects. There are some tools available which prevents that:
-Calling Home
-MyEntunnel
Calling Home didn’t work for me; I assume this is because of a newer ...Read More
GNU HTTPtunnel v3.3 Windows Binaries">
If you cannot use a SSH client to bypass the firewall (403 error, connect command not allowed) you can use GNU httptunnel to bypass the firewall. I personally use httptunnel to bypass TRANSPARENT FIREWALLS.
As an example we forward again the ...Read More
This is a bink.nu ripoff! Like most people, I use notepad when I need to put together a script. I never actually looked at the help file for notepad (well, why would you?!?) until I hit the F1 key by ...Read More
NTFS Additional Data Streams (ADS)">
The Windows NTFS allows to save additional data streams (ADS) since Windows NT 3.51. You can hide additional files "behind" a file,.
Without additional tools you cannot see them, not even the file size changes if you add additional streams to ...Read More