ojovivo

JVL

Janaina Medeiros
h
TVSTRANGERTHINGS
Game of Thrones Daily

titsay
art blog(derogatory)

izzy's playlists!

Origami Around
Fai_Ryy
noise dept.
PUT YOUR BEARD IN MY MOUTH
Cosimo Galluzzi
Jules of Nature
🪼
Noah Kahan

@theartofmadeline

No title available
RMH
seen from Chile

seen from India

seen from Chile
seen from United States

seen from United States
seen from United States
seen from Netherlands
seen from United States
seen from United States
seen from United States
seen from United States

seen from United States
seen from United States
seen from United States
seen from United States

seen from Malaysia

seen from Nepal

seen from Netherlands

seen from Malaysia

seen from Germany
@carltw-blog
OpenStack
http://openstack.org/projects/ http://www.slideshare.net/bpiatt/openstack-tutorial http://wiki.openstack.org/StartingPage
Fuuuuuuuuuuuuuu!!!
Vim tutorial. Very useful.
Flesh and Acrylic - C.Madison2 by `BenHeine
My Debian Package List
# base automake build-essential cmake expect irssi linux-headers-`uname -r` emacs23-nox vim # ssh openssh-server # x11 xorg menu alsa-base alsa-utils # version control bzr cvs git mercurial subversion # archives arj bzip2 lzma lzop ncompress p7zip-full pax unace-nonfree unrar unzip zip # language support (zh-TW) poppler-data ttf-arphic-bsmi00lp ttf-arphic-gbsn00lp ttf-arphic-ukai ttf-arphic-uming ttf-wqy-zenhei xfonts-wqy
The Mountain by TSO Photography
BEAUTIFUL TAIWAN BY louisch
Installing Ruby on Rails in Debian: The Definitive Guide
Install RubyGems and SQLite 3 development files:
sudo apt-get install rubygems libsqlite3-dev
If you attempt to install gems, you will get into trouble:
ERROR: While generating documentation for <XXX>...
To make gem work properly, you should add gem's path to bashrc:
echo "export PATH=/var/lib/gems/1.8/bin:$PATH" >> .bashrc
Then install Rails, Thin[1] and Rake:
sudo gem install rails thin sudo gem install -v '~> 0.8.7' rake
Create a demo project:
rails new blog && cd blog
Rake 0.9.0 will mess up everything!!!
rake aborted! undefined method `task' for #<Blog::Application:0x...>
To solve this problem [2] :
echo "gem 'rake', '~> 0.8.7'" >> Gemfile
Install dependencies:
sudo bundle install
Create databases:
rake db:create
Start the web server:
thin start
On remote machine, run:
sensible-browser http://<hostname>:3000
Fix reboot/shutdown problems in Debian
System hangs while trying to reboot/shutdown
Run as root:
rm -rf /dev/initctl dpkg-reconfigure initscripts
It should be fine.
Fix USB automount problem in Debian
If you install Debian from USB, you may unable to mount USB device.
There's one line in /etc/fstab looks like this:
/dev/sdb1 /media/cdrom0 udf,iso9660 user,noauto 0 0
Remove it and reboot for the changes to take effect.
How to Install CoffeeScript in Debian
Introduction to CoffeeScript
CoffeeScript is a little language that compiles into JavaScript. Underneath all of those embarrassing braces and semicolons, JavaScript has always had a gorgeous object model at its heart. CoffeeScript is an attempt to expose the good parts of JavaScript in a simple way.
Installation
Run as root:
apt-get install nodejs -y wget \ github.com/jashkenas/coffee-script/tarball/master \ --no-check-certificate -O coffee-script.tar.gz tar zxf coffee-script.tar.gz rm coffee-script.tar.gz cd jashkenas-coffee-script* bin/cake install ln -s /usr/local/bin/coffee /usr/bin/coffee
Usage
Compile a directory tree of .coffee files into a parallel tree of .js, in lib:
coffee -o lib/ -c src/
Watch a file for changes, and recompile it every time the file is saved:
coffee --watch --compile experimental.coffee
Editor Support
Cloud9IDE
Coda/SubEthaEdit
Emacs
gedit
IntelliJ IDEA/RubyMine/PyCharm/PHPStorm/WebStorm
jEdit
Kate
NetBeans
Sublime Text 2
Textadept
TextMate
Vim
Vim snippets collections
See also: Text editor plugins.
The Manslater: (Woman Language Translator)