Tag: Windows

  • Our Software

    Over the years we have produced several utilities and open source projects. List list provides some information about their status GROUT – ETL tool including DAP & SQLUnload written in Korn Shell, C & PL/SQL – superseded by JST – code available on request JST – ETL tool written in Bash Shell – superseded by…

  • BG Info

    Microsoft BGInfo (formally SysInternals) One of the most commonly used utilities on Windows platforms is BG Info. It creates a replacement screen background with key information about the system configuration. BG Info provides a simple interface to select the items that you want which is very useful either on large blade configurations or using virtual machines…

  • Installing CVS on Windows

    Installing CVS on Windows To access and work with the the CVS repositories you must install a CVS client on your Windows PC that can talk to the CVS servers. There are scores of CVS clients available, but at a minimum you must install the CVS command line client. This document also includes the instructions…

  • Configuring SSH Keys

    Overview Once you have installed PuTTY but before you can connect to the CVS server, you must create your SSH authentication keys. SSH authentication keys are a more secure way of controlling access to the CVS server. Once configured they will allow you to connect to the CVS server without entering a log-on name and…

  • Installing the PuTTY SSH Client for Windows

    Overview PuTTY is a GUI Windows client that makes it easy to use the SSH (secure shell) protocol to connect your Windows PC to a Linux server hosting a CVS repository Installing an SSH client and generating your personal SSH keys must be done before you can be given a user account to connect to…

  • CVS – A Basic Introduction

    CVS – Getting Started Use this document to get started using CVS. It contains a very short intro to CVS and points you to the more detailed installation and configuration procedures you must follow to use CVS from a Windows or Linux PC. These instructions are written for developers who need CVS access for the…