Pario TechnoBlob
About
Posts
Tag: bash
Hammer script to get output from Job by id
This is a simple script I use to export the details from a Job run in Red Hat Satellite 6.2 using hammer from the console. #!/bin/bash # Redhat Satellite Job query by id using...
Generate IP-address ranges using simple bash script
This is just a simple script to generate IP-addresses in a IP-range and write the result output to a file. The script does also remove addresses you would like to exclude from...
Another way to randomize filenames
This post describes an easier way to randomize filenames using the command openssl compared to my previous post named Randomize filenames. <br /> #!/bin/bash<br />...
Create random filenames with random content
I wanted to test filesystem checking on a large XFS filesystem and needed to fill the filesystem. The task was to create files on random with different file size and names...
««
«
1
2
3
…
21
»
»»