comoke
Pages
(Move to ...)
Home
Speed Mail
Plant Life App
▼
Thursday, 8 January 2015
you may need to install the Net DBus module
›
fix this with: sudo apt-get install --reinstall perl perl-base perl-modules system-tools-backends
Wednesday, 24 December 2014
ffmpeg makefile:2: config.mak: No such file or directory
›
to fix this I did: sudo apt-get install yasm ./configure make sudo make install
Thursday, 16 October 2014
nano syntax highlighting
›
git clone https://github.com/nanorc/nanorc.git cd nanorc make install echo 'include ~/.nano/syntax/ALL.nanorc' >> ~/.nanorc
Thursday, 26 June 2014
how I resolved nrpe configure: error: C preprocessor /lib/cpp fails sanity check
›
rpm -qa | grep glibc see all glibc installations for example, on a problem machine I found: glibc-2.12-1.80.el6_3.5.i686 glibc-2.12-1...
11 comments:
Wednesday, 18 June 2014
Where can I download Sql Server Management Studio 2012
›
Microsoft didn't make it easy to find.. read the whole post before clicking the link and deciding this is the wrong download :) when fi...
Tuesday, 17 June 2014
using sqlserver jdbc driver with maven
›
Download the driver JAR from the link provided by Olaf and add it to your local Maven repository with; mvn install:install-file -Dfile=sqlj...
Monday, 9 June 2014
install cassandra 2+ as service from package
›
the documentation on datastax website is out of date, to install the latest version of cassandra as a deb package and have it run as a servi...
›
Home
View web version