Monday be like ...
nixCraft π§
@nixCraft@mastodon.social
Enjoy #Linux, #macOS, #FreeBSD & #Unix like systems? #Opensource software & #programming? Enjoy #Sysadmin & #DevOps work? Follow us to make the most of your geeky IT career.
This is a member of another server. See their original profile β
well that escalated quickly tapas.io/episode/2080763
Microsoft released copilot in Excel, and it is officially caught up with Google on the AI race.
Fantastic to watch.
#Linux users investigate a new Linux distro and desktop
Do you know how to use Regex? π Also see our: Regular expressions in grep ( regex ) with examples www.cyberciti.biz/faq/grep-reg
This kingdom is doomed for sure ;) Or it will furnish for sure. IDK. You tell me.
The twelve stages of IT folk's burnout. Stay safe. Get help. Need help figuring out where to start? Ask your GP.
Good god. π π
Suddenly my back hurts www.instagram.com/p/Ck9kV_5OaM
which one are you?
it is all over for me now
Do you want to remove all but one specific file when using Bash under #Linux, #macOS/*BS or Unix? For example, delete all except demo.txt:
rm -v !(demo.txt)
Please note that wildcard is supported too. See www.cyberciti.biz/faq/linux-ba for more info.
me_irl
There was a time when compilers didn't collect data from devs and end users. Google's Go lang may add telemetry that's on by default. We already know many IDEs come with telemetry. What next? Go adding telemetry to binaries built with it? www.theregister.com/2023/02/10 What do you think?
saw this one on Reddit. i am gonna try this next time they ask. lol
Google CEO Says Its ChatGPT Rival Coming Soon as a βCompanionβ to Search www.bloomberg.com/news/article
Is the script running as root under #Linux or #Unix? Here is how to check:
[ "$(id -u)" != "0" ] && { echo 'must run as root'; exit 1; }
For EUID method and examples see www.cyberciti.biz/tips/shell-r for more info.
A 100% free and interactive Python course for coding beginners