nixCraft 🐧

nixCraft 🐧's avatar
nixCraft 🐧
npub1esme...xjlr
Enjoy Linux & Unix-like systems, open-source software, and programming? Into Sysadmin & DevOps? Follow us to make the most of your IT career! Discover new tools, IT news, and apps daily, plus a dose of humor.
`netstat` on Unix, macOS, and BSD (now replaced by `ss` on Linux) is a standard command for viewing and debugging network connections. There is a newer, more modern tool called snitch, written in Go lang, designed to inspect network connections on Linux and Unix with a cleaner and easy to use TUI. Repo
Microsoft is using AI to replace all their C/C++ code with Rust by 2030. Is that actually possible? What could go wrong? Microsoft’s strategy relies on a new "North Star" metric: 1 engineer, 1 month, 1 million lines of code. 😱 Rust is good, but this approach seems incredibly difficult. Given the risk of AI hallucinations, aiming for a million lines of code per developer feels like an 'Apollo-program' level of difficulty and an excessive task 😱 image
Windows User: My computer froze again. I have to restart it for the third time today Linux User: That’s rough. My system has been running for 3 years straight without a single crash Windows User: Wow! What have you been doing with all that uptime? Linux User: Trying to get my usb ink printer to work πŸ˜…
Here is a small pro tip: To find whether a file is a text file, executable, or some other type of file, use the `file` command on your Linux, macOS, FreeBSD (or any *BSD), Unix, or Unix-like systems: ``` file /bin/ls file /etc/passwd file /dev/null file some.png ``` See inside a compressed file and determine the file type inside: ``` file -z file.zip ``` Find the MIME encoding type of a file: ``` file foo.jpg ```
The search giant Google claims SerpApi is running an "unlawful" operation by using hundreds of millions of fake requests to bypass security and scrape search results at scale and selling that data to OTHER AI companies for profit. πŸ˜…πŸ€£ Biggest web scraping/LLM company in the world is suing a web scraping company for web scraping its content obtained illegally without paying for it. isn’t that something? It is not like that Google does something like that.. oh wait a sec..
By age 40, a Linux user stops trying to install Arch on a toaster just to prove they can. They finally settle on Debian Stable or Mint because they realize they no longer have the "mental bandwidth" to spend 6 hours configuring stuff or fix broken systems just to check their email or watch Netflix. 😊