How to use .htaccess to redirect all pages to new domain
Here, this will redirects everything to new domain.
How to use .htaccess to redirect all pages to new domain Read More »
Here, this will redirects everything to new domain.
How to use .htaccess to redirect all pages to new domain Read More »
Top command to view Linux CPU load Open a terminal window and enter the following: The system should respond by displaying a list of all the processes that are currently
How To Check CPU Usage From Linux Command Line Read More »
Delete Remote Branch in most cases the remote name is origin. In such a case you’ll have to use the command like so. Delete Local Branch Note: The -d option
How to delete a Git branch locally and remotely Read More »
Mac OSX Step 1: Open the Terminal Navigate to Applications -> Utilities -> Terminal Step 2: Flush DNS – Type the following command and hit enter. Mac OS X Yosemite and latersudo killall
How to flush DNS cache Read More »
Global :help keyword – open help for keyword :saveas file – save file as :close – close current pane K – open man page for word under the cursor Cursor movement h – move cursor
Shutdown the VM and quit VirtualBox Open the Terminal app and use the following command to navigate to the VirtualBox app directory: Now in the proper directory, you’re ready to
How to Resize a VirtualBox VDI or VHD File on Mac OS X Read More »
Check Postfix Log sudo tail -f /var/log/syslog | grep postfix Check if there is any line which don’t have “#” in gitlab CE configuration sudo egrep -v “#” /etc/gitlab/gitlab.rb
How to Check log and files Read More »
The problem is because of sql_modes. Please check your current sql_modes by command: And remove the sql_mode “NO_ZERO_IN_DATE,NO_ZERO_DATE” to make it work. This is the default sql_mode in mysql new versions.
ERROR 1067 (42000): Invalid default value for ‘created_at’ Read More »
You just have to Add .httaccess files and add those lines
How to .htaccess redirect all pages to new domain Read More »
Check os version in Linux The procedure to find os name and version on Linux: Let us see all examples in detailed. Open the terminal application (bash shell) For remote
How to check os version in Linux command line Read More »