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
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
Installation Issues faced on Ubuntu 14.04.1
Installation of Ubuntu 14.04.1 was supposed to be a smooth one on my desktop computer but sadly it turned into a nightmare when I had to install it 4 times to get it right. I thought of sharing the problem
Memory Leak Error Ubuntu 14.04
After a clean installation of Ubuntu 14.04 I found an error plaguing my system no talloc stackframe at ../source3/param/loadparm.c:4864, leaking memory This error is caused by the SMB Synchronization code in the system. It was easily resolved by removing the
Settting up Centralized Server for Movies, Music and files
Mobile devices have completely changed the way how we access our media and files. Also by mobile devices i don’t mean tableta and mobile. I am also considering TV, gaming consoles like PS3. We often want them to be connected
Wireshark Crashes in Ubuntu 14.04
I customized Ubuntu to disable scroll bars inside the GTK theme and customized the screen as per my liking but this caused an issue when running wireshark. Wireshark started crashing giving the segmentation fault. This issue can be easily resolved
Enabling PHP code in .HTML files
Sometimes we wish to execute PHP code inside the HTML files and allow their parsing to be done by PHP This can be easily achieved by enabling .htaccess files in the Apache, following steps will help in enabling this: Open