• 0 Posts
  • 292 Comments
Joined 2 years ago
cake
Cake day: August 7th, 2023

help-circle













  • Personally I don’t see anything wrong with that at all. Commenting even if you don’t have a vagina is absolutely not the same as speaking for everyone that does have one. In fact I haven’t found a single comment that speaks for anyone but themselves.

    If it’s absolutely critical that only people with a vagina comments, OP should probably have put the question on a gendered ask community instead of the main one.

    Some people just like to engage in the conversation about something they think is interesting even if it wasn’t explicitly asked for. It’s also interesting to compare delta-TP between genders.

    Telling people to die seems a bit extreme for such a non issue.




  • lud@lemm.eetoAsklemmy@lemmy.mlWhat's a handy terminal command you use often?
    link
    fedilink
    arrow-up
    21
    arrow-down
    1
    ·
    edit-2
    6 months ago

    As primarily a Windows admin (Yes, we exist on Lemmy ;) ) here are few I use often.

    • Enter-PSSesion
    • Get-ADUser (also group and computer)
    • CLS (aka the superior clear)
    • ii . (short for Invoke-Item . which runs the selected object using the default method. For paths (like .) the default is explorer, so ii . opens the current directory using explorer.)
    • ft (short for Format-Table formats piped input as a table.)
    • fl (short for format-like. Used like ft but for lists.)
    • Where-Object
    • Select-Object