Questions tagged [tagging]
The tagging tag has no summary.
31 questions
2
votes
1
answer
142
views
docker can't access to some tagged images
I'm facing with the following error using docker on my Linux Ubuntu system.
ubuntu@ubuntu:~$ docker version
Client: Docker Engine - Community
Version: 28.0.1
API version: 1.48
...
0
votes
0
answers
84
views
Which MP3 tagging tool for Linux? -> For Album Folders (Alrady tried a lot)
I'm trying to sort my music by album into folders.
I have already tried:
Picard
easytag
puddletag
kid3
tageditor
eartag
beets
eyeD3
I think there's an option on puddle tag but i couldn't find it, if ...
2
votes
1
answer
149
views
How to Manage a Local APT Package Mirror with Custom Tags Using Debtags
Seeking Advice: Managing a Local APT Package Mirror with Custom Tags
Hello everyone,
I'm looking for some advice and best practices on managing a local APT package mirror with custom tags. Here's the ...
0
votes
0
answers
65
views
Fuzzy Search for filenames with synonyms and tags (auto generated)
Filesystem: Ext4
I create separate files for each topic.
I have thousands of files segregated into 2 or 3 levels of hierarchical broad categories. I would like to search for these files efficiently.
...
0
votes
1
answer
2k
views
Change bridge vlan protocol from 802.1q to 802.1ad and packets start dropping
I have a bridge interface (swbridge) with vlan_protocol=802.1q. Sending tagged frame to it. I can see ARP request in Wireshark Successfully (ping request from another device), but when changing ...
0
votes
1
answer
627
views
How do I reset the tags in the ranger file browser?
I have made a small script to list all my tagged files with ranger with
ranger --list-tagged-files=*
and put that list into another file (called todo). After a while I deleted and changed the name of ...
5
votes
2
answers
10k
views
How to tag any file on the Unix system?
I am trying to figure out the best solution to tag files in GNU/Linux. This is the particular thing I am trying to achieve. I download all my movies and save them on the external SSD. I sort them in ...
0
votes
2
answers
1k
views
How to convert m3u to cue?
EasyTag can save playlists in m3u only, but cue is required. How can sed convert?
It is required to glue all the lines with tags in the EXTINF block, rename EXTINF to TITLE, and move the line with the ...
1
vote
1
answer
387
views
Adding tags to mp3s for use in music players [duplicate]
I'm hoping this is the correct place to ask.
Basically, I'm using cmus and have a little bash script to automate downloading, renaming and moving a mp3.
However, cmus just lists the song name as ...
2
votes
0
answers
777
views
Tagging outgoing packets with iptables
Is there any possibility to mark outgoing packets with iptables and recognize them by the response? I have a very simple outgoing rule:
iptables -A OUTPUT -m conntrack --ctstate NEW,ESTABLISHED,...
10
votes
3
answers
14k
views
Where is metadata for PDF files? Can I insert metadata into any PDF file?
I have many files of music; with the program mp3Tag, I had organized all of it. I have the correct metadata as it allows. I am looking for a free software that does the same, but for PDF files.
7
votes
3
answers
9k
views
Adding metadata to opus file from command line
I have a collection of opus music files that needs tagging and a text file containing the appropriate tags. I'm trying to accomplish the tagging through a Python script but I need a way to edit the ...
6
votes
3
answers
11k
views
How to tag everything stored in a Linux filesystem?
How would I accomplish the following in Linux using the BTRFS filesystem?
In Mac OS X El Capitan you can use tags to organize files. You can tag files and folders to make them easier to find. Tags ...
0
votes
1
answer
315
views
When to tag physical ports on private VLANs?
8 port router over two switches (4+4)
Using kernel 2.6.x
I'm trying to setup private VLANs to enable port isolation on this router. Each physical Ethernet port should only be able to communicate ...
7
votes
2
answers
4k
views
Adding tags to files (PDFs) and process from the command-line or script
I want to add tags to my files (in this case to PDF files)
so I can search for them in the filesystem and then process the result from the command-line or in a script.
Is there a linux-tool that can ...