Linux: Difference between revisions

From Hegemon Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 20: Line 20:
=Setup FTP on erythnul=
=Setup FTP on erythnul=
sudo apt install vsftpd
sudo apt install vsftpd

=Download jpgs as alt=
cat *-cbr | grep -i jpg | sed -rn 's/.*src=\"(.*)".*"(.*)".*/wget "\1" -O "\2"/p'

Revision as of 02:31, 29 November 2018

https://make-linux-fast-again.com/

pti=off spectre_v2=off l1tf=off nospec_store_bypass_disable no_stf_barrier

Wireless

https://unix.stackexchange.com/questions/286258/intel-wireless-7265d-iw-shows-wrong-regulatory-information#

https://sites.google.com/site/twisteroidambassador/linux/ath-user-regd

https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/WHENCE

firmware=22.391740.0 is iwlwifi-7265D-22.ucode

File: iwlwifi-7265D-27.ucode (This crashes when ln'd to -26.ucode) Version 27.455470.0

Found a random copy of iwlwifi-7265D-26.ucode... Reports as 22.361476.0 when loaded...

Setup FTP on erythnul

sudo apt install vsftpd

Download jpgs as alt

cat *-cbr | grep -i jpg | sed -rn 's/.*src=\"(.*)".*"(.*)".*/wget "\1" -O "\2"/p'