Skip to content
IP-Life.net

IP-Life.net

The Adventures of a Network Security Engineer

Menu

  • About IP-Life.net
  • BGP Information
  • Contact
  • Technical Resources

Author: David Messenger

Linux Upgrade Conky Seamod Font issues

Linux Upgrade Conky Seamod Font issues

Introduction Decided to upgrade mint to the latest version Sarah. Very straight forward task thanks to the Mint team. I did end up with conky Seamod looking odd on though on startup. First it was in windowed mode and secondly

David Messenger 27th November 201627th November 2016 Linux, Mint No Comments Read more

Find and Change All Permissions Recursively

Find and Change All Permissions Recursively

Introduction A couple of pretty simple bash commands for finding and changing permissions on all files and directories recursively. Obviously you need to understand what permissions you want in advance so check the man pages and online but for when

David Messenger 15th October 2016 Linux No Comments Read more

Sophos UTM9 Reset Used IP count

Sophos UTM9 Reset Used IP count

Introduction If you’ve got the Sophos UTM up and running in your home network then you may come across this issue at some point. I was using UTM9’s web protection for quite some time and suddenly starting receiving emails to

David Messenger 12th October 201618th May 2017 Firewall, Networking, Security, Sophos UTM9 No Comments Read more

Rebuild Report Database Isilon

Rebuild Report Database Isilon

Introduction If you ever get a problem with networking between 2 distant Isilon clusters then you might get a problem with SyncIQ reports filling up with nonsense. So if you have a lot of jobs you might end up with

David Messenger 11th October 201621st November 2019 EMC, Isilon 2 Comments Read more

Change Ownership Recursively for a Single User FreeBSD

Change Ownership Recursively for a Single User FreeBSD

Introduction So if you’ve read this and thought, it doesn’t work on FreeBSD then you are right. It doesn’t. Try this instead: You can use this portable find command with something like this. find . -user old-user -exec chown new-user:new-group

David Messenger 28th September 201629th September 2016 EMC, FreeBSD, Isilon No Comments Read more

Change Ownership Recursively for a Single User Linux

Change Ownership Recursively for a Single User Linux

Introduction Chown has a nice feature that will allow you to change ownership of files and directories recursively for a single user without even needing to find them. First cd into the root source directory required to change ownership of the

David Messenger 27th September 201628th September 2016 Linux No Comments Read more

rsync directory tree including only files that match a certain find result

Introduction If you’ve ever needed to use regex to find specific files in a directory then you’ll know how useful it is and how much time it saves. This is for when you need to then rsync those files to

David Messenger 5th September 20167th June 2017 Linux, Regex, rsync No Comments Read more

Troubleshooting Interface Output Drops

Troubleshooting Interface Output Drops

Introduction Output drops are caused by traffic rates exceeding the maximum bandwidth specification of the interface. Solution There are actually only 2 solutions to output drops: Increase the Interface speed Reduce the traffic throughput If you have monitoring in place

David Messenger 24th August 2016 Cisco, Network Monitoring, Networking No Comments Read more

Bulk Replace Spaces in File Names

Introduction This is the easiest way I’ve found to replace spaces in file names with another character for example underscore. Solution At a bash prompt, use rename: find -name “* *” -type d | rename ‘s/ /_/g’ # do the

David Messenger 22nd August 2016 Linux No Comments Read more

Bulk Rename File Extensions e.g. .JPG to .jpg

Introduction If you’ve ever needed to rename multiple files which had a different file extension then this is what you need Solution Open the terminal. Change directory to the parent directory of folder1 using the cd command. cd /path/to/parent/directory/of/folder1/ Run

David Messenger 21st August 2016 Linux No Comments Read more
  • « Previous
  • Next »

Recent Posts

  • Panorama Push Failure
  • Loading Environment Variables in a Cron Job
  • Advertising a non-existent route to BGP in PAN-OS
  • Network Design – VDSL
  • NetBox Automation
  • Testing DNS Glue Records
  • Updating Netfilter Firewall Rules
  • Palo Alto Useful Links and Commands
  • Useful Python Snippets
  • Find & Replace Multiple Files

Categories

Tags

Active Directory Apache ASA bash Cacti CentOS Certificates chown Cisco CRON Drivers EMC Excel Firewall FreeBSD grep IPv6 Isilon Juniper Linux Microsoft Mint Netscreen Networking Network Monitoring Notepad++ Palo Alto PaloAltoNetworks Python RANCID Regex Routing Secure Copy Security Sophos UTM9 SSH SSL Text editors TFTP Ubuntu vim VMware Windows Wordpress yaml

Archives

  • October 2024
  • March 2022
  • February 2022
  • January 2022
  • November 2021
  • April 2021
  • February 2021
  • August 2020
  • June 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • June 2019
  • May 2019
  • January 2019
  • December 2018
  • October 2018
  • July 2018
  • May 2018
  • April 2018
  • February 2018
  • January 2018
  • December 2017
  • August 2017
  • July 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • November 2016
  • October 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • May 2016
  • April 2016
  • March 2016
  • February 2016
  • January 2016
  • December 2015
  • November 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • June 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
IPv6 Certification Badge for davidkmessenger

Copyright © 2025 IP-Life.net. All rights reserved. Theme Spacious by ThemeGrill. Powered by: WordPress.