- Ganz klar mein Favorit (hab ich seit Oktober): Pixel 8 (Pro)
- https://store.google.com/de/product/pixel_8_pro
- Euro: 1099
- MediaMarkt: 949
- Nicht-Pro-Version: 689
- Schnaeppchenjaeger-Tip: Warten bis ca Mai, dann kommt das Pixel 8a fuer ca 1/2 Preis (= ~600)
- Alternative / Dunkle Seite der Macht 😆 iPhone 15
- Top Gerät, wie immer
- sinnvoll, wenn du schon im Apple EcoSystem bist (Apple Watch, MacBook, oder so vorhanden?)
- https://www.apple.com/de/shop/buy-iphone/iphone-15
gists | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
- Ganz klar mein Favorit (hab ich seit Oktober): Pixel 8 (Pro)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/bash | |
# | |
# CasaOS Update Script v0.4.3# | |
# GitHub: https://github.com/IceWhaleTech/CasaOS | |
# Issues: https://github.com/IceWhaleTech/CasaOS/issues | |
# Requires: bash, mv, rm, tr, grep, sed, curl/wget, tar, smartmontools, parted, ntfs-3g, net-tools | |
# | |
# This script update your CasaOS. | |
# Usage: | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
findCmd=${FIND_EXECUTABLE_PATH:-$(which find)} | |
targetGroup=${TARGET_GROUP_NAME:-$(id -ng)} | |
targetUser=${TARGET_USER_NAME:-$(id -nu)} | |
$findCmd $1 -type f -exec chmod 664 {} \; | |
$findCmd $1 -type d -exec chmod 775 {} \; | |
$findCmd $1 -exec chown $targetUser:$targetGroup {} \; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo dnf install \ | |
plocate \ | |
autoconf \ | |
bison \ | |
re2c \ | |
libxml2-devel \ | |
sqlite-devel \ | |
libcurl-devel \ | |
gd-devel \ | |
gcc \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install \ | |
libxslt1-dev \ | |
libcurl4-openssl-dev \ | |
libmcrypt-dev \ | |
libjpeg-dev \ | |
libreadline-dev \ | |
libonig-dev \ | |
libtidy-dev \ | |
libxml2-dev \ | |
libzip-dev \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BEGIN MESSAGE. | |
gcsgXr77sf3pt8z yEtwcVFPnPetS5I VwUW1oK0vfzjSJd FAT5f0vdgFhdrEz | |
qRPi67EQtgcbor6 W4E15UprMsHTCKq 6Xr2MZHgg6ei33r KqwKzuC8bSm61aF | |
q3mCtH4seCbymoE 8BlMNOvV8WwhRAI VP6mWBvsvfVZ1Gs JnIKJBUSytZ4ExC | |
2z9z1nM1jZ5oVQl ygibBxOH7PBtrK2 BJpHx. | |
END MESSAGE. |
I hereby claim:
- I am f4bio on github.
- I am f4bio (https://keybase.io/f4bio) on keybase.
- I have a public key ASCc3F_Ih1DnPDrKfRtAm6KBDyfFE5n4Ff45F40C-_JgXwo
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
DOWNLOAD_DIR="${HOME}/MiniDLNA" | |
CONFIG_DIR="${HOME}/.aria2" | |
RPC_TOKEN="changeIt" | |
RPC_PORT="6800" | |
change_apt_source(){ | |
if [ -f /etc/apt/sources.list ]; then | |
sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "better use: https://github.com/f4bio/linux-rescuemode.git" | |
#mount /dev/sda3 /mnt/custom | |
#mount --bind /dev /mnt/custom/dev | |
#mount --bind /proc /mnt/custom/proc | |
#mount --bind /sys /mnt/custom/sys |
NewerOlder