Related Articles
Unzip using 7zip on Linux Centos
7z x filename.zip extract all zip archives 7z x *.zip to unzip on specific location or folder 7z x filename.zip foldername 7z x *.zip foldername Install 7zip on Linux Centos yum install p7zip Install 7zip on Linux Ubuntu sudo apt-get install p7zip a to archive $ 7za a myfiles.7z myfiles/
Jquery Datepicker UI options and set default date on Load
Below Jquery UI is to select between two dates from and to.To show Default date in Jquery Datepicker UI use defaultDate: “+1d” see below in codeTo set number of months use numberOfMonths: 1To set Default date on Jquery load using Datepicker see in below code*** See code and live example below. From to
Speed up PhpStorm Right away
Are you using PHPStorm IDE, then see below simple tricks to speed up the performance of PhpStorm IDE. Speed up PhpStorm 1. Turn on Power Save mode File -> Power Save Mode or using “Hector the Inspector” icon in the IDE status bar. This mode turns off on-the-fly code inspections This way you can finish […]