Friday, April 22, 2005

Dameware w/WinXP Firewall

  • Turn XP firewall OFF temporarily while you connect the first time. This allows the installation process to use the ports it needs.
  • Attach from another computer using Dameware Remote Control and let it run the install.
  • Once you're attached go to the XP firewall and define an exception for Dameware.
  • Add a TCP port (6129) called Dameware Remote Control.
  • Change scope to Custom list: 172.16.0.0/255.255.0.0,192.168.0.0/255.255.0.0
  • Turn firewall ON
  • Tuesday, April 19, 2005

    AShell - Python integration

    AlphaBasic to Python converter. Python code would access SQL instead of ISAM. COMMON data area for passing between programs Data conversion would convert ISAM files to SQL RDBMS. XLOCK semaphore mechanism


    Questions:
    Does the environment have to emulate the AMOS/AShell job table? or
    could it use the actual AShell environment? could it access AShell's
    XLOCK? How hard would it be to create a multi-user environment with shared semaphores?

    Fighting spyware

    Today I spent several hours fighting spyware on Windows XP.
    What I think I learned:

    • RUN MSCONFIG to reboot in SAFE mode taking special attention to turn off STARTUP items.
    • Run AdAware, SpyBot, MS Anti-SpamWare, and virus scan.
    • Reboot in NORMAL mode.

    Set Linux date and time

    date mmddhhmmcccc
    usage: date 041513452005
    sets datetime to 04/15/2005, 1:45pm

    Monday, April 18, 2005