Skip to Content Skip to Navigation
Login

Profile image for nixCraft 🐧 nixCraft 🐧 @nixCraft@mastodon.social

Enjoy , , & like systems? software & ? Enjoy & work? Follow us to make the most of your geeky IT career.

This is a member of another server. See their original profile βž”

Monday be like ...

well that escalated quickly tapas.io/episode/2080763

Edited 7d ago

Microsoft released copilot in Excel, and it is officially caught up with Google on the AI race.

Fantastic to watch.

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

Edited 8d ago

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 , /*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?

Edited 40d ago

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 or ? 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

futurecoder.io/