Best of LinuxOctober 2022

  1. 1
    Article
    Avatar of devtoDEV·4y

    From Zero to DevOps Engineer - DevOps Roadmap for YOUR specific background 🔥

    A part of DevOps skillset is to create a process of handling discovered issues in production instead of having a panic mode.

  2. 2
    Article
    Avatar of omgubomg! ubuntu!·4y

    Ubuntu’s New Terminal Ad is Angering Users

    Ubuntu's New Terminal Ad is an ‘ad’ for Ubuntu Pro, Canonical’s revamped support offering that replaces/augments Ubuntu Advantage that appears in the terminal when managing system updates. Canonical has form for inserting stuff people have no interest in, in their wares.

  3. 3
    Article
    Avatar of omgubomg! ubuntu!·4y

    Linux Kernel 6.0 Released, This is What’s New

    Linux 6.0 kickstarts the 6.x series in fine form, bringing an assortment of performance improvements, new hardware support, security fixes, and the usual grab-bag of file-system tweaks to the fore.

  4. 4
    Article
    Avatar of thnThe Hacker News·4y

    New Chinese Malware Attack Framework Targets Windows, macOS, and Linux Systems

    New Chinese Malware Attack Framework Targets Windows, macOS, and Linux Systems A previously undocumented command-and-control (C2) framework dubbed Alchimist is likely being used in the wild to target Windows, MacOSX and Linux systems.

  5. 5
    Article
    Avatar of itsfossIt's Foss·4y

    Better than Ubuntu? 11 Best Linux Distros for Ubuntu Lovers

    Zorin OS is yet another Ubuntu-based distro that gives you a polished experience. Voyager is a Xubuntu-based Linux distro featuring GNOME and Xfce in its latest 22.04 LTS explorer edition. Voyager comes with a customized look for an old, classy Linux experience. The distribution provides user choice from the get-go.

  6. 6
    Article
    Avatar of logrocketLogRocket·3y

    Building a TypeScript CLI with Node.js and Commander

    The command line has thousands of tools, such as awk, sed, grep, and find available at your disposal. Pairing Node.js with TypeScript helps you catch bugs early during the development process so that you can ship CLIs that are more reliable and have fewer bugs. In this tutorial, we will talk about Next, run the following command: npm install commander figlet Commander.js and Figlet.js.

  7. 7
    Article
    Avatar of systemweaknessSystem Weakness·4y

    Bandit (Level 1 — 10) Master Linux while Chilling

    The task is to find the next level user’s password andssh back into the box as the new user every time. The problem is we can’t cat a file named - because it is not seen as a file by the system. In linux, hidden files or directories have a period.

  8. 8
    Article
    Avatar of theregisterThe Register·4y

    Linus Torvalds’s faulty RAM slows kernel development

    Linus Torvalds’s faulty RAM slows kernel development. He blames a dodgy DIMM in his AMD Threadripper-powered PC and the vagaries of the memory market. The Linux boss's first thought was that a new kernel bug had caused the problem – which isn't good but sometimes happens.

  9. 9
    Article
    Avatar of itsfossIt's Foss·4y

    Watch Netflix in Full HD on Firefox Browser

    Netflix streaming services like Netflix do not stream full HD content in the Firefox browser. Netflix plays full HD on Edge in Windows but not in Linux or other operating systems.

  10. 10
    Article
    Avatar of logrocketLogRocket·3y

    Rust microservices in server-side WebAssembly

    The Rust programming language has gained mainstream adoption in the past several years. Rust programs are compiled into native machine code, which is not portable and is unsafe in multi-tenancy cloud environments.

  11. 11
    Article
    Avatar of theregisterThe Register·4y

    Google reveals another experimental operating system: KataOS

    KataOS will be "a provably secure platform that's optimized for embedded devices that run ML applications" The OS is being developed on the Arm64 instruction set, but the plan is to run it on openTitan, which uses RISC-V. As seL4 is implemented mainly in C, the project

  12. 12
    Article
    Avatar of theregisterThe Register·4y

    Linus Torvalds to Linux devs: stop pulling all-nighters

    Linus Torvalds has released the first release candidate for version 6.1 of the Linux kernel. The Register Linux kernel boss also revealed that his faulty memory misadventure had a sequel of sorts. He added that the arrival of Rust in the kernel will be a modest debut.

  13. 13
    Article
    Avatar of systemweaknessSystem Weakness·3y

    MySQL Packet Injection

    I recommend to everyone this tool the best for network attacks. It gives many errors with issues of versions and Python libraries, the creators recommend using Python 3.7.7.

  14. 14
    Article
    Avatar of linuxhandbookLinux Handbook·4y

    Pretty Print JSON in Linux Command Line

    The jq is a command-line JSON processor that allows users to modify JSON files in various ways. It requires to be installed first. If you're on a Debian-based distro, you can use this command: sudo apt install jq.

  15. 15
    Article
    Avatar of theregisterThe Register·3y

    Lash#Cat9: A radical new Linux UI for keyboard warriors

    Cat9 works on top of a display server called Arcan, as part of the Durden desktop environment. It can display images on the command line, akin to printimage from Redbean, APE and Cosmopolitan libc. If Cat9 can get the command-line fans enthused and involved, we'll be delighted.

  16. 16
    Article
    Avatar of itsfossIt's Foss·4y

    How to Contribute to Open Source in Hacktoberfest 2022 [Ultimate Guide]

    Hacktoberfest is one such event from DigitalOcean that encourages you to contribute back to your favorite open-source projects. In exchange for your contributions, you either get a gift from Digital Ocean, or you can choose to plant a tree instead. You can also help spread the word, and share the project with the world to improve its social presence.

  17. 17
    Article
    Avatar of itnextITNEXT·4y

    Hacking the GNOME Shell — Create Extensions

    Hacking the GNOME Shell is not a typical coding experience, it is often necessary to inject your own code onto the Shell itself. Follow the official guide and you’ll have a working GSE with around 50 lines of code. The hack follows the same first step for making extensions.

  18. 18
    Article
    Avatar of infosecwriteupsInfoSec Write-ups·4y

    SSH: Introduction, How to Secure and Working

    SSH is an acronym for Secure Shell. It is a protocol that allows two machines to communicate securely on a network. It means whenever two machines are connected, the data exchange between them happens with encryption. The information which is to be used is encrypted and by encryption it means that the actual data is converted into some cipher.

  19. 19
    Article
    Avatar of itsfossIt's Foss·4y

    13 Independent Linux Distros That are Built From Scratch

    Gentoo Linux Gentoo is an independently developed distribution aimed mainly at system experts. Solus Linux is one of the few independent Linux distributions that new Linux users can use. Mylivecd script allows the user to take a ‘snapshot’ of their current hard drive installation and compress it into an ISO CD/DVD/USB image.

  20. 20
    Article
    Avatar of omgubomg! ubuntu!·4y

    Vivaldi Web Browser Continues Adding Every Feature, Ever

    Vivaldi’s Tasks panel lets you create and manage a basic To-Do list. Tasks without due dates are listed in the ‘agenda’ view, instead.

  21. 21
    Article
    Avatar of nodejsNode.js·3y

    Node v18.12.0 (LTS)

    node-v18.12.0.tar now moves into "Active LTS" and will remain so until October 2023. After that time, it will move into "Maintenance" until end of life in April 2025. It will be available to all node users in the U.S. and in the UK and U.N. for the next two years. The U.C. and the UK for the last two years of this year. For more information, please visit www.

  22. 22
    Article
    Avatar of dockerDocker·3y

    Introducing the Docker+Wasm Technical Preview

    Wasm is quickly spreading beyond the browser thanks to the WebAssembly System Interface (WASI) Companies like Vercel, Fastly, Shopify, and Cloudflare =wasi/wasm32 michaelirwin244/Wasm-example. We can get the “Hello world” message by either opening to http://localhost:8080 or using curl. And our response will give us a Hello world.