extend mac desktop to another computer

  teleport version 1.1 | download Description teleport lets you use a single mouse and keyboard to control several Macs. Simply reach an edge of your screen, and your mouse teleports to your nearby Mac, which also becomes controlled by your…

install ssh windows

How can you install ssh on windows? Follow this step-by-step how to: How to install a ssh client (called ssh, from OpenSSH) (1) Create a folder c:\cygwin (2)  Download cygwin’s setup.exe from  and save setup.exe in c:\cygwin Click Start…Run…and type c:\cygwin\setup.exe When it asks for “Local Package Directory”,…

Run IIS6 in 32 bit mode

To run IIS6 in 32bit mode you need to run these commands: cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1 “C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe” -i

detect php backdoor

how to detect php backdoor ? (Note content is from ) Website security: How to find backdoor PHP shell scripts on a server This is supplemental information for a series of articles that begins at: Website security: what to do…