#include <stdio.h> #include <stdlib.h> #include <string.h> // BIN2ISO (C) 2000 by DeXT // // This is a very simple utility to convert a BIN image (either RAW/2352 or Mode2/2336 format) // to standard ISO format (2048 b/s). Structure of images are as follows: // // Mode 1 (2352): Sync (12), Address (3), Mode (1), Data (2048), ECC (288) // Mode 2 (2352): Sync (12), … [Weiterlesen...]
GAdmin-Rsync features and reviews
Multiple backup sets that can be scheduled to run at specific times via cron. Each of these backup sets can contain multiple remote or local data backups. Backup sets that are started via cron schedules will generate log files for each of the data backups in the backup sets. The backup logfiles will have the same names as the individual backup sets. Individual backup sets can be run manually … [Weiterlesen...]
GAdmin-OpenVPN-Server Features
A GUI for OpenVPN Multi-Client Server bridge. It can generate and use a total of 5 signed certificates and keys including HMAC-Firewall protection. The server is chrooted by default. It has default but optional user authentication and user management. Theres also per user configurable DNS, WINS, Routes and other login settings. A package adapted for clients including configuration and … [Weiterlesen...]
How to encrypt usernames and passwords when using gftp with proftpd
Proftpd server settings: --------------------------- Set "Use FTP-TLS secure communications" to "On" Set "Require encryption on channels" to "Control" (This means authenticate via TLS/SSL, data is not encrypted) Set "Verify clients" to "Off" Fill in the certificate settings. Click on the "Generate a new selfsigned certificate" apply button. Restart the server. GFTP … [Weiterlesen...]
GAdmin-PRoFTPD Features
A plugin gui that automatically expands and adds more options depending on what options have been compiled into the proftpd server. Supported modules: Mod_tls With full encryption and signed certificate handlings and creations. Mod_Ratio With per user configurable byte ratios and file ratios including credits. By default gadmin-proftpd uses system users with false/null shells. At … [Weiterlesen...]