andrew
|
df1bbb2a41
|
new dynv6 script, along with minor updates to public ip scripts.
heavily based on https://gist.github.com/corny/7a07f5ac901844bd20c9
|
2023-09-20 13:30:22 -04:00 |
|
andrew
|
caa95e64d8
|
added pythond to core install, added note in setting about ssh-ident
|
2023-09-13 13:57:56 +00:00 |
|
andrew
|
2021e1f247
|
added ssh-ident, and setting to symlink as ssh, for git, rsync, etc.
see: https://github.com/ccontavalli/ssh-ident
|
2023-09-13 09:47:13 -04:00 |
|
andrew
|
eebc94cccc
|
Merge commit '64ef4356dd88256ccc5c0bb23e09a07348a8d553' as 'ccontavalli-ssh-ident'
|
2023-09-13 09:31:58 -04:00 |
|
andrew
|
64ef4356dd
|
Squashed 'ccontavalli-ssh-ident/' content from commit 66a0010
git-subtree-dir: ccontavalli-ssh-ident
git-subtree-split: 66a00104057411d85592411455261284d08bb065
|
2023-09-13 09:31:58 -04:00 |
|
andrew
|
98e6447899
|
discord*.sh will now break chunks at nearest newline, when input is large.
|
2023-09-13 13:00:59 +00:00 |
|
andrew
|
c3a27071de
|
bash subshell was preventing from detecting if extra backups were pruned.
see https://mywiki.wooledge.org/BashFAQ/024 for more info.
|
2023-09-07 14:44:43 +00:00 |
|
andrew
|
e677c4115b
|
prune-old-backups rewritten to work with optional command line args, and to work with files or folders.
|
2023-09-07 09:20:42 +00:00 |
|
andrew
|
b528568876
|
install to use pip certbot, instead of apt.
migrating to discord using block style.
|
2023-09-06 17:50:43 +00:00 |
|
andrew
|
807f5cdab7
|
yarn and http-server node packages are quite useful.
|
2023-09-05 14:01:08 +00:00 |
|
andrew
|
136294836a
|
discord-if-distinct now supports colors and paging.
new "block" option to force block display even if no color.
|
2023-09-01 18:16:02 +00:00 |
|
andrew
|
c2b936fb7e
|
fix newline bug in all-crons script.
|
2023-09-01 14:09:55 +00:00 |
|
andrew
|
9028f6d3c0
|
removed deprecated sshd config option, added setting for git cred caching.
|
2023-08-24 19:02:10 +00:00 |
|
andrew
|
41dbd31664
|
Addendum, $HISTFILE is not accessible within settings script.
|
2023-08-23 16:37:42 +00:00 |
|
andrew
|
bafde3b7b0
|
new git history setting, and update to vim to include defaults
|
2023-08-23 16:26:07 +00:00 |
|
andrew
|
bd1df30840
|
discord to auto-split large messages.
|
2023-08-15 21:21:08 +00:00 |
|
andrew
|
b21bdc9e59
|
added color support to discord notifications.
|
2023-08-15 20:10:59 +00:00 |
|
andrew
|
7b5f848e5f
|
added inotify-tools to core utils, removed prompt for nginx source change.
|
2023-08-15 16:33:48 +00:00 |
|
andrew
|
feb3a07edc
|
example nginx configs updated to 404 all git folder access.
|
2023-08-11 17:33:21 +00:00 |
|
andrew
|
80918eb50a
|
added setting for making "main" default git branch
|
2023-08-06 20:36:55 +00:00 |
|
andrew
|
61aab7d970
|
git config pager added
|
2023-08-04 13:00:39 +00:00 |
|
andrew
|
d50c67865f
|
set less to use 4 spaces when rendering tabs, so git diff matches vim config.
|
2023-08-02 01:21:41 +00:00 |
|
andrew
|
34845817af
|
use servername instead of hard coded domain.
|
2023-08-01 23:24:35 +00:00 |
|
andrew
|
05518d7034
|
simple script to make an executable script based on crontab.
|
2023-07-31 17:08:55 +00:00 |
|
andrew
|
ac0de0377d
|
minor updates, removed useless stuff.
|
2023-07-27 14:16:37 +00:00 |
|
andrew
|
05c34c5ee7
|
added nginx config templates
|
2023-07-26 14:30:09 +00:00 |
|
andrew
|
88fb3c3e93
|
now nodejs 18
|
2023-01-10 16:47:56 +00:00 |
|
andrew
|
1b4fb8730f
|
forgot escape characters for git prompt.
|
2023-01-09 23:50:54 +00:00 |
|
andrew
|
6a5e50877a
|
fix to logging.
|
2022-07-28 02:51:36 +00:00 |
|
andrew
|
3059894b0e
|
Merge branch 'main' of github.com:/digitaladapt/shell-scripts
|
2022-07-28 02:38:41 +00:00 |
|
andrew
|
06399e537a
|
monitor validators, now with logging.
|
2022-07-28 02:37:04 +00:00 |
|
andrew
|
d895c2988b
|
new scripts to monitor my validators.
|
2022-07-28 02:22:19 +00:00 |
|
andrew
|
e619e3a45d
|
actually install node, adding source is only half way there.
|
2022-07-08 13:07:28 -04:00 |
|
andrew
|
9d2ae57e07
|
new install node-js 16 option in install software script.
|
2022-07-07 19:39:09 +00:00 |
|
andrew
|
1f089522cc
|
adding more extra utilities that I always end up installing...
|
2022-05-11 20:09:19 +00:00 |
|
andrew
|
ea20870a0b
|
added make/gcc/etc to essential software, since I always end up
compiling stuff.
|
2022-05-06 01:06:19 +00:00 |
|
andrew
|
bf996d9d90
|
install-software now offers go-lang.
go-lang script via https://github.com/canha/golang-tools-install-script
as subtree
|
2022-05-05 20:26:46 +00:00 |
|
andrew
|
f5fd72817c
|
Merge commit '30c4288a161199ac178d05eecf588299cb2d0ea2' as 'golang-install'
|
2022-05-05 20:07:21 +00:00 |
|
andrew
|
30c4288a16
|
Squashed 'golang-install/' content from commit 258f94f
git-subtree-dir: golang-install
git-subtree-split: 258f94f6120bbf99f4c9133c9ab5826dcd359fbe
|
2022-05-05 20:07:21 +00:00 |
|
andrew
|
7d917f77b8
|
new "restake" discord category.
|
2022-03-17 12:49:51 +00:00 |
|
andrew
|
df4fc168f5
|
made thermal.sh command have the zone be configurable.
|
2022-02-17 16:26:34 +00:00 |
|
andrew
|
6807764242
|
added curl and vim to list of core utilities.
previously never encountered a default setup without them.
|
2021-09-27 11:30:01 -04:00 |
|
andrew
|
3e3d3b2c12
|
added screenrc config to preserve layout across detach/re-attach
also removed editing the term, because it was no longer useful.
|
2021-09-24 16:17:46 +00:00 |
|
andrew
|
c8e6c8dca4
|
live discord alias for thermal.
|
2021-09-17 01:55:04 +00:00 |
|
andrew
|
ef920ceabc
|
updated nextcloud config and corrected public-ip.
|
2021-08-25 20:24:16 +00:00 |
|
andrew
|
f7426d991f
|
trailing newline
|
2021-07-23 17:27:31 +00:00 |
|
andrew
|
016c110ac2
|
fixed public-ip for v4
|
2021-07-22 12:15:13 +00:00 |
|
andrew
|
4af308fdd5
|
GoAccessRC added to basic settings, so tabbed_details nginx logs can be
easily processed.
|
2021-05-14 13:12:56 +00:00 |
|
andrew
|
55e700a39e
|
simplified shell prompt, added more core software, and fixed public-ip.
|
2021-02-23 17:54:40 +00:00 |
|
andrew
|
d765ef17c0
|
new nextcloud install experimental script.
along with ssh-config, and some other related updates.
|
2020-10-14 19:06:58 +00:00 |
|
andrew
|
ba88a10127
|
nginx-certbot package renamed.
|
2020-10-12 19:14:39 +00:00 |
|
andrew
|
e8862137de
|
storage warning cron updated to prevent spamming discord.
new diacord-if-distinct .. takes channel and key, along with message.
|
2020-09-28 03:00:10 +00:00 |
|
andrew
|
95a44798f1
|
added gittree alias
|
2020-09-08 18:48:00 +00:00 |
|
andrew
|
661da6e8bc
|
updated vim color to allow make background transparent.
|
2020-05-28 17:27:09 +00:00 |
|
andrew
|
41b8f6f492
|
hostname emulate emoji.
|
2020-05-22 13:22:42 +00:00 |
|
andrew
|
816729f3a0
|
dumb typos.
|
2020-05-20 18:29:59 +00:00 |
|
andrew
|
21dfa5c299
|
fixing a typo.
|
2020-05-20 15:54:38 +00:00 |
|
andrew
|
a2b0e79723
|
updated prompt colors.
|
2020-05-20 15:50:41 +00:00 |
|
andrew
|
8fece2f991
|
added home/end mapping to vimrc.
|
2020-05-14 17:56:49 +00:00 |
|
andrew
|
ae667ad594
|
switched to tag format for hashes.
|
2020-04-29 19:29:45 +00:00 |
|
andrew
|
1a08b252ad
|
added sorting, for more consistent output.
|
2020-04-29 19:19:36 +00:00 |
|
andrew
|
606978754c
|
new cron to log backup files.
|
2020-04-29 18:26:31 +00:00 |
|
andrew
|
2408f6eca6
|
goaccess added to core utilities.
|
2020-04-27 18:53:44 +00:00 |
|
andrew
|
f1546487b4
|
new prune-old-backups cron script.
|
2020-04-27 16:48:34 +00:00 |
|
andrew
|
1fe6c6509c
|
fixed typo.
|
2020-04-27 16:35:38 +00:00 |
|
andrew
|
cecbbff88d
|
refactored to remove redundent code.
|
2020-04-23 17:10:18 +00:00 |
|
andrew
|
e18be3dc61
|
created storage alert cron.
|
2020-04-23 17:04:41 +00:00 |
|
andrew
|
4f80e34663
|
new storage log cron, discord now supports newlines, etc.
|
2020-04-23 14:52:30 +00:00 |
|
andrew
|
81044e696b
|
pretty df
|
2020-04-23 03:46:34 +00:00 |
|
andrew
|
300f51a599
|
added Fahrenheit to thermal.
|
2020-04-22 20:00:49 +00:00 |
|
andrew
|
f487f6e391
|
thermal scripts updated, crons only poll temp once, etc.
|
2020-04-22 19:17:04 +00:00 |
|
andrew
|
b6fcb3c36b
|
fail2ban and diacord bug fix.
|
2020-04-21 02:36:13 +00:00 |
|
andrew
|
87a9a31e83
|
IPv4 and IPv6 specific versions of the public-ip script.
|
2020-04-17 19:49:51 +00:00 |
|
andrew
|
de709f250c
|
new thermal-log cron, for regular temp updates.
|
2020-04-17 14:34:47 +00:00 |
|
andrew
|
1bf404181e
|
new thermal-alert crontab script.
|
2020-04-16 20:39:10 +00:00 |
|
andrew
|
9bba4fa6da
|
added "jq" to core install.
|
2020-04-16 20:04:45 +00:00 |
|
andrew
|
bbd59ff285
|
added server name for discord.
|
2020-04-16 19:54:19 +00:00 |
|
andrew
|
60b8c70f3f
|
discord and thermal (pi specific) added, discord needs config setup.
|
2020-04-16 19:46:53 +00:00 |
|
andrew
|
e90da400c7
|
split php and nginx install into separate commands, new cache-control
nginx snippet.
|
2020-03-08 14:20:54 +00:00 |
|
andrew
|
49106d71ad
|
fetch-all.sh now defaults to current location, and is recursive.
|
2020-02-13 13:22:34 -05:00 |
|
andrew
|
28598d145c
|
Added iftop, and setting term so it looks nice.
|
2019-11-19 10:34:35 -05:00 |
|
andrew
|
74e2795bc5
|
ruby config option added to install software script.
|
2019-11-15 19:51:17 +00:00 |
|
andrew
|
e371b8c685
|
Renamed variable to be more descriptive.
|
2019-11-15 19:31:00 +00:00 |
|
andrew
|
a2b57b2426
|
Initial Commit.
|
2019-11-15 19:27:27 +00:00 |
|
andrew
|
468ce973b5
|
Initial commit
|
2019-11-14 22:21:09 -05:00 |
|