Skip to content
Calisto Code
  • Tutorials
  • Categories
  • Features
  • About
  • Contact
  • My account
Shopping Cart 0
Calisto Code
  • How to backup MBR in Linux
    Linux

    How to backup MBR in Linux

    ByMatthew Thomas December 19, 2022March 7, 2023

    As a Linux user, you know how crucial it is to safeguard your system data. One essential aspect of system protection is the Master Boot Record (MBR), which contains the partition table and bootloader code. A corrupted MBR can render your system unbootable and cause data loss. So, creating a backup of your MBR is…

    Read More How to backup MBR in LinuxContinue

  • How to Backup Optical Disks in Linux
    Linux

    How to Backup Optical Disks in Linux

    ByMatthew Thomas December 16, 2022March 7, 2023

    Optical disks, such as CDs and DVDs, have long been used as a medium for data storage. However, these disks are prone to physical damage, making it crucial to backup their contents. In Linux, backing up optical disks is a straightforward process that can be done using built-in tools. This guide will walk you through…

    Read More How to Backup Optical Disks in LinuxContinue

  • How to automatically run program on Linux startup
    Linux

    How to automatically run program on Linux startup

    ByMatthew Thomas December 16, 2022March 7, 2023

    As a software developer, it’s common to have a set of programs that need to be run on startup every time you boot up your Linux machine. This can be a time-consuming and tedious task if you have to manually start each program every time. Fortunately, there is a solution that can automate this process…

    Read More How to automatically run program on Linux startupContinue

  • How to Remove an Existing User in Linux
    Linux

    How to Remove an Existing User in Linux

    ByMatthew Thomas December 15, 2022March 7, 2023

    In Linux, user management is one of the essential tasks of system administration. Adding, modifying, or removing a user account is a frequent requirement. Removing an existing user is important to maintain security, system resources, and user accounts management. In this article, we will discuss how to remove an existing user in Linux. Checking User…

    Read More How to Remove an Existing User in LinuxContinue

  • How to Remove a Directory in Linux
    Linux

    How to Remove a Directory in Linux

    ByMatthew Thomas December 14, 2022March 7, 2023

    As a software developer, working with Linux is often an integral part of your workflow. Linux is known for its powerful command-line interface, which allows you to perform a variety of tasks with ease. One of these tasks is removing a directory. In this article, we will discuss how to remove a directory in Linux….

    Read More How to Remove a Directory in LinuxContinue

  • How to recover lost partition using Linux
    Linux

    How to recover lost partition using Linux

    ByMatthew Thomas December 13, 2022March 7, 2023

    If you’re working on a Linux machine, it’s not uncommon to run into a situation where a partition is lost. This can happen due to a variety of reasons, such as accidental deletion, hardware failure, or a corrupted file system. Regardless of the cause, losing a partition can be a frustrating experience, especially if you…

    Read More How to recover lost partition using LinuxContinue

  • How to recover lost GRUB bootloader in Linux
    Linux

    How to recover lost GRUB bootloader in Linux

    ByMatthew Thomas December 12, 2022March 7, 2023

    GRUB (Grand Unified Bootloader) is a widely used bootloader in Linux-based operating systems. It is responsible for loading the operating system kernel and starting the boot process. Losing GRUB can be a frustrating experience, but the good news is that it can be quickly recovered with some basic knowledge and tools. In this article, we…

    Read More How to recover lost GRUB bootloader in LinuxContinue

  • How to open ISO image without burning to disc in Linux
    Linux

    How to open ISO image without burning to disc in Linux

    ByMatthew Thomas December 9, 2022March 7, 2023

    If you are a Linux user, chances are that you have come across ISO files. An ISO file, also known as an ISO image, is a type of file that contains the complete contents of a CD, DVD, or Blu-ray disc. It is a popular way to distribute software, operating systems, and other large files….

    Read More How to open ISO image without burning to disc in LinuxContinue

  • How to mount disk partition using UUID in Linux
    Linux

    How to mount disk partition using UUID in Linux

    ByMatthew Thomas December 8, 2022March 7, 2023

    As a software developer, it is crucial to have a good understanding of the operating system that your code runs on. Linux is a widely used operating system that is favored by many developers due to its open-source nature, flexibility, and reliability. One important aspect of Linux is the ability to mount disk partitions, which…

    Read More How to mount disk partition using UUID in LinuxContinue

  • How to mount disk and partition in Linux
    Linux

    How to mount disk and partition in Linux

    ByMatthew Thomas December 7, 2022March 6, 2023

    If you’re a Linux user, at some point, you’ll need to mount a disk or partition to access its contents. Mounting a disk or partition in Linux is a straightforward process, but it requires a basic understanding of the file system and the Linux command line interface. In this article, we’ll explore how to mount…

    Read More How to mount disk and partition in LinuxContinue

  • How to monitor progress of dd command
    Linux

    How to monitor progress of dd command

    ByMatthew Thomas December 6, 2022March 7, 2023

    If you are a Linux system administrator, you may already know that the dd command is a powerful tool for creating disk images, cloning disks, and copying data between devices. However, one issue with dd is that it does not provide real-time feedback on its progress. This can be a problem working with large files…

    Read More How to monitor progress of dd commandContinue

  • How to list processes by user and group in Linux
    Linux

    How to list processes by user and group in Linux

    ByMatthew Thomas December 5, 2022March 7, 2023

    Linux is a powerful operating system that allows for extensive control over system processes. One common task is to list all the processes running on the system, especially for a specific user or group. This can be done easily through the command line interface, which provides a wealth of information about each running process. In…

    Read More How to list processes by user and group in LinuxContinue

  • How to list files recursively in Linux
    Linux

    How to list files recursively in Linux

    ByMatthew Thomas December 4, 2022March 7, 2023

    As a software developer, you might often encounter situations where you must navigate through many files in your Linux system. In such cases, listing files recursively can be an efficient way to find specific files or directories. Recursively listing files in Linux means listing all the files and directories within a given directory, including the…

    Read More How to list files recursively in LinuxContinue

  • How to list directory content in reverse in Linux
    Linux

    How to list directory content in reverse in Linux

    ByMatthew Thomas December 3, 2022March 7, 2023

    In Linux, it is common to need to view the contents of a directory. However, sometimes you may want to view the contents of a directory in reverse order. Fortunately, this can easily be done using the command line. In this article, we will discuss how to list directory content in reverse in Linux. Using…

    Read More How to list directory content in reverse in LinuxContinue

  • How to use download accelerator in Linux terminal
    Linux

    How to use download accelerator in Linux terminal

    ByMatthew Thomas December 2, 2022May 22, 2023

    Linux is known for its powerful command-line interface, which allows users to perform a wide range of tasks efficiently. One of the most important tasks that users often need to perform is downloading files from the internet. While there are many ways to download files in Linux, one of the most efficient ways is to…

    Read More How to use download accelerator in Linux terminalContinue

  • How to take screenshots from Linux terminal
    Linux

    How to take screenshots from Linux terminal

    ByMatthew Thomas December 1, 2022March 7, 2023

    As a software developer, you may need to take screenshots of your terminal for various reasons, such as documenting a process or showing a bug to your team. Fortunately, Linux offers several command-line tools to capture screenshots directly from the terminal. In this article, we’ll explore some popular methods for taking screenshots from the Linux…

    Read More How to take screenshots from Linux terminalContinue

  • How to sniff network traffic in Linux
    Linux

    How to sniff network traffic in Linux

    ByMatthew Thomas November 30, 2022March 7, 2023

    If you’re a software developer or network administrator, you may need to inspect network traffic to diagnose network issues or monitor network activity. One common technique for doing this is “sniffing”, which involves intercepting and analyzing network packets as they travel across the network. This article will explore how to sniff network traffic in Linux….

    Read More How to sniff network traffic in LinuxContinue

  • How to show hidden files and folders in Linux
    Linux

    How to show hidden files and folders in Linux

    ByMatthew Thomas November 30, 2022March 7, 2023

    Linux is a powerful operating system that provides a lot of functionality to its users. However, many of the files and folders on a Linux system are hidden by default, making it difficult for users to find and access them. In this article, we will discuss how to show hidden files and folders in Linux,…

    Read More How to show hidden files and folders in LinuxContinue

  • How to show shared library dependency in Linux
    Linux

    How to show shared library dependency in Linux

    ByMatthew Thomas November 29, 2022March 7, 2023

    Shared libraries are a crucial part of the Linux ecosystem. They provide a way for multiple programs to share code, which helps to reduce disk usage, memory usage, and make software development more efficient. However, when it comes to debugging issues related to shared libraries, it can be challenging to identify which libraries are required…

    Read More How to show shared library dependency in LinuxContinue

  • How to restore MBR from backup in Linux
    Linux

    How to restore MBR from backup in Linux

    ByMatthew Thomas November 28, 2022March 7, 2023

    If you’re a Linux user, you might have encountered a situation where your Master Boot Record (MBR) got corrupted or accidentally overwritten, causing your system to become unbootable. The MBR is an essential component of the boot process, responsible for loading the bootloader and launching the operating system. In such a scenario, you may panic…

    Read More How to restore MBR from backup in LinuxContinue

Page navigation

Previous PagePrevious 1 … 21 22 23 24 25 … 27 Next PageNext
  • About
  • Contact
  • Privacy Policy
  • Cookie Policy
  • Sitemap
  • Newsletter
  • Disclaimer
  • Refund and Returns Policy
Facebook Instagram

© 2026 Calisto Code

Scroll to top
  • Tutorials
  • Categories
  • Features
  • About
  • Contact
  • My account
Search