Installing and uninstalling .deb files in ubuntu from command line
to install sudo dpkg -i package_file.deb to uninstall (remove) sudo dpkg -r package_file.deb.
Read MorePosted by papadiddydoo | Feb 26, 2013 | Operating Systems, Shell, Ubuntu |
to install sudo dpkg -i package_file.deb to uninstall (remove) sudo dpkg -r package_file.deb.
Read MorePosted by papadiddydoo | Feb 24, 2013 | Networking, Ubuntu |
sudo vim /etc/network/interfaces ——————————————————————————- # This file...
Read MorePosted by papadiddydoo | Feb 19, 2013 | Networking |
using the following… ruby version: ruby-1.9.3-p374 gemset: redmine redmine installation location: /var/www/redmine-2.2.2 #!/usr/bin/env bash source /usr/local/rvm/environments/ruby-1.9.3-p374@redmine cd...
Read MorePosted by papadiddydoo | Jan 21, 2013 | OSX, Ruby, Shell |
brew install imagemagick mdfind MagickWand.h C_INCLUDE_PATH=/path/MagickWand.h gem install rmagick Example: C_INCLUDE_PATH=/usr/local/Cellar/imagemagick/6.7.7-6/include/ImageMagick/wand/MagickWand.h gem install rmagick Might...
Read MorePosted by papadiddydoo | Jan 16, 2013 | Shell, Ubuntu |
export EDITOR=vim *note: this will only work for this terminal session.
Read More
Recent Comments