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
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