Menu
TAG

tutorial

Setting Up a GatsbyJS Project [Part 2]
Learn Gatsby 4 min read

Setting Up a GatsbyJS Project [Part 2]

In the previous article, we introduced you to GatsbyJS and explained why you might want to use it for your web development projects. In this article, we’ll dive deeper into setting up a GatsbyJS project step-by-step. How to Set up Gatsby JS Project Step 1: Install Node.js and npm Before you can start creating GatsbyJS projects, you must have Node.js and npm (Node Package Manager) installed on your computer. You can download and install Node.js from the official website, which will also inst

Learn Gatsbytutorial
GatsbyJS - Build Blazing Fast Websites [Part 1]
Learn Gatsby 6 min read

GatsbyJS - Build Blazing Fast Websites [Part 1]

In the world of web development, there is a continuous search for tools and frameworks that can make the development process more efficient and the final product better. One such tool that has recently gained popularity is GatsbyJS, a modern static site generator that combines the best of React, Webpack, and GraphQL. GatsbyJS enables developers to create blazing-fast websites with rich features and excellent performance. On LinuxAndUbuntu, I am starting a series of articles to teach GatsbyJS. T

Learn Gatsbytutorial
The Ultimate Guide to Usability Testing for E-Commerce Websites
Opinion 3 min read

The Ultimate Guide to Usability Testing for E-Commerce Websites

Your website, like everything else in marketing, needs testing. By conducting usability tests, you can determine if your website’s or app’s user interface is intuitive and easy to use. Usability Testing: What Is It? In E-commerce app testing the usability of your website is one way to determine if it is simple to navigate. This method, often known as “user testing,” includes watching actual users of a website or app to observe how they interact with it. A UX researcher will test a company’s

Opiniontutorial
Setting Up Cron Jobs Linux
Linux Tutorials 5 min read

Setting Up Cron Jobs Linux

Cron jobs Linux are an easy way to automate tasks in Linux. Sometimes setting up cron jobs in Linux can be tricky, but with this step-by-step guide, it doesn’t have to be! We’ll walk you through all the steps from creating the job to scheduling it and monitoring its progress. * What is a Cron Job? * Creating a Cron Job File * Setting the Cron Job Schedule * How to Access the Cron Job Feature in Linux * Creating a Linux Cron Job * List all cron jobs * One-time cron jobs * Re

Linux TutorialsUncategorizedtutorial
Understanding Linux Environment Variables: A Beginner's Guide
Linux Tutorials 5 min read

Understanding Linux Environment Variables: A Beginner's Guide

Linux environment variables are named values with data that can include usernames, passwords, system paths, and other configurations that other software on the same operating system can use. The purpose of env variables in Linux is to give software/tools a method to communicate without explicitly transferring information back and forth. So it may be simpler to configure and administer multiple tools on a system because they can all access the same data using the same environment variable

Linux TutorialsUncategorizedtutorial
Drupal on Litespeed web server
Drupal 13 min read

Drupal on Litespeed web server

On this site, we’ve gone over WordPress in great detail. Despite the fact that WordPress is the most popular and actively developed CMS, it is not the only good one on the market. In this article, we will go through Drupal in depth, determining who it may be used for and how to install Drupal on litespeed web server. * Drupal Vs. WordPress * Usability or Ease of Use * Scalability * Security * Drupal 9 * Drupal Themes * Admin dashboard themes * Create article page

DrupalUncategorizedtutorial
Google Drive on Linux: Tips and Tricks for Seamless Integration
Linux Tutorials 10 min read

Google Drive on Linux: Tips and Tricks for Seamless Integration

Google Drive is the most popular cloud storage service, offering 15GB of free cloud storage. However, despite being such a popular cloud storage service, there is no official Google Drive client for Linux. There were even rumours that Google was planning to release an official Google Drive client for Linux, but nothing came to fruition. * Google Drive * Google Drive on Linux * Google Drive GNOME support * Google Drive on Linux Mint * Google Drive on Xfce and Mate Desktop * Goog

Linux TutorialsUncategorizedtutorial
Add Google Analytics On WordPress | WordPress 101
WordPress 101 6 min read

Add Google Analytics On WordPress | WordPress 101

Welcome to the WordPress 101 series. We’ve already learnt how to install a new WordPress theme, plugins, configure the homepage, create navigation menus, and so on. We should be able to start our website using this information. It is now time to prepare our website for traffic analysis so that we can make better judgments and have a clear picture of what is happening with our website. Once your website is functioning and contains high-quality content, search engines will begin directing

WordPress 101tutorial
Top 25 Ethical Hacking Terms For Learners
Hacking with Kali Linux 8 min read

Top 25 Ethical Hacking Terms For Learners

Welcome to the “Hacking with Kali Linux” series. Before moving on to more complex topics, it’s essential to understand hacking terminology, phrases, and slang. We will use these terms throughout our series of articles. Would you mind letting me know if there is any term that I have forgotten to include in the comments box below this post? Alternatively, you can join the Discord server and share your thoughts, suggestions, and questions with me. Top 25 Hacking Terms in 2021

Hacking with Kali LinuxUncategorizedtutorial
Blogging with WordPress | WordPress 101
WordPress 101 3 min read

Blogging with WordPress | WordPress 101

Welcome back to WordPress 101 series. In this series, we’re learning the basics of WordPress. WordPress is used to create all types of websites such as eCommerce, Forums, Social networking sites, etc. But majorly, WordPress is known for blogging. It hosts the majority of blogs on the Internet. Blogging with WordPress In this article, we are going to briefly discuss blogging with WordPress. The CMS is SEO-friendly, so when you push content on the Internet, WordPress automatical

WordPress 101tutorial
Structure & Design WordPress Homepage | WordPress 101
WordPress 101 5 min read

Structure & Design WordPress Homepage | WordPress 101

Welcome back to WordPress 101 series. WordPress 101 series aims to teach WordPress CMS to beginners. In this article, we will learn to better structure and design the website homepage with WordPress. Homepage is the main page on your WordPress site. If better designed and structured, your website’s homepage can represent the entire website content making it easier for visitors to understand it. With WordPress, you can create good homepage designs even without buying a premium theme.

WordPress 101tutorial
What Is Headless Server
Reviews 3 min read

What Is Headless Server

You may have heard of the headless server. A headless server is simply an operating system installed on a computer without a monitor, mouse, keyboard, and other peripherals. One can make a server a headless server by connecting it to a network and removing the monitor, mouse, keyboard, and peripherals. The only way to access a headless server is to use networking tools such as ssh and vnc server. You may ask why somebody needs to create a headless server. It must be not easy to perform s

ReviewsSystem AdministrationUncategorized