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

Linux

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

Find Network Interface Card Ubuntu

Introduction If you’ve added an interface on ubuntu and wondered what interfaces you have on the system, you need to use the following to find out: ls /sys/class/net This will list the interface names for all NICs on your computer.

David Messenger 11th August 2016 Linux, Ubuntu No Comments Read more

Ubuntu Disable IPv6 on a Single Interface

Introduction Ever needed to disable IPv6 on a single interface? Solution All that’s needed is a simple line adding to the appropriate conf file sudo vim /etc/sysctl.conf Add the following line to the bottom of the file obviously substituting <interface>

David Messenger 11th August 2016 IPv6, Linux, Ubuntu No Comments Read more

Useful FIND examples

Introduction A few examples when you need to find files. I’ll update as I go. This one is for searching multiple snapshot locations for a file named like: find *snapshot-name*/known/path/to/data -iname “case_insensitive_part_of_name*” The next is to find and replace permission

David Messenger 25th July 201610th February 2017 Linux No Comments Read more

No Wifi with Intel 3165 on HP ProBook Linux Mint

No Wifi with Intel 3165 on HP ProBook Linux Mint

Introduction I wanted to install Linux on a laptop so I had originally installed Ubuntu and everything was working well. The issue came about when I re-installed with my preferred distro Linux Mint; as I prefer the cinnamon desktop vastly

David Messenger 30th May 2016 Linux, Mint No Comments Read more

Generate a CSR Using Openssl

Generate a CSR Using Openssl

Introduction Just a quick refresher on generating certificate signing requests. Generate the RSA key Create a RSA key for your Apache server, since every distro is different in where to place the certificates, we are just going to place it

David Messenger 24th May 201628th November 2016 Apache, Certificates, Linux, openssl, SSL, Web Hosting No Comments Read more

Crontab, RSYNC & SSH Keys Linux Mint

Crontab, RSYNC & SSH Keys Linux Mint

Introduction Here’s the deal. I was performing an rsync backup of my website using an Ubuntu server but decided I’d also start backing up from my PC, Linux of course. I thought it would be a straight copy the scripts

David Messenger 18th May 2016 Linux, Mint No Comments Read more

Creating Debian Installation USB Stick

Creating Debian Installation USB Stick

Introduction If you are currently using a GNU/Linux distro and fancy having a look at a live disk of Debian. Use the following to get it on a USB stick to test out. Required Commands $ sudo fdisk -l Disk

David Messenger 29th April 201629th April 2016 Debian, Linux No Comments Read more

Remmina Unable to Connect to RDP Server

Introduction This one is not immediately obvious. Suddenly a connection that was working fine just stops and all that you get is a generic error message. Fix The fix however is simple. Just remove the following file from your home

David Messenger 19th April 2016 Linux, Mint No Comments Read more

Postfix Encrypt Email in Transit Where Possible

Postfix Encrypt Email in Transit Where Possible

Introduction I noticed in Gmail recently they started warning when email messages weren’t encrypted in transit. When I say transit I mean when a message leaves your email server and sends to another mail server / edge server for another

David Messenger 30th March 201630th March 2016 Email, Linux, Postfix, Security 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.
 

Loading Comments...