Skip to content

Instantly share code, notes, and snippets.

--------- beginning of /dev/log/system
D/fsck_msdos( 175): sectors Per cluster :8
D/fsck_msdos( 175): boot->ClusterOffset :3658
I/fsck_msdos( 175): FAT32 Filesystem
D/fsck_msdos( 175): Using cluster_chain_descriptor
I/fsck_msdos( 175): Total clusters 233008
I/fsck_msdos( 175): Begin to compare FAT
I/fsck_msdos( 175): ** Phase 2 - Check Cluster Chains
I/fsck_msdos( 175): Begin to handle the cluster chain
D/fsck_msdos( 175): rootDir->head :2
#!/bin/bash
cp /var/lib/znc/.znc/znc.pem /home/letsencrypt/znc.pem.`date +%d-%m-%y`
cat /etc/letsencrypt.sh/certs/warhaggis.com/privkey.pem > /var/lib/znc/.znc/znc.pem
cat /etc/letsencrypt.sh/certs/warhaggis.com/fullchain.pem >> /var/lib/znc/.znc/znc.pem
Platform 'rpi' running 'libreelec' detected...
Loading LibreELEC profile for setting up environment...
Using custom libraries from /storage/.kodi/userdata/addon_data/plugin.program.moonlight-qt/moonlight-qt/lib...
Using Qt library from /storage/.kodi/userdata/addon_data/plugin.program.moonlight-qt/moonlight-qt/lib/qt5...
Running without window manager...
Detected resolution 1920,1080...
Using Qt scale factor 0.64...
Using Kodi hooks for libreelec...
--- Starting Moonlight ---
00:00:00 - Qt Info: Unable to detect Wayland or X11, so EGLFS will be used by default. Set QT_QPA_PLATFORM to override this.
#
# Automatically generated file; DO NOT EDIT.
# crosstool-NG 1.25.0.156_b42079e Configuration
#
CT_CONFIGURE_has_cxx11=y
CT_CONFIGURE_has_wget=y
CT_CONFIGURE_has_curl=y
CT_CONFIGURE_has_ninja=y
CT_CONFIGURE_has_rsync=y
CT_CONFIGURE_has_make_3_81_or_newer=y
@Tea23
Tea23 / installer.sh
Last active August 2, 2024 05:29
Linux/Proton/Steam Deck Hardlinking installer for Fallout: London
#!/bin/bash
# Linux installer for Fallout London. Uses hardlinks to save space.
#
# This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.