Difference between revisions of "Server"

From Things and Stuff Wiki
Jump to navigation Jump to search
Line 21: Line 21:
 
* [http://blogs.perl.org/users/smylers/2011/08/ssh-productivity-tips.html SSH Can Do That? Productivity Tips for Working with Remote Servers]
 
* [http://blogs.perl.org/users/smylers/2011/08/ssh-productivity-tips.html SSH Can Do That? Productivity Tips for Working with Remote Servers]
 
* [http://shebang.brandonmintern.com/tips-for-remote-unix-work-ssh-screen-and-vnc Tips for Remote Unix Work (SSH, screen, and VNC)] [http://news.ycombinator.com/item?id=3364025]
 
* [http://shebang.brandonmintern.com/tips-for-remote-unix-work-ssh-screen-and-vnc Tips for Remote Unix Work (SSH, screen, and VNC)] [http://news.ycombinator.com/item?id=3364025]
 +
* * http://www.semicomplete.com/articles/ssh-security/
  
 
=== Handy ===
 
=== Handy ===

Revision as of 00:49, 5 February 2012


Web

Nginx

.htaccess

MediaWiki

MediaWiki:Sidebar

SSH

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

Provision

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 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

E-mail

Anti-spam;

Google Apps

Hosting