Fulltext results:
- Bootloader @linux:filesystems
- a -v -z -h --perms -E -o -g --times --compress --update --delete \ --exclude="/proc/*" --exclude=... ate a new (/mnt/newsys) /boot/grub/grub.cfg**: update-grub In case of error "no such disc" run grub-... mount root, check: /etc/initramfs-tools/modules update existing initramfs: update-initramfs -u -k all ** RAID ** if you changed your raid setup, you need to
- RAID @linux:filesystems
- sda2 watch revovery: watch cat /proc/mdstat update existing initramfs: update-initramfs -u -k all ===== RAID setup changes ===== update the raid config - achtung ">>" adds to the files,... ne --scan >> /etc/mdadm/mdadm.conf you need to update initramfs: to find the root raid make sure these
- Graphics Driver @linux:system_config
- e correct version and set this one as default: update-alternatives --config gcc # complains about missing alternatives. So install them: update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 10 update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 20 update-alternatives --config gcc # should work now In c
- OpenWRT @communitycloud:freifunk
- === ==== Install LUCI web interface ==== opkg update opkg install luci /etc/init.d/uhttpd enable ... ==== Install Bash & setup .bashrc ==== opkg update opkg install bash edit **/etc/passwd** and re... wiki.openwrt.org/doc/howto/usb.essentials opkg update opkg install kmod-usb2 insmod ehci-hcd **pa... g/doc/howto/usb.storage#required.packages opkg update opkg install kmod-usb-storage kmod-usb-storage-
- System Config @linux
- pt-cache dumpavail | dpkg --merge-avail dselect update # fixes packages not found in db errors apt-... ty stable/updates main contrib non-free 'Secure' Update: apt -o Acquire::http::AllowRedirect=false update apt -o Acquire::http::AllowRedirect=false upgrade
- GPD Pocket Linux Netbook @linux:machines
- rld/umpc-ubuntu It breaks WIFI and Touch ===== Update Stockmind ===== git pull ./update.sh kde ./update-kernel.sh The script should fix the following, but maybe doesnt: ==== Fix Touch
- Crash Recovery @linux
- / mount -t sysfs none /mnt/sys chroot /mnt update-grub ( grub-mkdevicemap # In case of error... erate the initramfs for all installed kernels: update-initramfs -u -k all * Check that the name in /e
- LXC @linux:virtualization
- i /etc/pam.d/* FIXME maybe insecure **apt-get update broken via ipv6** apt-get update -o Acquire::ForceIPv4=true permanent apt via ipv4: echo 'Acquire::
- PHP @linux:webserver
- n is the default now and adjust: ==== php -v update-alternatives --co==== Headline ==== nfig php ===... | sudo tee /etc/apt/sources.list.d/php.list apt update apt install php7.4 Install Modules: apt-get
- Nginx @linux:webserver
- deb-src http://packages.dotdeb.org wheezy all ** update and install nginx-extras from dotdeb:** apt-get update apt-get install nginx-extras **create cache d
- S7edge @android_-_os
- e default firmware from 04.2016. After a SElinux update from ~23.05.2016 root is LOST. Re-flashing Super-... oot :-D Make sure to disable further updates and update Super-SU to 2.74. more information: https://plus
- BIOS Upgrade @linux:debian_install
- 032_ME040104054/flashupdt.cfg Error FIX; BIOS Update In Progress: Error : Error while parsing the c... Add **"iomem=relaxed"** to /etc/default/grub update-grub "8. Debian OS does not allow IO memory map
- Drupal @webdev
- ====== Drupal ====== ===== Update trix ===== * Upgrade core manually. Keep /sites/ and custom files, ... to overwrite your /modules/ :) * At last, run /update.php - it will complain, if dependencies are missi
- Linux on Windows Atom Tablets @linux:machines
- etc/resolv.conf chroot /mnt /bin/bash apt-get update apt-get -y remove grub-efi-amd64 apt-get -y i... 2 # maybe again: grub-install /dev/mmcblk0 update-grub ===== Tablet BIOS ===== With a USB keyboar
- mySQL @linux:databases
- e the pass in SQL: mysql> use mysql; mysql> update user set password=PASSWORD("NEW-ROOT-PASSWORD") w... oes not require all users to use ssl, you need to update your mysql.users with REQUIRE_SSL!** First gener