https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager
##Install the npm packages
npm install --global yo bower grunt-cli gulp
###Extract MP3 from SWF files on Linux (Ubuntu)
We will use a tool called swfextract contained on the package swftools, so first we will install it
sudo apt-get install swftools
Once installed first we will see wich media we can extract from our swf file.
###Install Android, Cordova, and Ionic Framework in Ubuntu
To install everything using the shell script I provided, download it and do the following
chmod 775 ubuntu_ionic_installer.sh
sudo ./ubuntu_ionic_installer.sh
The installation script will download and configure the following:
MailCatcher runs a super simple SMTP server which catches any message sent to it to display in a web interface. Run mailcatcher, set your favourite app to deliver to smtp://127.0.0.1:1025 instead of your default SMTP server, then check out http://127.0.0.1:1080 to see the mail that's arrived so far.
sudo apt-get install -y vim curl python-software-properties lynx nginx
sudo apt-get install -y php5-fpm php5-memcache memcached php-apc
sudo apt-get install -y build-essential libsqlite3-dev ruby1.9.3
###Install package from tgz
$cd package_dir
$cat README
$./configure
$make
$make install
if make command fail OR to remove unnecessary cruft
Zsh is a much better bash.
It is a command line shell that will improve your productivity. For example, it can autocomplete common commands. If you type git a, it will prompt add, am, etc.. And it has community driven theme.
Install ZSH
sudo apt-get install zsh
To get started, go to oh-my-zsh on github.
Add the webmin official repository:
Edit file /etc/apt/sources.list,
sudo vi /etc/apt/sources.list
Add the following lines:
| { | |
| "binary_file_patterns": | |
| [ | |
| "nodde_modules/", | |
| "vendor", | |
| "tmp/", | |
| "bower_components/" | |
| ], | |
| "bold_folder_labels": true, | |
| "caret_extra_bottom": 2, |