Skip to main content
Home
Toggle menu
  • Home
  • Blogs

Redirect HTTP to HTTPS - .htaccess

Recently the project we've been working on is setup to use HTTPS instead of normal HTTP request.
  • Read more about Redirect HTTP to HTTPS - .htaccess

Remove index.php from URL - Laravel

When accessing Laravel in browser, the URL contains "index.php" OR "public/index.php".
  • Read more about Remove index.php from URL - Laravel

Duplicates in ngRepeat are not allowed - AngularJS

ngRepeat makes it easy to iterate over Array/Objects in AngularJS.
  • Read more about Duplicates in ngRepeat are not allowed - AngularJS

Add new User and Group, Set User Password - Linux

User(s) are very important part of any system. Below is how to add new user, assign password to user, add new Group in Linux using command line.
  • Read more about Add new User and Group, Set User Password - Linux

How to Backup MySQL Database - Part 2

In this part we'll see some advanced usage of mysqldump command.
  • Read more about How to Backup MySQL Database - Part 2

Redirect User after login - Drupal 8

When building sites, many client wants users to get redirected to particular page (like Site Home Page) or page based on User Roles.
  • Read more about Redirect User after login - Drupal 8

UNIX vi commands cheat sheet - Part I

vi is default advanced editor available in majority of the UNIX Operating System. It stands for visual Editor. It becomes very useful when you're using Terminal and want to access/edit file on UNIX system.
  • Read more about UNIX vi commands cheat sheet - Part I

How to auto start Services on boot - CentOS

Most of the services like httpd, mysqld, crond, etc. are setup to start on boot when we install them. If we want to add new services to auto start on boot, we can use chkconfig utility. Below is example to auto start memcached service on boot.
  • Read more about How to auto start Services on boot - CentOS

How to enable Gzip compression using htaccess

Gzip compression allows reducing file size when transferring from server to user browser.
  • Read more about How to enable Gzip compression using htaccess

How to Backup MySQL Database

Taking regular backup of database is very important part of project development. Here's how we can take a backup of database using terminal.
  • Read more about How to Backup MySQL Database

Pagination

  • First page « First
  • Previous page ‹ Previous
  • Page 1
  • Current page 2
  • Page 3
  • Page 4
  • Page 5
  • Page 6
  • Next page Next ›
  • Last page Last »
sfy39587stp18