All Questions
4 questions
5
votes
1
answer
643
views
How to tackle leaking file watchers on Debian 11?
I work with a couple different nodejs live servers as part of my job and there seems to be some kind of leak within my tooling/workflow causing file watchers to accumulate over time until they hit the ...
0
votes
2
answers
60
views
`watch` a PostgreSQL query without displaying the full connection string
I'd like to share online, with team members, some live modifications on a PostgreSQL database (hosted on a dockerized Debian Bullseye) using watch (if you know any other tool, preferably pgAdmin4 but ...
3
votes
1
answer
3k
views
What is this : ^[3;J^[H^[2J?
I am on a Debian system fresh installed, logged in via ssh on /dev/pts/0, and have entered the following command
watch -n 10 clear > /dev/pts/0 ; netstat -tupn 2>/dev/null | grep -v 3306 > /...
1
vote
2
answers
732
views
How to create a debian/watch file? [closed]
Debian has a file called watch file which is used for keeping track of new releases.
I tried to create a watch file to see how it works from the Debian wiki and tried to copy the same for a game ...