PowerShell v7.5.5 Release Notes | GitHub
https://github.com/PowerShell/PowerShell/releases/tag/v7.5.5
PowerShell v7.5.5 Release Notes | GitHub
https://github.com/PowerShell/PowerShell/releases/tag/v7.5.5
Stuck SSH session? Don't kill your terminal. Press Enter, type ~. and it closes instantly. Learn all 10 SSH escape sequences most Linux users never discover.
More details here: https://ostechnix.com/ssh-escape-sequences-beginners-guide/
#SSH #SecureShell #SSHTips #OpenSSH #Linux #TerminalHacks #SysAdmin #Commandline
New project: mosscap. I needed a small tool to automate certain shell tasks with a simple easy to use configuration system. I didn't find one that suited me, so I made my own.
Miss so turns out to be pretty, powerful and flexible. You can parallelize tasks, have comprehensive logging, interactive abort between actions etc.
Try it out: https://codeberg.org/scip/mosscap
From frustration to fascination!
Maykin Warasart turned a rocky start with #Linux into something he cherishes. Mastering the command line helped him grow at #IBM, mentor students, and become an LPI Approved Trainer.
Dive into his journey to see how curiosity opens doors in #IT: https://lpi.org/4by5
#Linux #opensource #LPI #FOSS #CommandLine #cybersecurity #ITeducation
Performant Data Reductions with #Perl
Video of a talk I delivered remotely at the London Perl and #Raku Workshop in 2024
#commandline #datascience #openmp
https://www.youtube.com/watch?v=u_CkgLTeR4g
What is your favorite terminal emulator application on Windows 11?
Hi folks! 👋 I've write some little bash script 👉 https://codeberg.org/xolatgames/apt-download
You can use it for downloading apt packages, for offline installation them later.
P.S: Works only on Debian and Ubuntu based Linux distributions 🐧
P.S.S: Tested! Works very nice 👍
Have a nice day! 😉✌️😜
#linux #bash #sh #apt #shell #debian #ubuntu #cli #script #devuan #download #offline #codeberg #commandline
@fbfortune Great tip!
In #ksh / #ksh93, you can just type ‘r + Enter’ and it also immediately pulls up the last command and runs it. It’s an alias for ‘hist - s’ or ‘fc -s’
In #bash or #zsh, if ‘!! + Enter’ is only expanding the previous command but not executing, it’s because histverify is on. To turn it off, add this to your ~/.bashrc:
shopt -u histverify
——————
shopt = shell options command
-u = unset
#FreeBSD #OpenBSD #NetBSD #UNIX #Linux #Shell #Terminal #CLI #Commandline
Hi there! I'm ketmorco, a refugee from mastodon.technology! I'm a firm believer that all life is valuable, and humans all deserve to be happy, healthy, and safe! I used to love technology in its entirety, but I have seen how it gets misused. Most of what we need to be productive and happy already exists!
Follow me if you like:
#equality
#technology
#python
#commandline
#opensource
#bicycle/#motorcycle
#typewriters
#writing
#drawing
#art
#photography
#comedy
#cooking
#food
#gopher
#fediverse
I have made a web tool that can import Mastodon lists into a different instance. Hopefully this will be added into the actual app, but it was faster to make an external tool.
https://www.eliotlash.com/masto-list-importer/
A #CommandLine tool is also available if you click through to the GitHub Page.
#MastoDev #MastoMeta #MastoMigration #MastodonMigration #OpenSource
It’s episode 10 (the 11th episode, because we started at 0) of our #Podcast @RuntimeArguments. Today we’re talking about super powers: combining tools that already exist instead of writing whole new programs from scratch — by using the command line. And we’re asking for feedback: what’s a good length for an episode. Get it wherever you get your podcasts. The title of this episode is "Command-Line Superpowers: Connecting Simple Tools for Complex Solutions". Give it a listen and tell us what you think!
Have I been pronouncing sudo wrong the entire time or is it the children* who are wrong?
* this Linux course I'm following.