https://github.com/Project-OSRM/osrm-backend/wiki/Building-OSRM General build instructions from source OSRM source is available via git or source archives, and is built with CMake. Git To download from Git, run the following commands: git clone https://github.com/Project-OSRM/osrm-backend.git cd osrm-backend If you would like to build
Reverse proxy with Nginx
List packages installed in linux
yum list installed rpm -qa apt list does not work in centos
Some useful network commands for CentOS/RHEL
How to Install Ls Hardware(lshw) on CentOS 7 yum install lshw List hardware information use either lshw lshw -short ***************************************************************************** Commands to check Hardware information 1. lscpu 2. lshw(need to install) 3. hwinfo (need to install) 4. lsscsi 5. lsblk
Relationship between HTML,BODY, DIV with single pixel line
View Local Storage variable values in Firefox
Method 1: In developer console type localStorage Method 2: goto DOM tab. select localStorage.
Timezone in Mysql
Applications: Online Offline Apps, Default value of timestamps. SELECT @@system_time_zone;
New Ionic project
C:\Users\logicseed>ionic start ionic2-blog blank –v2 [ERROR] Sorry! The –v1 and –v2 flags have been removed. Use the –type option. (ionic start –help) For Ionic Angular projects, try ionic start ionic2-blog blank –type=ionic-angular C:\Users\logicseed>ionic start ionic2-blog blank ✔ Creating directory .\ionic2-blog
Running on MAC after new pull from GIT.
node_modules is being deleted. Logicseed-Mac-Mini:ionictimesheet logicseed$ ionic serve ? Looks like a fresh checkout! No ./node_modules directory found. Would you like to install project dependencies? Yes Installing dependencies may take several minutes! > npm install ✔ Running command – done!
NPM: find packages installed
Global Local