WordPress website transferring from remote to local machine, it is a necessary when it comes to backups or testing. This tutorial is all about WordPress website transferring from […]
The Right Programming Languages to Use in Data Visualization
Data visualization is simply the understanding of data or its presentation in a visual context. It helps the relevant parties understand what has been presented visually so that […]
SQL Datatypes
SQL Datatypes Data types specify the type of data for a particular column.If a column called “LastName” is going to hold names, then that particular column should have […]
SQL Reference JOIN, UNION, SET Operations
SQL Reference JOIN, UNION, SET Operations. This article is all about those. Custom Names SELECT ct.ID, ct.Name, ord.Name, ord.Amount FROM customers AS ct, orders AS ord WHERE ct.ID=ord.Customer_ID […]
Installing Composer on Debian
Installing Composer on Debian. Composer is a dependency management tool used in PHP, to easily manage resources. Composer can install or update libraries, that you are using in […]
WordPress website transferring from remote to local machine
WordPress website transferring from remote to local machine, it is a necessary when it comes to backups or testing. This tutorial is all about WordPress website transferring from […]
VestaCP Creating Packages, adding Users
VestaCP Creating Packages, adding Users. In VestaCP you can as many as packages you want.Users too. So, For creating one package there are some minimum requirements. The following […]
Vestacp Hosting Control Panel Setup
Vestacp Hosting Control Panel Setup. Many of you don’t know how to do Vestacp Hosting Control Panel Setup. So, here it is for those, who have a system […]
IntelliJ vs Eclipse Keymap
IntelliJ vs Eclipse Keymap Action IntelliJ IDEA Eclipse Open any file quickly Ctrl + Shift + N Ctrl + Shift + R Find a type or class Ctrl […]
Cannot load JDBC driver class ‘com.mysql.jdbc.Driver’ on Intellij
Cannot load JDBC driver class ‘com.mysql.jdbc.Driver’ on Intellij is an error shows due to driver files missing. To resolve an issue like this follow the following procedure. How […]
How to solve, Classic error: Unable to update index for central|http://repo1.maven.org/maven2
How to solve, Classic error: Unable to update index for central|http://repo1.maven.org/maven2. Sometimes Eclipse failed to index the repository due to errors/configurations. In such scenarios, even if you try […]
Debian Linux Mint F.lux error quick fix
Debian Linux Mint F.lux error quick fix. Sometimes, F.lux will not automatically start in your Debian systems. It also, happened to me. So, what i did was manually […]
Laravel Admin Dashboard Released
Laravel Admin Dashboard Released on ExtensionsValley.com. This latest Laravel Admin Dashboard is built on Genetelella based free bootstrap admin template.This Laravel Admin Dashboard is extremely furnished and unlike […]
LaFlux – Extremely Customizable Laravel Admin Dashboard
LaFlux – Extremely Customizable Laravel Admin Dashboard. It has been a very long time, we have been using Laravel. All these time Laravel has been proved that, it […]
Xiaomi MI3 Manual flashing of partitions one by one
Xiaomi MI3 Manual flashing of partitions one by one. It can happen sometime, you lost your phone in the middle of nowhere and the flashing softwares, CWM recovery […]
Linux – Important Facts About Filenames
Linux – Important Facts About Filenames. These article is about Important Facts About Filenames, while you are in a Linux system. Linux – Important Facts About Filenames 1. […]
Linux Filesystem Hierarchy Standard
Linux Filesystem Hierarchy Standard – Some of you have been using linux for a very long time. But, most of the people don’t the complete architect of Linux […]
Solve Manjaro Linux/Arch Linux kernel panic problem
Solve Manjaro Linux/Arch Linux kernel panic problem, this issue occurs sometimes. Specially, when you dual boot your operating systems. Most of the time, when people experience such an […]
Laravel 5.3 Released. What’s new ?
Laravel 5.3 Released. What’s new ? Laravel 5.3 Released. Top features and new changes added are: Laravel Scout Laravel Mailable Laravel Notifications Laravel Passport Rollback one migration Blade […]
Create bootable USB in Debian
Create bootable USB in Debian, not need any other software installation. You can use the terminal itself to write the contents of the ISO file into USB. To […]