- 4 Posts
- 25 Comments
Joined 2 年前
Cake day: 2023年6月16日
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
rrconkle@lemmy.zipto linuxmemes@lemmy.world•Gentoo and Debain has the most badass package uninstall syntax everEnglish0·6 个月前pacman -Rns $(pacman -Qq)
rrconkle@lemmy.zipto Technology@lemmy.world•SpaceX Triples Number of Rocket Launches in Two Years.English3·10 个月前That’s CC BY-ND, not CC BY-SA
rrconkle@lemmy.zipto Linux@programming.dev•[Weekly thread] GNU+Linux help: ask anything!English3·1 年前Try swapping the positions of
-name ‘*-FLAIR’
and-type d
rrconkle@lemmy.zipto Rust@programming.dev•GitHub - Atreyagaurav/numrng: Terminal Command to generate list of numbers from human-readable representationEnglish4·1 年前Yes, just give the step as the third number:
{1..10..2}
rrconkle@lemmy.zipto Rust@programming.dev•GitHub - Atreyagaurav/numrng: Terminal Command to generate list of numbers from human-readable representationEnglish8·1 年前Bash can do discontinuous ranges
$ echo {{1..3},{7..8}} 1 2 3 7 8
tar: You must specify one of the '-Acdtrux', '--delete' or '--test-label' options Try 'tar --help' or 'tar --usage' for more information.
First command fails because
-name
is case-sensitive
That’s not how
/dev/null
works.Try this:
sudo cat /dev/zero > /Windows
rrconkle@lemmy.zipto linux4noobs@programming.dev•How to change Firefox file dialog in i3wm? [Solved]1·2 年前Hmm, I don’t use a window manager so i’ve never used that but how are you setting
GTK_USE_PORTAL=1
, I have mine in /etc/environment
Here’s a higher quality version