No Image

OS Installer

December 9, 2017 hung-nb 0

How to divide a Windows 10 drive into 2 partitions, one for Mac and one for Windows 10 Use Acronis usb to backup the whole […]

No Image

Windows Service: All about

October 23, 2017 hung-nb 0

Install/ Uninstall service Open “Developer Command Prompt for VS2012” [js] //Install installutil “C:\IFTUploadApp\App\IFTLabUpload.exe” //Uninstall installutil /u “C:\IFTUploadApp\App\IFTLabUpload.exe” [/js] Debug Windows Service from Visual Studio 1. […]

No Image

Domain

October 19, 2017 hung-nb 0

Namecheap Point domain name to an IP address Add a “A Record” as below [sql]Type: A record | Host: @ | Value: Your IP[/sql] Redirect […]

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

Git

August 18, 2017 hung-nb 0

Useful commands What’s Git LFS? For projects containing large files, particularly large files that are modified regularly, this initial clone can take a huge amount […]