Posts for: Linux

How to Do Common PDF Tasks in Linux

How to Install Desktop Extensions in Firefox for Android

We often need to do PDF tasks like splitting pages, merging multiple PDFs, rearranging pages, etc. New Linux users might struggle with these. Let’s see how to do these common PDF tasks on Linux:

0. Before we start

Required Packages

Installation

  • Debian:
    sudo apt install pdfarranger poppler-utils pdftk-java graphicsmagick
    
  • Arch Linux:
    sudo pacman -S pdfarranger poppler pdftk graphicsmagick
    

1. How to split PDF pages in Linux

You can split the pages of a PDF in two ways - vertically and horizontally. Both can be done in PDF Arranger.

Read more

Linux Frozen? Recover and Troubleshoot System Issues with SysRq Commands

How to Install Desktop Extensions in Firefox for Android

Linux SysRq commands are a lifesaver when your system freezes or becomes unresponsive. The kernel always responds to these commands, no matter what state the computer is in. However, if the kernel itself is completely locked up, that’s a different story. The SysRq feature is extremely useful when system issues occur. For example, if your Linux is frozen and stops responding to any input, you can use SysRq command to shut down or reboot the computer.

Read more