Introduction MySQL is an open-source database management system, commonly installed as part of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack. It uses a relational database and SQL (Structured Query Language) to manage its data. The short version of the installation is simple:
Enable Root Login in Ubuntu 18.04
Step 1: Login into your account and open terminal Step 2: Type the following command to setup password for root account sudo passwd root Step 3: Open file /etc/pam.d/gdm-password sudo nano /etc/pam.d/gdm-password Step 4: Comment out the following line by
Disabling transparent_hugepages in Ubuntu 16.04
MongoDB requires disabling of transparent_hugepages in Ubuntu 16.04 for performance enhancements. In order to achieve this we need to make a script that is automatically executed when system reboots. Follow the following steps to enable this in your linux installation:
Installing a dummy Monitor
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