Best of MacAugust 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·4y

    Full Docker Course [FREE]

    The course is a mix of animated theoretic explanations and hands-on demo’s to follow along. You will have a deep understanding of the concepts and a great overall big picture of how Docker is used in the whole software development process. It's a handy way to quickly look something up or refresh your knowledge at work.

  2. 2
    Article
    Avatar of dzDZone·4y

    7 Great Terminal/CLI Tools Not Everyone Knows

    Exa is a modern replacement for the venerable file-listing command-line program ls that ships with Unix and Linux operating systems. It uses colors to distinguish file types and metadata. It knows about symlinks, extended attributes, and Git. The video gives a short overview of how to use the tools mentioned above work.

  3. 3
    Article
    Avatar of pointerPointer·4y

    coder/coder: Remote development environments on your infrastructure provisioned with Terraform

    Coder Coder creates remote development machines so your team can develop from anywhere. The easiest way to install Coder is to use our install script for Linux and macOS. The embedded database is great for trying out Coder with small deployments, but do consider using an external database for increased assurance and control.

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

    What is the Difference Between macOS and Linux?

    Linux is not an operating system but needs different components like desktop environments. There are plenty of differences between the two UNIX-like operating systems. Both give access to Unix commands, bash/zsh, and other shells. If you want to personalize, take control of the operating system’s nuts and bolts, Linux should be the perfect pick. The out-of-the-box experience with Linux is inconsistent.

  5. 5
    Article
    Avatar of geekflareGeekflare·4y

    12 Best Frameworks and Toolkits to Build Desktop Applications

    Tauri 1.0 uses the Rust programming language, which has become rapidly popular as a language for building next-generation applications. Tauri has a dedicated team that works on security patches regularly to make the platform capable of resisting sophisticated cyber threats.

  6. 6
    Article
    Avatar of systemweaknessSystem Weakness·4y

    Creating a Web Scanner With Python

    To make a web scanner, we have to make a broadcast request. This broadcast request is for finding the mac addres that we want to find from this ip. This basically searcher the ip’s to find the specific mac address.

  7. 7
    Article
    Avatar of hnHacker News·4y

    Use TouchID to Authenticate sudo on macOS

    Use TouchID to Authenticate sudo on macOS Your TouchID equipped Mac can easily be configured to use your fingerprint to approve sudo commands. If you also have your Apple Watch set to unlock your Mac, you will also be able to approve commands by double-clicking the side button on the watch.

  8. 8
    Article
    Avatar of hnHacker News·4y

    ravynOS – Finesse of macOS. Freedom of FreeBSD.

    We're building familiar apps native to ravynOS, packaged as portable.app bundles and built with our core technologies of Cocoa, Qt, and Mach. These are guaranteed to work and fit seamlessly into your desktop. Many Linux applications that support Wayland are expected to work with the Linux emulation layer.

  9. 9
    Article
    Avatar of ossOpen Source Way·4y

    5 note-taking apps for Linux

    Joplin is available on Linux, Windows, macOS, Android, and iOS. Trillium is a hierarchical note-taking application with a focus on knowledge building bases. Trilium is available as a desktop application for Linux and Windows, as well as a web application that you can host on your own Linux server.

  10. 10
    Article
    Avatar of communityCommunity Picks·4y

    📦 Bundle Node.js into single executable binary

    Node.js often loses out to other runtimes/languages in cases where being able to package a single, executable application simplifies distribution and management of what needs to be delivered. Bundling is the concept of merging the code, and all its dependencies into a single file. This is commonly seen for frontend development.

  11. 11
    Article
    Avatar of logrocketLogRocket·4y

    The state of Rust GUI libraries

    Rust has been growing in popularity over time, likely due to its flexibility and vibrant open source community. You can use many packages and crates to develop fast, complex GUI applications in Rust. We’ll also compare these GUI libraries and discuss how they’re a good choice for building your GUI application.