Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View kurtabersold's full-sized avatar
🏠
Working from home

Kurt Abersold kurtabersold

🏠
Working from home
View GitHub Profile
@joe714
joe714 / cura-end.gcode
Created June 12, 2022 18:40
Kobra Max Gcode
M104 S0
M140 S0
;Retract the filament
G92 E1
G1 E-1 F300
G91 ; Relative Mode
G0 F100 Z3 ; Move Z up
G90 ; Absolute Mode
G0 F1000 X20 Y399 ; Bring bed forward
M18 ; Disable Steppers
@Nihisil
Nihisil / jail.local
Last active September 5, 2023 06:20
Send notifications to the Slack from fail2ban
...
action_with_slack_notification = %(banaction)s[name=%(__name__)s, port="%(port)$
slack[name=%(__name__)s]
action = %(action_with_slack_notification)s
...

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name: