New pages

Jump to navigation Jump to search
New pages
Hide registered users | Show bots | Show redirects
  • 00:51, 23 February 2024MegaRAID (hist | edit) ‎[22,493 bytes]Olchansk (talk | contribs) (Created page with "= MegaRAID = * install MegaCli64 <pre> read https://gist.github.com/fxkraus/595ab82e07cd6f8e057d31bc0bc5e779 wget https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/8-07-14_MegaCLI.zip or get a copy from /home/olchansk/sysadm/MegaRAID as root: unzip 8-07-14_MegaCLI.zip cd Linux alien MegaCli-8.07.14-1.noarch.rpm dpkg -i megacli_8.07.14-2_all.deb cd ~root ln -s /opt/MegaRAID/MegaCli/MegaCli64 . </pre> * get logical drives: ./MegaC...")
  • 17:40, 5 January 2024RPi-RT (hist | edit) ‎[3,330 bytes]Lmartin (talk | contribs) (Created page with "== Introduction == These are notes from cross-compiling a real-time (i.e. "fully preemptive") kernel for raspberry pi 3B+ and 4B. Adapted from https://www.instructables.com/64bit-RT-Kernel-Compilation-for-Raspberry-Pi-4B-/ and https://www.instructables.com/64bit-RT-Kernel-Compilation-for-Raspberry-Pi-4B-/ == Prerequisites == Install the toolchain for cross-compilation: <pre> sudo apt install git bc bison flex libssl-dev make libc6-dev libncurses5-dev sudo apt install cr...")