Difference between revisions of "Server"
Jump to navigation
Jump to search
E-mail
Line 47: | Line 47: | ||
=== Virtualisation === | === Virtualisation === | ||
* [http://www.virtualbox.org/manual VirtualBox manual] | * [http://www.virtualbox.org/manual VirtualBox manual] | ||
+ | ** [http://www.virtualbox.org/manual/ch04.html Guest Additions] | ||
** [http://www.virtualbox.org/manual/ch06.html Virtual networking] | ** [http://www.virtualbox.org/manual/ch06.html Virtual networking] | ||
** [http://www.virtualbox.org/manual/ch08.html VBoxManage] | ** [http://www.virtualbox.org/manual/ch08.html VBoxManage] |
Revision as of 04:07, 19 January 2012
SSH
- SSH Can Do That? Productivity Tips for Working with Remote Servers
- Tips for Remote Unix Work (SSH, screen, and VNC) [1]
Handy
tmux
SSH keys
in ~/.ssh
ssh-keygen -t rsa -C "your_email@youremail.com" cat id_rsa.pub
SCP
SSHFS
Rsync
- Rsync over alt SSH port: --rsh='ssh -p8023'
Systems
Backup
- rsync - [Wikipedia:rsync]
Provision
- Puppet Labs
- Puppet Master - Central management daemon.
- Puppet Agent - Runs on each managed node.
- Puppet Apply - For local use.
- http://docs.puppetlabs.com/guides/tools.html etc.
- Puppet Wiki: Core Types Cheat Sheet
- Puppet Wiki: Simple Text edits
- Ubuntu puppet info
- AUR: puppet
- AUR: puppet dashboard
- Fabric - Python SSH library
Virtualisation
VirtualBox config;
- Enable host Linux modules: vboxnetflt and vboxnetadp
- Enable host-only adapter 'virtualbox0' in VB Preferences > Network if not previously enabled, then select in guest preferences
- https://github.com/milkmiruku/boxbootstrap
- Keep VM names lowercase and no spaces for easier command-line stuff
Provisioning VirtualBoxes for local dev work;
- Vagrant - VirtualBox provisioning with Puppet, etc.
vagrant package --vagrantfile Vagrantfile.pkg --include README.txt stored in ~/.vagrant.d/boxes vagrant box add lucid32 http://files.vagrantup.com/lucid32.box vagrant box remove lucid32 vagrant box list
IaaS
Knowledge management
Services
Video streaming
Anti-spam;