You will need:
- Router with USB port;
- OpenWRT or LEDE (recommended) firmware;
- USB stick or USB hard drive.
opkg update
opkg install kmod-usb-ohci kmod-usb2 usbutils kmod-usb-storage kmod-fs-ext4 block-mount
You will need:
opkg update
opkg install kmod-usb-ohci kmod-usb2 usbutils kmod-usb-storage kmod-fs-ext4 block-mount
reg add HKCU\Software\Microsoft\Office\<office version>\Word\Options /v NoReReg /t REG_DWORD /d 1
Replace `` with next values:
| (() => { | |
| const panel = $('.panel-request'); | |
| const offsetTop = panel.offset().top; | |
| $(window).on('scroll resize', () => { | |
| const scrollTop = $(window).scrollTop(); | |
| if (scrollTop > offsetTop) { | |
| panel.css({ | |
| 'position': 'absolute', |
sudo wget https://gist.githubusercontent.com/matasarei/579991cfab9f5e7f966c7a424e5fa4c3/raw/87037b9776a86ffd3dd2b32432bed9d5509da2d8/switch-layout.sh -O /usr/bin/switch-layoutsudo chmod +x /usr/bin/switch-layoutswitch-layout and set any combination, like Super + Spase.| # The general procedure here is adapted from the 7->8 guide here. https://www.tecmint.com/upgrade-centos-7-to-centos-8/ | |
| # | |
| # It is a curated list of my bash history. I entered other commands so hopefully I got the right ones here. | |
| yum upgrade | |
| reboot | |
| dnf install epel-release | |
| dnf install rpmconf | |
| dnf install yum-utils | |
| rpmconf -a # answer "n" to both things |
git clone https://github.com/php/php-src.git
cd php-src
./buildconf
./configure \
--prefix=/opt/php/dev \
--enable-cli \
--enable-fpm \
Suggested level: Middle
Task Overview: Building a Simple User Management System
The challenge is divided into three steps, each increasing in complexity. The goal is to evaluate problem-solving skills, OOP understanding, and ability to refactor code.