Error installing json gem
An error occurred while installing json (1.8.3), and Bundler cannot continue. Install this package first. sudo apt-get install libgmp3-dev running the following ubuntu 14.04 ruby 2.2.3 rvm...
Read Moreby papadiddydoo | Jan 9, 2016 | Ruby, Ubuntu | 0 |
An error occurred while installing json (1.8.3), and Bundler cannot continue. Install this package first. sudo apt-get install libgmp3-dev running the following ubuntu 14.04 ruby 2.2.3 rvm...
Read Moreby papadiddydoo | Jan 9, 2016 | Ruby, Ubuntu | 0 |
Install the following ubuntu packages first sudo apt-get install imagemagick libmagickwand-dev running ubuntu 14.04 rvm 1.26.11 ruby 2.2.3
Read Moreby papadiddydoo | Jul 24, 2015 | OSX, Shell, Ubuntu | 0 |
sudo find / -size +100M -exec ls -lh {} \;
Read Moreby papadiddydoo | Mar 28, 2013 | Cloud Computing, Filesystems, Ubuntu | 0 |
Want to host your own DropBox clone? I’m going to go over our setup for hosting our own dropbox clone using owncloud and a server instance from our in house eucalyptus cloud. Since we are hosting this inside ubuntu 12.04...
Read Moreby papadiddydoo | Mar 25, 2013 | Operating Systems, Ubuntu | 0 |
What’s causing the problem? in short, 12.10 no longer includes unity 2d and VirtualBox settings don’t have 3d acceleration enabled with unity 3d. How to fix? Found this great fix given by Mathew Buckett inside the...
Read Moreby papadiddydoo | Mar 21, 2013 | Networking, Operating Systems, Ubuntu | 0 |
Getting the following error message when trying to mount from nfs nas? mount: wrong fs type, bad option, bad superblock on…. Here’s how to fix it. sudo apt-get install nfs-common #check if service is already running...
Read Moreby papadiddydoo | Feb 27, 2013 | Operating Systems, Shell, Ubuntu | 0 |
cat /etc/lsb-release
Read Moreby papadiddydoo | Feb 26, 2013 | Operating Systems, Shell, Ubuntu | 0 |
How to add an existing user to existing group? using -a -G option, adds user to the supplemental group(s). sudo usermod -a -G [groupname] [username] How to change existing david’s primary group to www? sudo usermod -g www...
Read Moreby papadiddydoo | Feb 26, 2013 | Operating Systems, Shell, Ubuntu | 0 |
Command to display the number of processors cat /proc/cpuinfo | grep processor | wc -l /proc/cpuinfo contains all of the processor information for all current processors in the system. This will include the speed, and the...
Read Moreby papadiddydoo | Feb 26, 2013 | Operating Systems, Shell, Ubuntu | 0 |
to install sudo dpkg -i package_file.deb to uninstall (remove) sudo dpkg -r package_file.deb.
Read Moreby papadiddydoo | Feb 24, 2013 | Networking, Ubuntu | 0 |
sudo vim /etc/network/interfaces ——————————————————————————- # This file...
Read Moreby papadiddydoo | Jan 16, 2013 | Shell, Ubuntu | 0 |
export EDITOR=vim *note: this will only work for this terminal session.
Read More
Recent Comments