Guides

Tutorials

Step-by-step technical guides on Linux, WordPress, Git, Apache, and the rest of the open-source toolkit.

Tutorials

Git ad-hoc sharing of repository

Initially in your server computer(computer having git repo) say A, edit your gitconfig file add the following save it. now determine your computer’s ip-address via to enable push run the following command note the ip address of your computer and run git serve by typing now in another computer SAY B, you can clone the […]

1 min read
Tutorials

Install Eclipse IDE Fedora or Fix Error while Opening Eclipse

We usually get error while starting eclipse in fedora after installing from repository. This is caused due to incompatible JVM version. Here is how you install latest Eclipse and JDK 1. Make sure you remove all previous installation of Eclipse 2. Install JDK 3. Download Eclipse from Here 4. Uncompress the downloaded file 5. Add read […]

1 min read
Tutorials

Making Use of Drag and Drop Event in JavaScript

We all remember captcha of MeroSanoKatha, if not here is a preview Flexible Drag-and-Drop Captcha With Snap Effect Instead of typing letters, users can drag a smiley face onto a target area. This interactive approach makes captchas more fun and beginner-friendly. We improved the previous version by adding: HTML Structure JavaScript Logic The script uses […]

4 min read
Tutorials

Install ionCube Loader Using The Atomic Yum Repository

What is IonCube?ionCube was created in 2002, and gave developers tools to protect software written in the PHP programming language from being viewed, edited and ran on unlicensed computers. The tools use a technique of compiling the bytecode prior to encoding so that the source code is eliminated, and runtime overheads are reduced. A PHP […]

1 min read
Tutorials

How to fix heating issue in Linux with Switchable Graphics

Fix Switchable Graphics (ATI+Intel or Nvidia+Intel) on Linux If your laptop is heating up or slowing down due to both GPUs running, this might help. su – Note: Closed-source drivers may disable this feature. Example output: Add one line depending on your GPU: Add these lines: Make it executable: Expected output: Now your laptop should […]

1 min read
Tutorials

How to repair the Grub in Linux

How to Restore GRUB After Reinstalling Windows Many of us dual-boot Windows and Linux. A common problem is that reinstalling Windows overwrites the Linux MBR (Master Boot Record). After this, your Linux installation won’t appear as a boot option, and you can’t start it from your hard drive. No worries, you can fix it using […]

2 min read
Tutorials

Fix Grub Rescue Prompt

How to Fix GRUB and Boot Into Linux Manually Sometimes your system fails to boot and drops you into a GRUB rescue or minimal shell. It can look scary at first, but don’t worry. You can manually boot into Linux and then fix GRUB properly. This guide will walk you through the process step by […]

2 min read