System & Network Admin

System & Network Admin

2116 bookmarks
Custom sorting
Good CLI tool to edit mp4 metadata?
Good CLI tool to edit mp4 metadata?
Is there any tool for headless CLI usage to edit mp4 metadata, preferably without remuxing? I need to edit metadata like, audio/subtitle language tags.
·askubuntu.com·
Good CLI tool to edit mp4 metadata?
Formatting a rpm query output with a separator
Formatting a rpm query output with a separator
I am trying to get a list of all packages that are installed on my system. For this I call 'rpm -qai' from within a Python-script where further transformations on the output take place. I kind of ...
·stackoverflow.com·
Formatting a rpm query output with a separator
JQ create json array using bash
JQ create json array using bash
I am currently trying to get information about my file hosting accounts. As I keep a lot of my backup media on different accounts. I am using megatools to query information about the account, which I
·stackoverflow.com·
JQ create json array using bash
Awk Command in Linux with Examples
Awk Command in Linux with Examples
Awk is a general purpose scripting language designed for advanced text processing.
·linuxize.com·
Awk Command in Linux with Examples
Using awk to print all columns from the nth to the last
Using awk to print all columns from the nth to the last
This line worked until I had whitespace in the second field. svn status | grep '\!' | gawk '{print $2;}' > removedProjs is there a way to have awk print everything in $2 or greater? ($3, $4.....
·stackoverflow.com·
Using awk to print all columns from the nth to the last
Bash sed awk, format CPU/Mem info from /proc/cpuinfo and /proc/meminfo
Bash sed awk, format CPU/Mem info from /proc/cpuinfo and /proc/meminfo
The problem that I'm trying to solve is to produce portable output that I can display on all of the servers in our environment to show basic info at login using generic information on all CentOS / ...
·stackoverflow.com·
Bash sed awk, format CPU/Mem info from /proc/cpuinfo and /proc/meminfo
How to Check CPU Information in Linux
How to Check CPU Information in Linux
The CPU Information in any machine includes information about the processor, the vendor details, model name, architecture, speed of processing, etc.
·linuxshelltips.com·
How to Check CPU Information in Linux
3 Ways to check CPU Cores in Linux - howtouselinux
3 Ways to check CPU Cores in Linux - howtouselinux
In this blog post, we will discuss 3 different ways to check the number of cpu cores in Linux. This is useful information to have if you are trying to optimize your system for performance. Each method has its own advantages and disadvantages, so be sure to read through all of them before choosing the […]
·howtouselinux.com·
3 Ways to check CPU Cores in Linux - howtouselinux
Putting IP Address into bash variable. Is there a better way
Putting IP Address into bash variable. Is there a better way
I'm trying to find a short and robust way to put my IP address into a bash variable and was curious if there was an easier way to do this. This is how I am currently doing it: ip=`ifconfig|xargs|...
·stackoverflow.com·
Putting IP Address into bash variable. Is there a better way
Linux bash script to extract IP address
Linux bash script to extract IP address
I want to make big script on my Debian 7.3 ( something like translated and much more new user friendly enviroment ). I have a problem. I want to use only some of the informations that commands give...
·stackoverflow.com·
Linux bash script to extract IP address
Generate a List of IP Addresses
Generate a List of IP Addresses
An IP address sequence generator powered by alien technology from the future. 100x better than puny human technology. Try it out!
·catonmat.net·
Generate a List of IP Addresses
Dependencies Tree Implementation
Dependencies Tree Implementation
For those who used apt-get, you know that everytime you install / uninstall something, you get the notificatons saying you need / no longer need certain dependencies. I'm trying to understand the ...
·stackoverflow.com·
Dependencies Tree Implementation
How To Write Bash Shell Loop Over Set of Files
How To Write Bash Shell Loop Over Set of Files
Explains how to loop through a set of files in current or any directory using shell script for loop under UNIX / Linux / macOS.
·cyberciti.biz·
How To Write Bash Shell Loop Over Set of Files
Bash Recursion Examples and Experiments with Local Variables
Bash Recursion Examples and Experiments with Local Variables
Recursion in programming is when a piece of code (usually a function) calls itself. If there is no exit case, the program will go on forever. We will be discussing recursion in a bash script with examples and discussing some peculiarities of the bash shell, such as local variables. Setup Let’s make a shell script.…
·ahmed.amayem.com·
Bash Recursion Examples and Experiments with Local Variables
Recursive function in bash
Recursive function in bash
I want to do a function that will return the factorial of a number in bash Here's the current code that doesn't work, can anyone tell me what's wrong and how to correct it? I just started learning...
·stackoverflow.com·
Recursive function in bash
rpm(8): RPM Package Manager - Linux man page
rpm(8): RPM Package Manager - Linux man page
rpm is a powerful Package Manager, which can be used to build, install, query, verify, update, and erase individual software packages.
·linux.die.net·
rpm(8): RPM Package Manager - Linux man page