Show Systems are updated to ITD #51

Open
opened 2023-12-09 17:24:19 +00:00 by silver · 4 comments
silver commented 2023-12-09 17:24:19 +00:00 (Migrated from gitlab.skynet.ie)

As part of our agreement with ITD we have to show ebvery semester that our systems are up to date.
Going to use neofetch

clear && nix run nixpkgs#neofetch on Nixos systems.
sudo apt install -y neofetch && clear && neofetch on non Nixos systems.

Will link to relevent folder shortly

As part of our agreement with ITD we have to show ebvery semester that our systems are up to date. Going to use neofetch ``clear && nix run nixpkgs#neofetch`` on Nixos systems. ``sudo apt install -y neofetch && clear && neofetch`` on non Nixos systems. Will link to relevent folder shortly
silver commented 2023-12-09 17:24:20 +00:00 (Migrated from gitlab.skynet.ie)

assigned to @silver

assigned to @silver
silver commented 2023-12-09 19:16:15 +00:00 (Migrated from gitlab.skynet.ie)

Nixos

nix run nixpkgs#neofetch && \
sed -i '/# info "Local IP" local_ip/c\info "Local IP" local_ip' ~/.config/neofetch/config.conf && \
sed -i '/# info "Public IP" public_ip/c\info "Public IP" public_ip' ~/.config/neofetch/config.conf && \
clear && \
nix run nixpkgs#neofetch

Non Nixos

sudo apt install -y neofetch && \
neofetch && \
sed -i '/# info "Local IP" local_ip/c\info "Local IP" local_ip' ~/.config/neofetch/config.conf && \
sed -i '/# info "Public IP" public_ip/c\info "Public IP" public_ip' ~/.config/neofetch/config.conf && \
clear && \
neofetch
Nixos ```bash nix run nixpkgs#neofetch && \ sed -i '/# info "Local IP" local_ip/c\info "Local IP" local_ip' ~/.config/neofetch/config.conf && \ sed -i '/# info "Public IP" public_ip/c\info "Public IP" public_ip' ~/.config/neofetch/config.conf && \ clear && \ nix run nixpkgs#neofetch ``` Non Nixos ```bash sudo apt install -y neofetch && \ neofetch && \ sed -i '/# info "Local IP" local_ip/c\info "Local IP" local_ip' ~/.config/neofetch/config.conf && \ sed -i '/# info "Public IP" public_ip/c\info "Public IP" public_ip' ~/.config/neofetch/config.conf && \ clear && \ neofetch ```
silver commented 2023-12-09 19:29:47 +00:00 (Migrated from gitlab.skynet.ie)
Images can be found in https://nextcloud.skynet.ie/apps/files/?dir=/Skynet_Admin/Proof%20Of%20Updating/2023_12&fileid=19092
silver commented 2023-12-09 21:03:48 +00:00 (Migrated from gitlab.skynet.ie)

Since the Debian hosts dont display the minor version cat /etc/debian_version must be run.

Since the Debian hosts dont display the minor version ``cat /etc/debian_version`` must be run.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Skynet/nixos#51
No description provided.