Top new questions this week:
|
I was recently browsing my Fedora's /bin folder and noticed a binary named [.
I did try to search the internet for more information on that, but I couldn't find anything useful. Running it through …
|
Is there a unix command that can check if any two lines in a file are the same?
For e.g. Consider a file sentences.txt
This is sentence X
This is sentence Y
This is sentence Z
This is sentence X
…
|
~$ echo $(ls)
arguments.txt cecho.sh Desktop Documents Downloads example.txt Music Pictures Public
~$ echo $(ls "*.txt")
ls: cannot access *.txt: No such file or directory
Why does the …
|
It is not quite official but it looks like systemd is coming to Debian and after reading some of the heated mailing list discussion on that decision, I am curious about the polarizing nature of …
|
Is there any way to map leader-r to repeat last command sent to bash?
For example, when working with C files I would like to compile and run program from vim without typing :!make or gcc.
I know I …
|
I already asked a question about how to list all namespaces in Linux, but there wasn't any correct and exact answers, so I want to find out a method which can help me to find out the namespace of PID …
|
In linux cli I can do ctrl-r and do a reverse search and choose something I have done easily.
Is there something similar in vim? I mean I may run a command using : (could be anything like a long …
|
Greatest hits from previous weeks:
|
Using echo "20+5" literally produces the text "20+5"
What command can I use to get the numeric sum, e.g. 25 in this case.
Also, what's the easiest way to do it just using bash for floating point, …
|
I'd like to do some general disk io monitoring on a debian linux server. What are the tools I should know about that monitor disk io so I can see if a disk's performance is maxed out or spikes at …
|
Can you answer these?
|
This question is similar to my question about how to list namespaces. So in addtition, I'd like to know some information about moving processes from one namespace to other? E.g. I have processes of …
|
I'm relatively new to using Arch Linux and think I must be missing the obvious way to do this correctly, but –short of starting the daemon on my own– I can't figure out how to get passphrase protected …
|
I'm using duplicity with the --full-if-older-than <time> option to make a new full backup now and then.
The problem is that I can hold only two full backups at my destination. This means that …
|