Tristan Ancelet tristan
  • Joined on 2023-10-11
tristan pushed to master at tristan/DHCPInfo 2023-11-12 18:24:28 -06:00
9320c9d340 Had to edit gitignore to add config.sh
tristan pushed to master at tristan/myscripts 2023-11-12 18:21:01 -06:00
tristan pushed to master at tristan/myscripts 2023-11-12 18:12:55 -06:00
b160492424 added new project
tristan pushed to master at tristan/myscripts 2023-11-11 15:18:33 -06:00
8d986d7a77 Had to fix a few spelling errors and update the path of one of the variables
tristan pushed to master at tristan/myscripts 2023-11-11 15:03:45 -06:00
9dc28a1cf6 Just mocked up a script to install LibreNMS, my coworker want's us to use this for network monitoring instead of zabbix. So I thought I might give it a try
tristan pushed to master at tristan/journal 2023-11-10 21:38:27 -06:00
70e1e7edb0 Fixed spelling mistake
tristan pushed to master at tristan/journal 2023-11-10 21:36:51 -06:00
55ea05b7e9 Fixed spelling mistake
tristan pushed to master at tristan/journal 2023-11-10 21:35:14 -06:00
4d770a10c6 Added a few new details in me.md
tristan pushed to master at tristan/journal 2023-11-10 21:11:23 -06:00
533895fcfa Added my last addition to the post
tristan pushed to master at tristan/journal 2023-11-10 21:07:33 -06:00
a4285d0bbc Added more to today's post
tristan pushed to master at tristan/journal 2023-11-10 19:55:53 -06:00
0bbf45df41 Updated post
tristan pushed to master at tristan/journal 2023-11-10 18:57:24 -06:00
d25bbafffe Added new section of repo. The ACTUAL journal
tristan pushed to master at tristan/journal 2023-11-10 18:16:52 -06:00
ff9e4bd6c2 Had to add my scripts to this repo
tristan pushed to master at tristan/myscripts 2023-11-10 18:15:27 -06:00
4ab64cc1f1 Had to unescape EXEX_REPLACEMENT that would've prevented the desktop file from being valid
tristan pushed to master at tristan/myscripts 2023-11-10 17:03:32 -06:00
b44ac4e4b4 Had to add the install disk at the end of the grub-install lines (didn't see that until I tried to install 3 times)
tristan pushed to master at tristan/myscripts 2023-11-10 16:36:42 -06:00
fc290a728d Had to fix typo when installing networkmanager, caused it to fail to install NM and wpa_supplicant
tristan pushed to master at tristan/myscripts 2023-11-10 16:21:51 -06:00
9f6f752a8a Had to replace yes with the --noconfirm command because it didn't work for the gnome installation (as it asks for you to pick your subsystems)
tristan pushed to master at tristan/myscripts 2023-11-10 16:13:29 -06:00
8a6eccb884 Had to alter my 'yes' calls. As I had put un-needed flags '-y' that caused the utility to error out, causing my install to fail
tristan pushed to master at tristan/myscripts 2023-11-10 16:07:50 -06:00
2133dd9d47 Had to fix it YET again. I didn't realize that bash had -b to verify if something is a block device
tristan pushed to master at tristan/myscripts 2023-11-10 16:06:15 -06:00
6da855a05f Had to change -d flag to -f as I forgot disks are considered special files