VirtualTam's bookmarks
219 bookmarks found
-
Twisted
2015-04-24 Twisted implements a variety of networking and communication protocols and exposes them all as method-calls on your Python objects. Client and server implementations are provided for various standard protocols, including:
- HTTP (twisted.web)
- IMAP, POP, SMTP (twisted.mail)
- DNS (twisted.names)
- TLS (core)
- SSH, Telnet (twisted.conch)
- IRC, XMPP, OSCAR (twisted.words)
- Ethernet, IP, TUN/TAP (twisted.pair)
- NMEA (twisted.positioning)
-
Sponge - Empowering moisture
2014-12-14 -
GateOne - Server-side SSH terminal emulator
2014-11-19 -
1# Global 2/etc/environment 3 4# X Session 5/var/lib/AccountsService/users/<username> 6~/.dmrc 7~/.xinitrc 8~/.xprofile 9 10# Session 11/etc/profile 12/etc/profile.d/*.sh 13~/.profile 14 15# Bash 16/etc/bash.bashrc 17~/.bash_profile 18~/.bashrc 19 20# ZSH 21/etc/zsh/zprofile 22~/.zshrc 23 24# Locales 25/etc/locale.conf 26/etc/locale.gen 27~/.config/locale 28 29# Superusers 30/etc/login.defs 31/etc/sudoers (use visudo to edit) 32 33# SSH 34/etc/ssh/sshd_config (server-side, can allow the client to pass variables) 35/etc/ssh/ssh_config (client-side, can send variables to servers) 36 37# SaltStack 38/etc/default/salt-minion (not always included in the distro's packages)
-
FAI - Fully Automatic Installation
2014-08-13 -
UserFriendly | Web Designer
2014-06-23 -
Community — SaltStack
2014-05-15 Infrastructure management solution
-
Ampache - Music Streaming Server
2014-04-28 A web based audio/video streaming application and file manager
-
Lisp Downloads -=- Eric Marsden
2013-08-18 Cool Lisp modes, featuring coffee.el (HTCPCP) and some server (httpd, postgres) utils
-
GateOne
2013-07-18 Server-side, web-based terminal emulator using WebSockets