Skip to content
  • Say Hi
Get Started

Linux

Linux

How to Backup Windows from Linux? – Part 2

ByH.G. November 17, 2024November 17, 2024

Hello to all my dear friends! In this post How to Backup Windows from Linux?, I have discussed the use of Windows Subsystem for Linux to backup files from Windows machine to a Linux machine. But it had a weird permission problem. And therefore, to tackle that, I came up with a different solution. In…

Read More How to Backup Windows from Linux? – Part 2Continue

Linux

How to Backup Windows from Linux?

ByH.G. November 17, 2024November 17, 2024

Hello to all my dear friends! I have a laptop and a desktop. Laptop is used for my official and personal purpose and has Linux installed. Desktop has Windows installed and is used by my parents. And I have a requirement to backup files of Windows system through my Linux laptop. rsync is used to…

Read More How to Backup Windows from Linux?Continue

Linux

How to Resize Image on Linux Command Line

ByH.G. November 5, 2024November 5, 2024

Hello to all my dear friends! One day I was looking a way to resize image. I created a Slack application. It was asking to upload application icon in square dimension between 512x512px to 2000x2000px. But the image I had was not of square dimension. Therefore I decided to resize the existing image. I found…

Read More How to Resize Image on Linux Command LineContinue

Development | Linux

What are the Characters %3D, %20, %26 in URL?

ByH.G. October 12, 2024October 12, 2024

Hello to all my dear friends! We have seen certain characters at times in the URL like “%3D” or “%20” or “%26”. Now it is important to know what are these. Let us understand what are these characters. A URL is of the form https://thestorywire.com. But at times URL also consists of space or double…

Read More What are the Characters %3D, %20, %26 in URL?Continue

Linux

How to Find Autonomous System (AS) of any IP using Whois?

ByH.G. September 24, 2024September 24, 2024

Hello to all my dear friends! whois is an all famous tool to find who the IP belongs to. It tells the person or organization the IP belongs to. But I was looking to find the AS or the Autonomous system of an IP. What is Autonomous System? As we know Internet is made up…

Read More How to Find Autonomous System (AS) of any IP using Whois?Continue

Linux

How to Measure Website Loading Time using cURL?

ByH.G. September 24, 2024September 24, 2024

Hello to all my dear friends! In this post I will describe how you can measure any website time. The total time a website takes to load using cURL command. cURL is the all time famous CLI tool. I have used it since the beginning of my career. But it is just today that I…

Read More How to Measure Website Loading Time using cURL?Continue

Linux

GRUB Unable to Detect Windows Operating System

ByH.G. September 19, 2024September 19, 2024

Hello to all my dear friends! I installed Ubuntu 22.04 (Jammy Jelfish) alongside Windows on a brand new laptop. Laptop is Lenovo LOQ. This laptop came to me for testing it’s performance. After the installation, I found that GRUB does not list the Windows boot manager. I first tried updating grub using This only listed…

Read More GRUB Unable to Detect Windows Operating SystemContinue

Linux

How to Find Which Graphics Card or GPU is Running on Linux System?

ByH.G. September 18, 2024September 18, 2024

Hello to all my dear friends. Recently, I got a new laptop to test out. This is the Lenovo LOQ series. Lenovo LOQ is a low end gaming laptop series as against Lenovo Legion. This is the one. I wanted to mainly see the experience of Nvidia graphics card on a Linux system. How to…

Read More How to Find Which Graphics Card or GPU is Running on Linux System?Continue

Linux

Limit the Memory of Your Browser

ByH.G. May 3, 2024May 13, 2024

Hey there folks! I was developing a frontend in React using Next.js framework. It was just another web application for the company I work in. It involves fetching data from some API, presenting the data and taking actions based upon the user events. Whenever there was any mischievous error, the development website when opened in…

Read More Limit the Memory of Your BrowserContinue

Linux

How To Sum Numbers Per Line in Linux

ByH.G. November 1, 2023November 1, 2023

I am back with a simple Linux command. This command will let you sum up the numbers line by line on Linux shell. There are two most commonly used and easiest ways to do so. Create a file named “numbers” containing following random numbers: Sum Numbers using Awk Sum Numbers using jq jq is a…

Read More How To Sum Numbers Per Line in LinuxContinue

© 2025 The Story Wire

  • What is Queue Data Structure?