Skip to content
Pixelated Dwarf

Pixelated Dwarf

  • Home
  • Blog
  • Cybersecurity Glossary
  • Newsletter
  • Contact

Category: one liners

Linux one liners are bits of code that solve everyday problems in Linux.

 

Linux One Liner :: Organizing for 2024 at the command line

Posted on December 7, 2023 (April 19, 2024) by pix
Linux One Liners

Organizing for 2024 at the command line Yes, you can use the power of the command line to help you to get ready for 2024. What I wanted was to make a file with all of the months in a few places (My overall schedule, Bills and Financial and such). I did it with one […]

Read More…

Posted in one liners, shell scriptingLeave a comment

Shell One-Liner: Replace spaces in filenames with underscores

Posted on October 2, 2021 (October 28, 2021) by pix
Linux One Liners

Replace spaces in filenames with underscores   for f in *;do mv “$f” “${f// /_}”;done   How this script works and how to use it: This script will replace spaces in file names with underscores It will do this in the directory that you are currently in This rewrites all the files with underscores It […]

Read More…

Posted in one linersLeave a comment

Shell One-Liner : List IP addresses connected to your server on port 80

Posted on September 5, 2021 (July 22, 2023) by pix
Linux One Liners

List addresses connected on server 80 with this one line of BASH shell script. You can also modify the code for other ports. […]

Read More…

Posted in one linersTagged Linux one liners, List connected IPs on port number3 Comments

Shell One-Liner : Make a thumbnail from pdf

Posted on August 20, 2021 by pix

Thumbnail a PDF from the command line with this Linux one liner. A simple BASH script to thumbnail the first page of a PDF. […]

Read More…

Posted in one linersTagged Linux one liners, thumbnail PDFLeave a comment

Shell One-Liner : Thumbnail a Directory

Posted on July 5, 2021 (December 2, 2021) by pix
Linux One Liners

Thumbnail a directory with this one liner. This script will make thumbnail images of all images in a directory and keep the originals. […]

Read More…

Posted in one linersTagged make thumbnails, thumbnail a directoryLeave a comment

Shell One-Liner : Strip EXIF data from photos

Posted on January 25, 2021 (October 28, 2021) by pix
Linux One Liners

Strip EXIF data from photos with this one line of code. This simple Linux Bash command strips out all of the EXIF data from photos. […]

Read More…

Posted in one linersTagged one liners, shell scripting

Recent Posts

  • Using MITRE D3FEND to strengthen you home network
  • The Slippery Slope
  • Setting up Next DNS
  • Privacy Myths Debunked
  • Home surveillance systems debate
  • Self-Hosting at home
  • Cool Tech You Need
  • Threat Modeling for Individuals
  • Step-by-step guide – Home Network Diagram
  • Step-by-Step Home Network Inventory Guide
  • Home Cybersecurity (Updated)
  • Linux One Liner :: Organizing for 2024 at the command line
  • Celebrating Ethernet’s 50th Anniversary
  • Randomize your MAC Address
  • What to Do After Installing Pop_OS
  • The Best Organization Apps for Linux
  • Firefox tweaks for 2023
  • What is the best Linux distro?
  • Linux Terminal Web Browsers
  • Linux Terminal Email
  • Using CISSP to help secure your home network
  • QR Codes at the command line
  • Best privacy and security apps for Linux
  • The folly of banning the Tic Toc app
  • Getting Smart With: PASS – the command line password manager
  • Best Linux distributions for old computers
  • Hardening Your Home Router
  • Removing Malware
  • How to create Windows 10/11 boot repair disk
  • Linux replacements for Windows Programs

Categories

  • BASH One-Liners
  • Computing
  • Distribution Evaluations
  • Linux
  • Linux
  • Online Safety
  • Security
  • Shell Scripting
  • Web Development
  • WordPress
Proton VPN

Disclaimer

Some of the projects described on this site may harm your system, void warranties or cause other issues. I take no responsibility for any damages caused by your experiments. It is up to you to be safe out there. Your mileage may vary. Always use a virtual machine to try things out first. Do not try experiments on production machines.

Full Disclaimer

© 2020 - 2025 Pixelateddwarf -- A.M. Dunbar
Privacy policy
Follow us on socialmedia:
Pintrest - Twitter - GitHub - YouTube