
List of my most used commands and shortcuts in the terminal for Mac
SHORTCUTS Letters are shown capitalized for readability only. Capslock should be off. Key/Command Description Ctrl + A Go to the beginning of the line you […]
SHORTCUTS Letters are shown capitalized for readability only. Capslock should be off. Key/Command Description Ctrl + A Go to the beginning of the line you […]
CAT – Computerized Axial Tomography Machine (CT Scan) MRI – Magnetic Resonance Imaging Machine
Ubuntu Zesty (17.04) Version 9.6 comes with the distribution. sudo apt-get install postgresql-9.6 Ubuntu Yakkety (16.10) sudo add-apt-repository “deb http://apt.postgresql.org/pub/repos/apt/ xenial-pgdg main” wget –quiet -O […]
#initializing git git init #check status git status #add one file git add filename #add more files git add *.txt #commit after files added git […]
If you get flowing error when you going to create new project using cli /usr/local/lib/node_modules/@angular/cli/models/config/config.js:15 constructor(_configPath, schema, configJson, fallbacks = []) { first update Node […]
Visual Studio 2015 When debugging a MVC application in VS 2015, I got this error call “iisexpress.exe: Program Trace’ has exited with code” Here is […]
When you are creating a user friendly web application you need to focus on user friendly interfaces. Here I try to give you small tip […]
It’s simple steps you have to do when you want to apply summernote to your form.
While you are working with HTML form inputs there are ton of customise styles for input fields and radio buttons, but only less amount of […]
I hope most of them are had this headache. This is a url rewrite issue. It’s really easy to fixed. But always you will forget to […]
Copyright © 2023 | WordPress Theme by MH Themes