No Image

Backup Database in Linux

September 30, 2017 hung-nb 0

Create bash file Create file Add execution permission Run bash file Set cron tab [js]sudo crontab -e[/js]And add the following line at the bottom of […]

No Image

XAMPP

September 29, 2017 hung-nb 0

XAMPP How to create XAMPP icon on desktop Install GKSU[js]sudo apt-get install gksu[/js] Run GEDIT, copy and paste the following codes [js]#!/usr/bin/env xdg-open [Desktop Entry] […]

No Image

Apache

September 29, 2017 hung-nb 0

How to limit access to a parent folder but allow to access to child folder Put “.htaccess” file inside parent folder with the following content […]

No Image

Ubuntu

September 29, 2017 hung-nb 0

How To Execute a Script at Reboot/Shutdown Write your script in /etc/rc0.d Make the script executable by using sudo chmod +x myscript Scripts in this […]

No Image

Hosting – Ubuntu

September 29, 2017 hung-nb 0

Install XAMPP Change phpmyadmin root password Access PHPMyadmin control panel page Select “User Accounts” tab Select “Edit Privileges” at root user row Select “Change password” […]

No Image

Web API: All about

September 24, 2017 hung-nb 0

NodeJS Installation Usage [js] /* users.json { “user1” : { “name” : “mahesh”, “password” : “password1”, “profession” : “teacher”, “id”: 1 }, “user2” : { […]