Skip to content

Instantly share code, notes, and snippets.

View oscarenzo's full-sized avatar
🤙
Working from home

Enzo Arroyo oscarenzo

🤙
Working from home
View GitHub Profile
@cyrille-leclerc
cyrille-leclerc / 0-commands.md
Last active January 26, 2024 17:53
CloudBees Jenkins Master CLI Commands

CREATE GROUP

java -jar jenkins-cli.jar ... help create-group
java -jar jenkins-cli.jar create-group CONTAINER GROUP
Creates a groups
 CONTAINER : root | path/to/job-or-folder | path/to/folder/view-name |
             slave-name
stream {
log_format basic '$remote_addr [$time_local] '
'$protocol $status $bytes_sent $bytes_received '
'$session_time';
access_log /var/log/nginx/access.log basic;
error_log /var/log/nginx/error.log debug;
include /etc/nginx/stream.conf.d/*.conf;
@Integralist
Integralist / .muttrc
Last active April 12, 2024 19:26
Mutt configuration and usage
# http://www.mutt.org/doc/manual/
# decrypt passwords
source "gpg -d ~/.mutt/passwords.gpg |"
# Change the following six lines to match your Gmail account details
set imap_user = "[email protected]"
set smtp_url = "smtp://[email protected]@smtp.gmail.com:587/"
set smtp_authenticators = "gssapi:login"
set from = "[email protected]"