time.google.com
time1.google.com
time2.google.com
time3.google.com
| Enabled: yes | |
| Types: deb deb-src | |
| URIs: https://deb.debian.org/debian https://httpredir.debian.org/debian https://cdn-fastly.deb.debian.org/debian | |
| Suites: trixie-backports trixie-proposed-updates trixie-updates trixie experimental proposed-updates rc-buggy testing-backports testing-proposed-updates testing-updates testing | |
| # Suites: experimental proposed-updates rc-buggy sid testing-backports testing-proposed-updates testing-updates testing trixie-backports trixie-proposed-updates trixie-updates trixie | |
| # Suites: bookworm-backports-sloppy bookworm-backports bookworm-proposed-updates bookworm-updates bookworm experimental proposed-updates rc-buggy sid stable-backports-sloppy stable-backports stable-updates stable testing-backports testing-proposed-updates testing-updates testing trixie-backports trixie-proposed-updates trixie-updates trixie unstable | |
| # Debian10.13 Debian11.7 Debian12.1 bookworm-backports-sloppy bookworm-backports bookworm-proposed-updates bookworm-updates bookworm bullseye-backports-sloppy bul |
| find /dev/disk/by-id/ -type l|xargs -I{} ls -l {}|grep -v -E '[0-9]$' |sort -k11|cut -d' ' -f9,10,11,12 | |
| lsblk |awk 'NR==1{print $0" DEVICE-ID(S)"}NR>1{dev=$1;printf $0" ";system("find /dev/disk/by-id -lname \"*"dev"\" -printf \" %p\"");print "";}'|grep -v -E 'part|lvm' | |
| http://deb.devuan.org/devuan/pool/main/d/devuan-keyring/ | |
| apt install ./devuan-keyring | |
| debootstrap --verbose --arch=arm64 --variant=minbase --force-check-gpg --components=main,contrib,non-free,non-free-firmware --extra-suites=6.0,ceres,daedalus,daedalus-backports,daedalus-proposed-updates,daedalus-security,daedalus-updates,excalibur,stable,stable-backports,stable-proposed-updates,stable-security,stable-updates,testing,unstable --include=vim,openssh-server,ntpdate,sudo,ifupdown,net-tools,udev,iputils-ping,wget,dosfstools,unzip,binutils,libatomic,mc,htop,most,mosh,screen,tmux,locales,dialog,aptitude,apt,apt-file,tasksel,debootstrap daedalus /mnt/Data/sys/sublin/devuan http://deb.devuan.org/merged/ |
| mount /dev/sda21 -t btrfs -o subvol=sys/sublin/alpine /mnt/alpine/ | |
| /bin/systemctl --no-block --force switch-root /mnt/alpine /sbin/init | |
| Get-WindowsCapability -Online -LimitAccess ` | |
| | where { $_.Name -notlike 'Lang*' -and $_.State -eq 'NotPresent' -and $_.Name -notlike 'Windows.Kernel.LA57*' -and $_.Name -notlike 'Accessibility.Braille*' } | Add-WindowsCapability -Online -Source D:\LanguagesAndOptionalFeatures -Verbose | |
| Get-WindowsCapability -Online -LimitAccess ` | |
| | where { $_.Name -like '*Font*' -and $_.State -eq 'NotPresent' } |Add-WindowsCapability -Online -Source D:\LanguagesAndOptionalFeatures -Verbose | |
| pkgin avail|cut -d' ' -f1|sort -u| xargs sudo pkgin -y install | |
| yes | sudo port -b -p -N install \* |
| <?php | |
| // Original script by robrotheram from discuss.flarum.org | |
| // Modified by VIRUXE | |
| // Modified by Reflic | |
| // Modified by TidbitSoftware | |
| set_time_limit(0); | |
| ini_set('memory_limit', -1); | |
| ini_set("log_errors", 1); |
| #!/usr/bin/env bash | |
| # Script created by Rogier Dikkes. | |
| # This script is licensed under the GNU GPL version 3.0. | |
| # This script 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 script 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 |
| #!/usr/bin/env bash | |
| # OpenZFS on OS X on boot installer script | |
| # Based on instructions from https://openzfsonosx.org/w/index.php?title=ZFS_on_Boot&oldid=1509 | |
| NEWDISK=/dev/null | |
| NEWPOOL=rpool | |
| autoconfirm="n" | |
| for i in "$@" | |
| do | |
| case $i in |