Skip to content

OM1EMF

  • Security
  • Linux
  • Server
  • Hacks
  • Software
  • Hardware
  • Coding

OM1EMF

  • Security
  • Linux
  • Server
  • Hacks
  • Software
  • Hardware
  • Coding

Category: Software

January 25, 2026January 25, 2026Hacks, Linux, Software

Convert Video from 1080p to 720p Using ffmpeg

Sometimes we need to upload or send someone a video file. A 1080p video file will be extremely large, so it’s more […]

January 24, 2026January 24, 2026Hacks, Software

Print Four Pages on a Single Sheet of Paper

To save paper and space as well, it makes sense to print on both sides of a sheet of paper. However, sometimes […]

January 23, 2026January 24, 2026Hacks, Linux, Software

Download YouTube Videos Using yt-dlp

The best tool to download anything from YouTube or any other video content/streaming platform is yt-dlp. Here is a handful of commands […]

January 20, 2026January 20, 2026Hacks, Linux, Software

Speed Up Playback of a List of Audio Files

To change the playback speed of audio files, we can use the extremely versatile ffmpeg: ffmpeg -i input.mp3 -filter_complex “[0:a]atempo=1.5[a]” -map “[a]” […]

January 14, 2026January 14, 2026Linux, Software

Compress PDF File Sizes in Linux

Lots of times a scanned document or a downloaded webpage becomes a huge PDF file. To compress it, there are several options. […]

January 13, 2026January 13, 2026Hacks, Linux, Software

Some Video Files Have Muffled Audio in Linux

I noticed that some video files, such as movies, have barely audible spoken words in them. The sound effects, the background music, […]

January 12, 2026January 13, 2026Hacks, Linux, Software

Convert Multiple Image Files to PDF Format

Linux offers a very simple way of converting multiple image files to PDF. For simplicity, it’s best to place all these image […]

Posts pagination

1 2 >
© 2026 OM1EMF