Keybase proof
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:
#!/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: | |
# |
#!/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 {} \; |
sudo dnf install \ | |
plocate \ | |
autoconf \ | |
bison \ | |
re2c \ | |
libxml2-devel \ | |
sqlite-devel \ | |
libcurl-devel \ | |
gd-devel \ | |
gcc \ |
sudo apt install \ | |
libxslt1-dev \ | |
libcurl4-openssl-dev \ | |
libmcrypt-dev \ | |
libjpeg-dev \ | |
libreadline-dev \ | |
libonig-dev \ | |
libtidy-dev \ | |
libxml2-dev \ | |
libzip-dev \ |
BEGIN MESSAGE. | |
gcsgXr77sf3pt8z yEtwcVFPnPetS5I VwUW1oK0vfzjSJd FAT5f0vdgFhdrEz | |
qRPi67EQtgcbor6 W4E15UprMsHTCKq 6Xr2MZHgg6ei33r KqwKzuC8bSm61aF | |
q3mCtH4seCbymoE 8BlMNOvV8WwhRAI VP6mWBvsvfVZ1Gs JnIKJBUSytZ4ExC | |
2z9z1nM1jZ5oVQl ygibBxOH7PBtrK2 BJpHx. | |
END MESSAGE. |
I hereby claim:
To claim this, I am signing this object:
#!/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 |
#!/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 |
I hereby claim:
To claim this, I am signing this object:
follow: http://stackoverflow.com/a/29438823
if error: [...]\delayimp.h(134): note: see declaration of '__pfnDliNotifyHook2':
npm -g install npm@next
as stated here: https://github.com/nodejs/node-gyp/issues/