â prev | next â
thecatvoid 2022-08-03 15:03:54
thecatvoid 2022-08-03 15:03:55
đ˛ Linux Command Library
âšī¸ 4608 manual pages, 21 basic categories and a bunch of general terminal tips.
đ F-Droid | Source | Tracker
– ID: com.inspiredandroid.linuxcommandbibliotheca
– License: Apache-2.0
– Categories: Reading, Science & Education
– Version: 3.0.1 – 71
– Last Updated: 2022-07-10
thecatvoid 2022-08-03 15:03:55
armanhrshaikh 2022-08-03 22:17:12
Is linux help in reading research papers directly from db?
marcotrosi 2022-08-04 13:06:27
https://github.com/badaix/snapcast
GitHub – badaix/snapcast: Synchronous multiroom audio player –
GitHubSynchronous multiroom audio player. Contribute to badaix/snapcast development by creating an account on GitHub.
smol_mazunki 2022-08-04 13:07:28
neovoidtk 2022-08-02 15:21:44
Is there any flag or option in sed awk or anything similar which recognizes number or process the numerical only
example a flag to select numbers from the variable
$my_variabale=”These are numbers 12345″
so it would only output numbers

smol_mazunki 2022-08-04 13:08:42
marcotrosi 2022-08-02 16:13:54
I cant test it but can you try something like this …?
my_var=”These are numbers 12345″
extracted_numbers=$(expr “${my_var}” : ‘.*([0-9]+)’)
echo ${extracted_numbers}
instead of . try [^0-9]
smol_mazunki 2022-08-04 13:08:48
.* is often not lazy
Ceda EI 2022-08-04 19:08:03
while boringly reading through some git man pages, I stumbled upon gold.
The analogous to cd – for git checkout: git checkout @{-1}
Ceda EI 2022-08-04 19:08:43
from git help rev-parse
@{-<n>}, e.g. @{-1}
The construct @{-<n>} means the <n>th branch/commit checked out before the current one.
Ceda EI 2022-08-04 19:38:39
Some interesting pagers I found:
https://github.com/tigrawap/slit
https://github.com/walles/moar
raytracer9 2022-08-04 20:27:02
Ceda EI 2022-08-04 19:08:03
while boringly reading through some git man pages, I stumbled upon gold.
The analogous to cd – for git checkout: git checkout @{-1}
Will check if this works with switch too
Ceda EI 2022-08-04 20:27:42
raytracer9 2022-08-04 20:27:02
Will check if this works with switch too
it will, it will work with everything that takes a rev
raytracer9 2022-08-04 20:28:07
Ceda EI 2022-08-04 20:27:42
it will, it will work with everything that takes a rev
Oh, alright then, it really is gold
raytracer9 2022-08-04 20:28:20
Thanks for sharing
andykluger 2022-08-04 21:43:40
Ceda EI 2022-08-04 19:38:39
Some interesting pagers I found:
https://github.com/tigrawap/slit
https://github.com/walles/moar
Cool I don’t think I’ve tried slit, will do. My favorite log pager is lnav currently.
marcotrosi 2022-08-05 08:25:50
hello and welcome kishan
armanhrshaikh 2022-08-05 14:11:07
This is what I face on my blackbox.
Is it os or hardware issue?
Kind regards.
armanhrshaikh 2022-08-05 14:13:05
power menu appears automatically.
marcotrosi 2022-08-05 14:13:12
oh that’s the 90 deg monitor desease. it’s not curable. once a hardware is infected it’s over
Ceda EI 2022-08-05 14:38:39
marcotrosi 2022-08-05 14:13:12
oh that’s the 90 deg monitor desease. it’s not curable. once a hardware is infected it’s over
this is why you vaccinate your devices.
#VaccinesSaveMonitors
raytracer9 2022-08-05 15:30:18
Ceda EI 2022-08-05 14:38:39
this is why you vaccinate your devices.
#VaccinesSaveMonitors
Monitors been vaccinated but it is in heat because of this, and because of it hanging at 90 deg.
Wait, it’s a cycle đ¤. You’re right @marcotrosi it’s incurable
Jamerive 2022-08-05 16:16:16
raytracer9 2022-08-05 15:30:18
Monitors been vaccinated but it is in heat because of this, and because of it hanging at 90 deg.
Wait, it’s a cycle đ¤. You’re right @marcotrosi it’s incurable
well, stating a fact; Human’s eye feel comfortable with landscape or portrait setup so adjusting the monitor in a vertical setup it isn’t weird to our brain!:P
PD: Photography and illustration rocks!!
Jamerive 2022-08-05 16:19:55
IMHO, Vertical setup is great for reading so you can have documentations, code or book open on it!:D
netzverweigerer 2022-08-05 16:27:03
IMHO, vertical setup is great because it takes horizontal space, meaning you can, in total, have more monitors on your desk without stacking them.
netzverweigerer 2022-08-05 16:27:10
*less
netzverweigerer 2022-08-05 16:28:18
Like if you already use a triple-head setup with 2 4K and 1 lower-end monitor, turning one of them 90° will really reduce the horizontal space of your full setup significantly, if you still want to have speakers next to your displays, that’s an extremely good thing to do.
netzverweigerer 2022-08-05 16:29:04
Talking about setups with really just ONE SINGLE display, I would probably NOT rotate that, no.
neb đŗđ´ 2022-08-06 15:44:09
Old windowing system. Lighter than X.
neb đŗđ´ 2022-08-06 15:44:10
https://utcc.utoronto.ca/~cks/space/blog/links/TheMGRWindowSystem
marcotrosi 2022-08-06 15:47:44
https://danieljprice.github.io/giza/
Captn_Obvious 2022-08-06 20:24:50
marcotrosi 2022-08-06 15:47:44
https://danieljprice.github.io/giza/
wow, great
neb đŗđ´ 2022-08-07 02:58:40
neb đŗđ´ 2022-08-06 15:44:09
Old windowing system. Lighter than X.

thecatvoid 2022-08-07 11:36:31
neb đŗđ´ 2022-08-06 15:44:09
Old windowing system. Lighter than X.
is it lighter than wayland tho?
viluon 2022-08-07 11:37:48
Wayland is not a windowing system
â prev | next â