Skip to main content
Aquarius Power's user avatar
Aquarius Power's user avatar
Aquarius Power's user avatar
Aquarius Power
  • Member for 12 years, 10 months
  • Last seen more than a month ago
50 votes
1 answer
40k views

is there a way to list all 'indexes IDs' (keys) on a bash associative array variable?

43 votes
4 answers
29k views

How do I remove leading zeroes from output of 'date' or avoid octal interpretation of such decimal numbers?

31 votes
1 answer
28k views

find does not work on symlinked path?

25 votes
1 answer
10k views

keyboard hard remap keys?

24 votes
3 answers
6k views

why bash increment: `n=0;((n++));` return error? [duplicate]

11 votes
3 answers
1k views

what is the difference between `>> /dev/stderr` (with the white space) and `>&2`?

10 votes
7 answers
18k views

how to share environment variables between shells like globals related to a master pid?

10 votes
3 answers
3k views

Is it possible to match multiple specific line numbers (not range) with sed?

9 votes
1 answer
6k views

unison "end of file exception"

7 votes
3 answers
8k views

detect process eating cpu without: top, htop, ps?

6 votes
1 answer
714 views

Is there some way to make alias expansion work inside if...fi on Bash?

6 votes
3 answers
3k views

how to prevent exported environment variables to be recognized/accessible by a child shell (bash)?

5 votes
1 answer
440 views

How to monitor top applications using CPU (and IO if possible) in a graph?

5 votes
3 answers
12k views

What return/exit values can I use in bash functions/scripts?

4 votes
1 answer
6k views

`ln -s` creates a symlink inside an existing folder instead of failing?

4 votes
1 answer
8k views

Bash array declared in a function is not available outside the function

4 votes
3 answers
2k views

how to determine how many times pid_max wrapped?

4 votes
0 answers
2k views

how to force X mouse pointer to show above rendered application cursor?

3 votes
2 answers
3k views

change url of web browser thru command line?

3 votes
2 answers
1k views

bash 'nounset' on sub-shell/child doesn't force main script to exit, how to workaround that globally?

3 votes
1 answer
2k views

unkillable/unstoppable normal user process, how to forcedly control it?

3 votes
2 answers
5k views

"DxvkMemoryAllocator: Memory allocation failed" while running any WineHQ dxvk (d3d) game

2 votes
0 answers
2k views

How does auto reboot happen?

2 votes
0 answers
214 views

how to properly make the firewall block any application by group?

2 votes
0 answers
434 views

how to let aufs use more than 127 layers? or an alternative to it

2 votes
2 answers
71 views

can bash show one array item id and value using `declare -p`?

2 votes
1 answer
142 views

Some commands fail when active display/vt is different from where they are running, How to fix/workaround that?

2 votes
1 answer
513 views

string fill performance in shell scripts: what is the best amount and for what shell?

2 votes
1 answer
3k views

yad, how to create a simple question dialog?

2 votes
2 answers
1k views

how to get the size of an indirect array in bash?