Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Pragma Systems: Using SSH for PCI Compliance
- The objective of this paper is to examine the federal and industry regulatory environment and to analyze the benefits of utilizing Secure Shell SSH in achieving PCI compliance. In addition, to review the role Pragma Systems, Inc. and its FortressSSH product can play in a robust, secure computing environment. In...
- Tags: Payment, SSH, Pragma Systems, PCI, Operational Accounting, Storage, Hardware, Finance
- White papers 2008-01-18
Additional Resources
- Pragma FortressSSH 5.0: Secure Connectivity Software to Build a Secure Enterprise Network With SSH
- Pragma Fortress is a comprehensive secure connectivity product that provides a highly secure encrypted framework to build a secure network environment for enterprise. Pragma Fortress provides access from a wide variety of platforms. Fortress clients are available for any Windows operating system (Windows Vista/2003/XP/2000), PDAs & Mobile Phones (Pocket PC,...
- Tags: SSH, Enterprise Network, Pragma Fortress, Microsoft Windows, Operating Systems, Software
- White papers 2006-10-23
- Pragma Fortress (exe)
- Pragma Fortress is a secure GUI & console client package to meet all requirements of secure and non-secure remote access. It includes the 2-in-1 GUI SSH-Telnet client FortressCL. It is highly configurable yet very simple and easy to use. Also, included in the package is the GUI SFTP client FortressFX....
- Tags: Console, Client, GUI, Pragma Fortress
- Software downloads 2005-10-07
- Pragma TelnetServer (exe)
- Pragma Telnet Server is the industry s feature complete telnet server for Windows. The telnet server runs industry standard telnet protocol and allows any telnet client to log into an NT machine. An NT machine is turned into a multi-user machine. For easy management and configuration, two graphical management applications...
- Tags: Pragma Telnet Server, NT Machine, Telnet, Networking
- Software downloads 2005-10-06
- Pragma PocketVT (zip)
- Pragma PocketVT provides the ultimate SECURE remote connectivity for handheld devices running Windows Mobile Pocket PC Windows CE operating system. PocketVT is a 2-in-1 SSH-Telnet client which allows you to connect to both SSH and Telnet Servers. PocketVT has an user-friendly, intuitive user interface. This client software is...
- Tags: Handheld Device, Pragma PocketVT, PocketVT, Microsoft Windows CE, Remote Access, Handhelds, Microsoft Windows, Telnet, Pocket PC, Operating Systems, Telecommunications, Software, Hardware, Networking
- Software downloads 2005-10-06
- Pragma PocketVT (Symbol 8146) (zip)
- Pragma PocketVT provides the ultimate SECURE remote connectivity for handheld devices running Windows Mobile Pocket PC Windows CE operating system. PocketVT is a 2-in-1 SSH-Telnet client which allows you to connect to both SSH and Telnet Servers. PocketVT has an user-friendly, intuitive user interface. This client software is...
- Tags: Handheld Device, Pragma PocketVT, PocketVT, Microsoft Windows CE, Remote Access, Handhelds, Microsoft Windows, Telnet, Pocket PC, Operating Systems, Telecommunications, Software, Hardware, Networking
- Software downloads 2005-11-01
- Pragma PocketVT (Symbol 2846) (zip)
- Pragma PocketVT provides the ultimate SECURE remote connectivity for handheld devices running Windows Mobile Pocket PC Windows CE operating system. PocketVT is a 2-in-1 SSH-Telnet client which allows you to connect to both SSH and Telnet Servers. PocketVT has an user-friendly, intuitive user interface. This client software is...
- Tags: Handheld Device, Pragma PocketVT, PocketVT, Microsoft Windows CE, Remote Access, Handhelds, Microsoft Windows, Telnet, Pocket PC, Operating Systems, Telecommunications, Software, Hardware, Networking
- Software downloads 2005-11-01
- Pragma PocketVT (Symbol 9000) (zip)
- Pragma PocketVT provides the ultimate SECURE remote connectivity for handheld devices running Windows Mobile Pocket PC Windows CE operating system. PocketVT is a 2-in-1 SSH-Telnet client which allows you to connect to both SSH and Telnet Servers. PocketVT has an user-friendly, intuitive user interface. This client software is...
- Tags: Handheld Device, Pragma PocketVT, PocketVT, Microsoft Windows CE, Remote Access, Handhelds, Microsoft Windows, Telnet, Pocket PC, Operating Systems, Telecommunications, Software, Hardware, Networking
- Software downloads 2005-11-01
- Pragma PocketVT (Intermec 700c) (zip)
- Pragma PocketVT provides the ultimate SECURE remote connectivity for handheld devices running Windows Mobile Pocket PC Windows CE operating system. PocketVT is a 2-in-1 SSH-Telnet client which allows you to connect to both SSH and Telnet Servers. PocketVT has an user-friendly, intuitive user interface. This client software is...
- Tags: Handheld Device, Intermec Technologies Corp., Pragma PocketVT, PocketVT, Microsoft Windows CE, Remote Access, Handhelds, Microsoft Windows, Telnet, Pocket PC, Operating Systems, Telecommunications, Software, Hardware, Networking
- Software downloads 2005-11-01
- Pragma Translator (exe)
- Pragma 5.x is a multilingual text translator for many Windows applications. You may easily translate Web pages, e-mail, large documents, helps and any texts in many popular applications. The software evidently translates Web pages in Internet Explorer, FireFox, AOL, Netscape, e-mail messages in Outlook, Outlook Express, difficultly formatted documents in...
- Tags: Trident Software, Web Page, Microsoft Outlook, E-mail, StarOffice, Groupware, OpenOffice, Microsoft Office, Office Suites, Software, Online Communications, Enterprise Software
- Software downloads 2008-10-01
- Programming ?????
- With so many programming languages/systems/formats out there, I am looking for opinions on which Language/system would be the most versitle and most in use with the prospect of being not outdated in the forseeable future?I would suggest the following have the greatest current appeal. One might get a better...
- Tags: .NET, Application servers, C#, Programming languages, Middleware, C/C++, Microsoft .NET
- Q&A 2005-10-08
- 10 things every Perl hacker should know
- Perlis the expert system administrator's scripting language of choice, but it isalso a lot more than that. As a language designed for file and text processing,it is ideally suited to UNIX system administration, Web programming, anddatabase programming, among dozens of other uses.As oneof the easiest programming languages to use for...
- Tags: Scripting languages, Programming languages, Development tools, Chad Perrin, Perl
- Technical articles 2006-05-25
- Problems with php and IE cache
- HI, i've just released a site and on the last stage of testing i foud that when using IE6 it did't reloaded rigth, even when i logged out of the site, once i folowed a link to the home it showed as if it was logged... the fix that...
- Tags: Web browsers, Scripting languages, SSL/TLS, header, Microsoft Internet Explorer
- Discussion threads 2006-09-05
- Preserve log table entries using autonomous transactions in Oracle
- Developers can use autonomous transactions in Oracle to "step outside" the main transaction and do work that commits independently. A stored procedure for logging errors to a database table demonstrates this feature. A database transaction is a unit of work that must either succeed completely or fail completely....
- Tags: Oracle Corp., Storage, Databases, Bob Watkins, database transaction, main transaction, autonomous transaction, error log, Oracle Tips Newsletter, Transaction, Procedure, Listing B, Hardware, Enterprise Software, Software, Data Management
- Technical articles 2006-09-19
- Consistent error logging greatly simplifies PL/SQL debugging
- I've been working with Oracle databases for a little over a year now, and the part I really like best is PL/SQL. That's their database programming language that lets you combine procedural code with SQL code. What I like most is that it lets you build your entire...
- Tags: Plsql, Pl/sql, Oracle, Database
- Blog posts 2007-05-30
- combining C and Assembly code..
- Hi..I am working on the MVS platform.. Coding in C and z/OS assembly code through the Unix System Services.. I have one C file (macrocaller.c) and one assembly file (macro1.s)..I have problem in the assembly code whenever i use the Move instructions (like MVC, MVI, CVD, etc.).. I get the...
- Tags: C/C++, Programming languages, Operating systems, UNIX, letsameliorate@..., MyCall, C
- Discussion threads 2007-03-12
- T-Systems Austria: Confident of VMware on Blades
- T-Systems Austria is one of the leading service providers of information and communications technology in Austria. The company wanted to achieve high resource utilization on x86 hardware. In order to provide the systems with the necessary performance capabilities, T-Systems chose the VMware ESX server as the virtualization solution. The T-Systems...
- Tags: T-Systems, Blade, VMware Inc., VMWare ESX Server, T-Systems Austria, Virtualization, Mainframes, Servers, Utility Computing, Performance Management, Storage Management, Storage, Hardware, Human Resources, Workforce Management
- Case studies
- An Introduction to Intrusion-Detection Systems
- Intrusion-detection systems aim at detecting attacks against computer systems and networks or, in general, against information systems. Indeed, it is difficult to provide provably secure information systems and to maintain them in such a secure state during their lifetime and utilization. Sometimes, legacy or operational constraints do not even allow...
- Tags: Information System, Intrusion Detection System, Intrusion Detection, Network Security, Strategy, Security, Networking, Management
- White papers 2000-02-17
- A Strategic Approach to Protecting SCADA and Process Control Systems
- Process Control Systems PCS refer to the overall set of systems that remotely monitor and measure remote sensors from a centralized location. These sensors also typically possess some type of automated response capability when certain criteria are met. A subset of PCS systems that manage systems over very large geographic...
- Tags: SCADA, Enterprise Software, Software
- White papers 2007-07-01
- IBM Rational Systems Development Solution eKit
- As systems increase in complexity, communication between systems and software teams becomes more and more difficult. Included in this kit are educational white papers, customer examples, tutorials, informative webcasts and best practices for designing, building and managins systems from start to finish, at every stage in your projects.
- Tags: Team, IBM Corp., Team Management, Management
- Resource centers 2007-12-01
- << Previous
- page 1 of 1
- Next >>