This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| set -u | |
| # Thanks theNetworkChuck! https://github.com/theNetworkChuck/axios-attack-guide/blob/main/check.sh | |
| # ============================================================================ | |
| # Machine-wide axios compromise scanner for macOS/Linux | |
| # ---------------------------------------------------------------------------- | |
| # Purpose: | |
| # Expand the original current-directory-focused check into a broader, | |
| # read-only scan across common development roots on disk. | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # flake.nix | |
| { | |
| inputs = { | |
| flake-utils.url = "github:numtide/flake-utils"; | |
| nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; | |
| }; | |
| outputs = { self, nixpkgs, flake-utils }: | |
| flake-utils.lib.eachDefaultSystem (system: | |
| let |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # flake.nix | |
| { | |
| inputs = { | |
| flake-utils.url = "github:numtide/flake-utils"; | |
| nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; | |
| /*poetry2nix = { | |
| url = "github:nix-community/poetry2nix"; | |
| inputs.nixpkgs.follows = "nixpkgs"; | |
| };*/ | |
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Greetings, James! I'm a bit of a lost cause currently and I'm hoping you could help point me in the right direction. | |
| Few years ago, I went through all the fundamentals on C# on various tutorials after deciding for C# & Microsoft to be my language & platform of choice. | |
| Yesterday I finished a Diploma of IT in Advanced Programming. Due to my past experience working in IT across information systems (not DevOps), I was able to get into the Diploma and secure a satisfactory pass. However, the teachers are completely unhappy with my knowledge / current ability across fundamentals. Is this something that just comes with experience? Also, is there a course, or a book, or similar that you could recommend for someone with this issue/weakness? |