Ctrl-Shift-N restores closed windows
- 0 Posts
- 8 Comments
Joined 2 years ago
Cake day: August 5th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
puttputt@beehaw.orgto Linux@lemmy.ml•ShellBot Uses Hex IPs to Evade Detection in Attacks on Linux SSH Servers9·2 years agoSorry, i said it was a mersenne prime, then realized it wasnt, so edited it and deleted it. It was a mess
puttputt@beehaw.orgto Linux@lemmy.ml•if you could standardise a file format for a specific task what would you pick and why4·2 years agoThat is what it means. Any detail in the waveform that is not captured by a 48kHz sample rate is due to frequencies that humans can’t hear.
puttputt@beehaw.orgto Linux@lemmy.ml•Best practices for navigating file structure via terminal?7·2 years agocd
without arguments takes you to$HOME
, so it’s the same ascd ~
I should really just buy a cable for my xbox 360 controllers
If you’re talking about the official wireless xbox 360 controller, I believe the cable is only used for power, not data.
puttputt@beehaw.orgto Linux@lemmy.ml•When I shutdown my computer last night, it gave me this error message. It seems to be working fine but should I be considered?4·2 years agoYou have a typo: It should be
x86_64
, notx86-64
The attached image says “(see more with ‘–help’)”. And, in fact (I just tried it), the output of
--help
contains a lot more detail.Edit: for more information,
fd
uses the command line argument parser libraryclap
, which has bothhelp
andlong_help
properties for arguments, which are displayed for-h
and--help
, respectively.