TST : X
View TST : Sid and Siduction Installation.md
TST : Sid and Siduction Installation
- TST : Sid and Siduction Installation
- siduction iso at DuckDuckGo
- Siduction Forum - Download/Mirrors
- Siduction Forum - Index
- Siduction News (EN)
- Freeze for Debian 10 started
- Linux Hardware Reviews, Open-Source Benchmarks & Linux Performance - Phoronix
- [Genode To Focus On Making Sculpt OS Relevant & A
- Linux Hardware Reviews, Open-Source Benchmarks & Linux Performance - Phoronix
- Freeze for Debian 10 started
- Siduction News (EN)
- siduction iso at DuckDuckGo
View dl_ff_nightly.compact.sh
#!/bin/bash | |
set -e | |
set -x | |
# firefox version | |
FFVER=57 | |
STRIPDASHES=1 | |
MAKEDEFAULT=1 | |
while getopts b:d:s:v: OPTION | |
do |
View dl_ff_nightly.sh
#!/bin/bash | |
set -e | |
set -x | |
usage() | |
{ | |
cat << EOF | |
dl_ff_nightly - download and install a firefox nightly version |
View gottabeme-helm-find-files.el
(defun ap/helm-find-files () | |
;; from gottabeme https://www.reddit.com/r/emacs/comments/6ogkp3/how_to_add_more_source_to_helmfindfiles_or/ | |
;; https://stackoverflow.com/questions/11403862/how-to-have-emacs-helm-list-offer-files-in-current-directory-as-options | |
(interactive) | |
;; From helm-buffers-list in helm-buffers.el This wasn't necessary | |
;; until I updated helm...then suddenly helm-source-buffers-list | |
;; stopped working. And this is why I am reluctant to update | |
;; things. SIGH. | |
(unless helm-source-buffers-list |
View Devblog.adoc
2017-06-18
More emacs tips
Can I use org-mode to structure my .emacs or other .el configuration file?
Whats the best way to package my Emacs installation (packages and config) so that it can quickly be installed anywhere?
2017-06-17
Systemd Running Services As A User
NewerOlder