Gems

redis http://rubydoc.info/gems/redis/2.2.1/frames - key value storage

resque http://defunkt.io/resque/ - Redis-backed library for creating background jobs

config files uebernehmen in neue branch

flo@grooverunner:/srv/www/vhosts/dia_ok/config$ cp application.yml database.yml deploy_config.yml script_server_config.yml ../../diaspora/config/
flo@grooverunner:/srv/www/vhosts/dia_ok/public$ cp -rp uploads/ ../../diaspora/public/

Installation

Komplettinstallation auf virtuellem ubuntu server 11.04
4GB disk
installer openssh server option selected

dpkg-reconfigure keyboard-configuration
 
apt-get update
apt-get install curl git-core
 
bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
 
apt-get install libruby1.8 zlib1g-dev libssl-dev libreadline5-dev build-essential
apt-get install libxml2-dev libxslt-dev libmysqlclient-dev libsqlite3-dev
 
apt-get install python-software-properties
add-apt-repository ppa:ubuntu-on-rails
 
usermod -a -G rvm flo

Tags:

notes about diaspora

Tags:

Notizen zu virtualbox

Virtualbox 3.2.8

Einbinden von Windows VPC images im Format .vhd : Als IDE-Platte (primary master) , ganz normal möglich

Offen:

* Mausintegration

PHP

Tags:

pecl / pear

pear config-set http_proxy myproxy.mydomain.de:3128
 
pecl install mypackage

Installation aus wine repositories http://www.winehq.org/download/deb

sudo add-apt-repository ppa:ubuntu-wine/ppa

Commandline: apt-get install wine1.3

vi

Alle python files im projekt auf tabsize retabben dh. zb bei der Umstellung von spaces-only auf tabs-only (notwendig für netbeans)

for file in `find . -iname '*.py'`; do echo $file; vim -c 'argdo retab! 4' $file; done;

ssh

Tags:

"Received disconnect from 192.168.1.200: 2: Too many authentication failures for root".

Host *
IdentitiesOnly yes

Firewall sperrt ausgehende Ports - Wie kann die lokale Anwendung den externen Server auf diesem port erreichen.

Beispiele: cvs, bzr, gpg, git etc.etc.

Tunnel aufbauen per ssh

ssh localhost -L 11371:keyserver.ubuntu.com:11371

git

Tags:

gitosis server einrichten

Tags:

How to Install Guest Additions on Ubuntu 10.10?

Additional packages and updates released by ubuntu people to test with VB. You can download them and install by following method to get high screen resolutions. This worked in one host and not in other for me. So, I’m not 100% sure this will work for all. Please share your results on comments area.
Make sure virtual machine is having internet with download access.
Open terminal ( Application –> Accessories –> Terminal)

Type

sudo apt-get update

Inhalt abgleichen