Guides

31 posts

Mastering Technical SEO: The Beginners Guide for Improving Your Website's Visibility

As the digital landscape continues to evolve, the importance of Technical SEO in driving traffic to websites has become increasingly crucial. A website that is technically optimized can help search engines crawl and index its pages more efficiently, resulting in higher rankings and increased organic traffic. What is technical SEO

Guides 3 min read Public

Replace LetsEncrypt SSL with CloudFlare SSL for your Ghost Publication

LetsEncrypt is a great source of Free SSL certificate. But when you use CloudFlare to host your DNS, there are some problems we are facing while issuing the SSL.

Ghost 3 min read Public

Semi automated multiple ghost deployment in a single server via Shell & Docker

a simple script which will deploy multiple ghost instances in a single server almost automatically.

Ghost 2 min read Public

Get Notification On server load & restart Apache2

A simple Shell Script That will send you email notification on a specific load average of your server.. & also will restart any services you want.

Guides 1 min read Public

Setting Up Database for your Ruby on Rails Application

Rails ships with sqlite3 as the default database. Chances are you won't want to use it because it's stored as a simple file on disk. You'll probably want something more robust like MySQL or PostgreSQL. There is a lot of documentation on both, so you can just pick one that

Guides 2 min read Public

Setting up a Ruby on Rails Development Environment on Ubuntu 18.04

We will be setting up a Ruby on Rails development environment on Ubuntu 18.04 Bionic Beaver. The reason we're going to be using Ubuntu is because the majority of code you write will run on a Linux server. Ubuntu is one of the easiest Linux distributions to use with

Guides 3 min read Public

Unix Server to Server File Transfer Using SCP

Often times with a VPS or Dedicated Server you will need the ability to copy a single file or even an entire directory to another server.  You can use FTP just like you normally would when uploading files to the server, but you can go one step better with SCP

Guides 1 min read Public

Some Basic Linux Commands For Newbies

Linux has a big impact on our Lives. At least, your android phone has Linux kernel on it. However, getting started with Linux just make you discomfort for the first time. Because on Linux, you usually should use terminal commands instead of just clicking the launcher icon (as you did

Guides 3 min read Public

MAGENTO 2.X – HOW TO CLEAR TEST DATA BEFORE PRODUCTION

As a developer you got a Magento 2 project, integrate theme, complete all customization, tested all sales functionality. Your project is now ready for production. When you enter into backend catalog product grid, you will see all your test products. You can delete one-by-one or multiple at a time, right?

Guides 3 min read Public

Useful Command Lines of Magento 2

If you are like most of the developers, you will have juggled through different websites to find SSH / CLI commands for Magento 2. There is no single resource on web which has all useful commands list for Magento 2. I have been there and I know it is a sheer

Guides 2 min read Public