In https://www.youtube.com/watch?v=bf3MYWtI4E4&t=1329s (about CVE handling for the linux kernel), Greg Kroah-Hartman mentions a tool / bash script called dyad to find vulnerable/fixed git ranges in the linux kernel […]
Linux – Copying files from multiple nested folders, with same file names to a single folder
I need help copying a large bunch of files. Let me try to explain the problem here SOURCE STRUCTURE Dir-01 File-01.jpg – TimeStamp-A File-02.jpg – TimeStamp-B File-03.jpg – […]
Perfctl Unveiled: Risks, Detection, and Proactive Defense Measures
Security researchers have discovered a sophisticated strain of malware targeting Linux servers dubbed Perfctl . Its dual purpose is mining cryptocurrency and proxyjacking.
Understanding Linux Vulnerabilities: Facts, Figures, and Mitigation Strategies
Linux is a powerful operating system that forms the backbone of numerous servers, workstations, kiosks, and embedded devices worldwide. It accounts for approximately 3.08% of all operating systems […]
printf seems to fail in bash [duplicate]
With version GNU bash, version 5.2.32(1)-release (x86_64-pc-linux-gnu) in Debian this command: $ printf ‘%010fn’ ‘1234’ 000.000000 Doesn’t use the number given and changes on every execution? : $ […]
how to download a file using just bash and nothing else (no curl, wget, perl, etc.)
I have a minimal headless *nix which does not have any command line utilities for downloading files (e.g. no curl, wget, etc). I only have bash. How can […]
How to get top immediate sub-folders of ‘/’ folder consuming huge disk space in Linux
I face disk space full issue in Linux. When checked with df command I found the ‘/’ directory is occupying 100%. So to check which folders consume much […]
How to Make Your Own Music on Linux with Ardour
The post How to Make Your Own Music on Linux with Ardour first appeared on Tecmint: Linux Howtos, Tutorials & Guides . Ardour is a simple, easy-to-use, and […]
Learn MySQL: Create, Update, and Delete Data in Database
The post Learn MySQL: Create, Update, and Delete Data in Database first appeared on Tecmint: Linux Howtos, Tutorials & Guides . A database is a structured set of […]
Get the expansion of an alias (in both bash and zsh)
I want to get the expansion of an alias. For example, if I have: alias g=hub alias cdh=’cd $HOME’ I want to have: expand_alias g == hub expand_alias […]
how to read xls file in Linux
I copied a .xls file from mail to server. when i opened it, it is in non-readable format. At the bottom i could see “[noeol][converted]” I need to […]
Find out what device /dev/root represents in Linux?
On linux, there is a /dev/root device node. This will be the same block device as another device node, like /dev/sdaX. How can I resolve /dev/root to the […]