brew services start colima. You can skip the following work-around.
- Create an executable script to run in foreground and manage colima:
cat <<-EOF | sudo tee /usr/local/bin/colima-start-fg
#!/bin/bash| FROM php:8.3-bookworm | |
| RUN apt update -q && apt upgrade -y \ | |
| && apt-get install -y build-essential git libnode-dev | |
| RUN cp -s /usr/lib/`uname -m`-linux-gnu/libv8* /usr/local/lib/ \ | |
| && cp -rs /usr/include/node/* /usr/local/include/ | |
| # TODO: Use PECL |
brew services start colima. You can skip the following work-around.
cat <<-EOF | sudo tee /usr/local/bin/colima-start-fg
#!/bin/bashYou can use these commands and rules to search for exploitation attempts against log4j RCE vulnerability CVE-2021-44228
This command searches for exploitation attempts in uncompressed files in folder /var/log and all sub folders
sudo egrep -I -i -r '\$(\{|%7B)jndi:(ldap[s]?|rmi|dns|nis|iiop|corba|nds|http):/[^\n]+' /var/log| // Generate Margin and Padding helpers similar to Tailwind CSS | |
| // https://tailwindcss.com/docs/margin/ | |
| // https://tailwindcss.com/docs/padding/ | |
| // generated output CSS : https://gist.github.com/geongeorge/0135b0d5063ca1184c42fba70eeaae58 | |
| $spaceamounts: ((0,0), (1,0.25),(2,0.5), (3,0.75), (4,1), (5,1.25), (6,1.5), (8,2), (10,2.5), (12,3), (16,4), (20,5), (24,6), (32,8), (40,10), (48,12), (56,14), (64,16)); | |
| $sides: (top, bottom, left, right); |
You can use this diagram as a template to create your own git branching diagrams. Here's how:
https://gist.githubusercontent.com/bryanbraun/8c93e154a93a08794291df1fcdce6918/raw/bf563eb36c3623bb9e7e1faae349c5da802f9fed/template-data.xml| #include <stdint.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| // munged from https://github.com/simontime/Resead | |
| namespace sead | |
| { | |
| class Random | |
| { |
| /* | |
| <https://stackoverflow.com/questions/40296831/is-it-possible-to-force-a-copy-of-a-protected-google-doc> | |
| NOTE - 2021-05-24 | |
| ----------------- | |
| The script below isn't the fastest way to copy-and-paste from a protected | |
| Google Doc. Before trying it, I'd suggest following MikoFrosty's advice from | |
| the comments: |
| key_bindings: | |
| - { key: V, mods: Command, action: Paste } | |
| - { key: C, mods: Command, action: Copy } | |
| - { key: Q, mods: Command, action: Quit } | |
| - { key: W, mods: Command, action: Quit } | |
| - { key: Home, chars: "\x1bOH", mode: AppCursor } | |
| - { key: Home, chars: "\x1b[H", mode: ~AppCursor } | |
| - { key: End, chars: "\x1bOF", mode: AppCursor } | |
| - { key: End, chars: "\x1b[F", mode: ~AppCursor } | |
| - { key: Key0, mods: Command, action: ResetFontSize } |