Most of the times servers don’t have external monitors connected to them and this may pose problems for variety of applications if you are using GUI. To fix this issue we can install a dummy Video driver. The procedure is
Adding JAVA JDK to Ubuntu in simple steps
Download the latest JDK from http://www.java.com Add the following lines to the /etc/profile file, please note you need to update the path of the JDK folder JAVA_HOME=/usr/local/java/jdk1.8.0_92 JRE_HOME=$JAVA_HOME/jre LARAVEL_HOME=/root/.config/composer/vendor/bin PATH=$PATH:$JAVA_HOME/bin:$JRE_HOME/bin:$LARAVEL_HOME export JAVA_HOME export JRE_HOME export LARAVEL_HOME export PATH Now inform the
Adding Shortcut Launcher Icons on Ubuntu
It is important to install gnome-panel using the following command, so as not to install the recommended not-needed packets along with it. So open a terminal using Ctrl+Alt+T and give the following command: sudo apt-get install –no-install-recommends gnome-panel It will
CAREU U1 Lite Review
CAREU U1 Lite Rating: (4/5) Our Verdict This device has good performance overall. It has a very sturdy firmware with many advanced options not available in many trackers for example during an accident this device sends back the
Teltonika 1202 Review
Teltonika 1202 Rating : 3/5 Our Verdict This device is fair in performance, good product for the price they offer. Pros Internal GPS/GSM Antenna makes easy installation Waterproof 16 MB Internal memory is good for offline storage Cheap compared to
MongoDB C++ Tutorial
We will learn about the basics of MongoDB C++ leagcy driver here and how to implement it Connecting to MongoDB Normal Connection (Without Password) mongo::DBClientConnection conn; Mongo::Status status = mongo::client::initialize() if (!status.isOK()) { MongoException m(-1, “failed to initialize the client
Hiding your financial data on your PC
Many times you wish to hide your financial data and maintain complete privacy for prying eyes but gets confused with lots of tools and suggestions from people like hide your folder, encrypt your folder, put a password for access but
Compile latest Samba after Issue in Ubuntu 14.04.3
I ran into trouble with the Samba package on my ubuntu 14.04.3. I had the requirement of mapping root (/) folder on the network without concern of the security for my own internal purpose. However, earlier it use to run
Updating Java to latest version on Ubuntu
In order to update to the latest java version on Ubuntu you need to download the latest tar ball from the Java website www.java.com Unzip this using the command: tar zxvf jdk-8u66-linux-x64.tar.gz -C /usr/java Next tell the system that there
Enabling root user in Ubuntu 14.04.3
By default root user account is disabled for login in Ubuntu. Steps mentioned below will allow you to enable the root user and login as root on the OS. Login to your account and open Terminal sudo passwd root Type