Boot fedora non-graphically
Edit grub entry Add systemd.unit=multi-user.target From here
Edit grub entry Add systemd.unit=multi-user.target From here
Contains various helper functions including crux-duplicate-and-comment-current-line-or-region for when you want to rework a line of code but keep the original. I’ve added these shortcuts: ;; crux (global-set-key (kbd “C-c I”) #’crux-find-user-init-file) (global-set-key (kbd “C-c r”) #’crux-rename-file-and-buffer) (global-set-key (kbd “C-c d”) #’crux-duplicate-current-line-or-region) (global-set-key (kbd “C-c M-d”) #’crux-duplicate-and-comment-current-line-or-region) (global-set-key (kbd “C-c n”) #’crux-cleanup-buffer-or-region)
https://add0n.com/proxy-switcher.html
PICO-8 is a fantasy console for making, sharing and playing tiny games and other computer programs. When you turn it on, the machine greets you with a shell for typing in Lua commands and provides simple built-in tools for creating your own cartridges.
yafolding I like to bind double-Y to show/hide a fold with chord-mode: (key-chord-define-global “YY” ‘yafolding-toggle-element)
Put this in ~/.emacs ;; mouse activate window – eg for neotree (setq focus-follows-mouse t) (setq mouse-autoselect-window t)
https://gist.github.com/jamespo/03634cc9307670ed637d1e9a55da8b07 using sanic
Say in procmail you want a rule that puts subjects like: “Sale Alert: Howies” (or anything other than Howies) in your inbox but not “Sale Alert: Banana Republic” You can do this with a negative lookahead assertion like so: :0: * ^Subject: (You have sale alerts|Sale Alert):? *(?!Banana) $DEFAULT
Package from the COPR didn’t work for me due to outdated dependencies, so I’ve modified the SPEC file it’s based on. To create RPM: Download SPEC file (above) Follow “Preparing your system to create RPM packages” Download pipenv-11.1.3.tar.gz Run fedpkg –release f27 local Note: I’ve only created python 3 package.
For some reason JBoss disables web logs by default, you probably want to enable them: JBoss 6 JBoss 7