ubuntu
-
How to install Maven on CentOS
Apache Maven is a project management software, managing building, reporting and documentation of a Java development project. In order to install and configure Apache Maven…
-
mc problem: cannot chmod target file, operation not permitted
Problem With mc, you want to copy lots of small files to remote machine. However, for every file it drops a warning: “cannot chmod target…
-
Solving npm error: Cannot find module ‘are-we-there-yet’
Problem # npm install cordova-ios module.js:340 throw err; ^ Error: Cannot find module 'are-we-there-yet' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:364:17) at require…
-
Installing Ruby 2.3.1 on Ubuntu
We will be setting up a Ruby environment on Ubuntu. Installing Ruby 2.3.1 (or earlier). The first step is to install some dependencies for Ruby.
-
Passwordless command line scripts with MySQL 5.6
I have several command line scripts to MySQL databases for zabbix statistic. These scripts set the password on the command line using the -p option. With…
-
Bootable USB stick on OS X
I need to install Ubuntu on Sony Vaio laptop. So I need to create bootable USB stick for that. My home OS is Mac OS…