- Copy
snazzy.themeto~/.local/share/xfce4/terminal/colorschemes/. - Preferences -> Colors -> Presets -> Snazzy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #EXTM3U | |
| #EXTVLCOPT:network-caching=100 | |
| http://s10.voscast.com:9878/;stream.mp3 | |
| #EXTVLCOPT:network-caching=100 | |
| http://streaming.radionomy.com/NeoIndieRock | |
| #EXTINFO:KEXP | |
| http://live-aacplus-64.kexp.org/kexp64.aac?type=.flv | |
| http://somafm.com/seventies130.pls | |
| http://somafm.com/beatblender130.pls |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This file has been auto-generated by i3-config-wizard(1). | |
| # It will not be overwritten, so edit it as you like. | |
| # | |
| # Should you change your keyboard layout some time, delete | |
| # this file and re-run i3-config-wizard(1). | |
| # | |
| # i3 config file (v4) | |
| # | |
| # Please see http://i3wm.org/docs/userguide.html for a complete reference! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| __schema { | |
| types { | |
| name | |
| kind | |
| fields { | |
| name | |
| type {name, kind, ofType {name, kind} } | |
| } | |
| } |
I hereby claim:
- I am antouank on github.
- I am antouank (https://keybase.io/antouank) on keybase.
- I have a public key ASCwpncTHeSmnqjScFNlrfLhJt1QyS6_0jvwIGJSQJZLhgo
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/zsh | |
| docker stop sinopia ; | |
| echo 'backing up...' ; | |
| docker run --volumes-from sinopia -v $(pwd):/backup node:slim tar cvf /backup/opt_sinopia.tar /opt/sinopia ; | |
| cp opt_sinopia.tar backup.$(date +%Y.%m.%d_%H.%M).tar ; | |
| echo "backup: $(ls -la)" ; | |
| docker rm sinopia ; | |
| echo 'starting new instance...' ; | |
| docker run --name sinopia -d -p 11873:4873 keyvanfatehi/sinopia:latest ; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| while [ true ] | |
| do | |
| curl http://ip-api.com/json/\?fields\=46609 -s -o ~/ip_info ; | |
| sleep 2 ; | |
| done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://wiki.archlinux.org/index.php/OpenVPN#systemd_service_configuration | |
| move file as instructed | |
| rename to .conf | |
| use systemctl to enable | |
| done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| conky.config = { | |
| alignment = 'top_left', | |
| background = false, | |
| border_width = 1, | |
| cpu_avg_samples = 2, | |
| color0 = '858c97', | |
| color1 = '5294e2', | |
| color2 = '2b2e39', | |
| color3 = 'bababa', | |
| default_color = 'white', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| conky.config = { | |
| alignment = 'top_middle', | |
| background = false, | |
| border_width = 1, | |
| cpu_avg_samples = 2, | |
| color0 = '858c97', | |
| color1 = '5294e2', | |
| color2 = '2b2e39', | |
| color3 = 'bababa', | |
| default_color = 'white', |
