78 projects tagged "Server"
sydep is a tool for simple deployment over rsync. In combination GIT it is very powerful instrument. It provides three actions: init, push, and pull. init creates config files for sydep in the current directory. These are sydep.cfg, which contains connection details, and .sydepignore, which specifies files to ignore. push uploads files from the working directory to the server. pull downloads existing files from the server. It downloads only those files which are already in the working directory.
libnode is a C++ implementation of Node.js. Just like Node.js, libnode provides non-blocking I/O, which enables you to develop scalable Web applications in C++. The memory management of libnode is automatic, based on either shared_ptr or bdw-gc. libnode is good to use on embedded devices because its system resource consumption is lower than Node.js.
TuxBot is an IRC bot written in Lua. It was created to fit the requirements of the #linux channels on irc.oftc.net and irc.esper.net, but it is also used as a helpful bot in some other, non-Linux channels on other networks. The bot is able to link Linux channels on different networks by relaying messages between them. It is also able to kick flooders and to show the title of HTML pages after someone posted a link in a channel. Furthermore, TuxBot works as a raw multi-network IRC client for the console. There are some other features, such as the ability to extend TuxBot’s functionality using a simple module system.
ThreadFix is a software vulnerability aggregation and management system that reduces the time it takes to fix software vulnerabilities. It imports the results from dynamic, static, and manual testing to provide a centralized view of software security defects across development teams and applications. The system allows companies to correlate testing results and streamline software remediation efforts by simplifying feeds to software issue trackers. By auto-generating application firewall rules, this tool allows organizations to continue remediation work uninterrupted. ThreadFix empowers managers with vulnerability trending reports that show progress over time, giving them justification for their efforts.
PumpKIN is a fully functional TFTP server and TFTP client that implements the TFTP protocol according to RFC1350. It also implements the block size option, which allows the transfer of files larger than 32MB, as well as transfer size and transfer timeout options described in RFC2348 and RFC2349.
The ERPXE project simplifies the process of installing and customizing a multi-boot PXE server. Over 100 different plugins are available for download, including Windows, WinPE, Hiren’s Boot CD, Acronis True Image, Symantec Ghost, FOG, Ubuntu, Debian, Fedora, CentOS, openSUSE, Gentoo, RIP Linux, Slackware, Backtrack, PartedMagic, and many more.
RackMap is a Web-based datacenter management tool. It was designed to help organisations catalog and manage datacenter assets such as racks, servers, routers, and switches. It allows you to catalog hardware location and cabling information, export data in various formats including PDF, generate bulk configuration scripts, and remotely control some devices.