User contributions for Root
Jump to navigation
Jump to search
4 September 2023
- 19:3919:39, 4 September 2023 diff hist +236 m OpenWRT x86 Style Disks and Booting No edit summary Tag: Visual edit: Switched
- 19:3319:33, 4 September 2023 diff hist +2 m OpenWRT x86 Style Disks and Booting No edit summary Tag: Visual edit
- 19:3219:32, 4 September 2023 diff hist +56 m OpenWRT x86 Style Disks and Booting No edit summary
- 17:4617:46, 4 September 2023 diff hist +561 m OpenWRT x86 Style Disks and Booting No edit summary Tag: Visual edit
- 17:2817:28, 4 September 2023 diff hist +52 m OpenWRT x86 Style Disks and Booting No edit summary Tag: Visual edit
- 17:2817:28, 4 September 2023 diff hist +147 N OpenWRT x86 Style Disks and Booting Created page with "For this experiment EXT 4 will be used (as opposed to SquashFS) === For Cloning a Drive === <code>dd if=/dev/sdX of=/dev/sdY bs=512 count=1</code>" Tag: Visual edit
31 August 2023
- 01:1501:15, 31 August 2023 diff hist +43 m OpenWRT x86 64 Style No edit summary Tag: Visual edit
27 August 2023
- 22:1622:16, 27 August 2023 diff hist +145 m OpenWRT and Backing Up No edit summary Tag: Visual edit
- 22:0622:06, 27 August 2023 diff hist +490 m OpenWRT and Backing Up →Create a "Device" to Mount Tag: Visual edit
25 August 2023
- 17:0417:04, 25 August 2023 diff hist +3,497 m OpenWRT and Backing Up No edit summary Tag: Visual edit
- 15:0915:09, 25 August 2023 diff hist +1,293 N OpenWRT and Backing Up Created page with "Back it up: dd if=/dev/WhatEverSDx of=/mnt/WhatEverSDx/WhatEverImageName.img conv=sync,noerror bs=64K status=progress (Example: dd if=/dev/sdb of=/mnt/sda1/ALL.img conv=sync,noerror bs=64K status=progress) Create a "Device" to mount: losetup -fP WhatEverImageName.img (To see mounted "Devices": losetup -a) Mount the Image: mount -t squashfs /dev/loop7 /mnt/squash Keep in mind this only works with IMG Files created from Partitions. If an entire disk drive is imaged, th..." Tag: Visual edit
23 August 2023
- 21:1521:15, 23 August 2023 diff hist +34 m Linksys AC Series Router Configuration Tips for OpenWRT →Restoring a Partition using DD Example Tag: Visual edit
- 19:1119:11, 23 August 2023 diff hist +58 m Linksys AC Series Router Configuration Tips for OpenWRT →Formatting Tag: Visual edit
21 August 2023
- 21:3021:30, 21 August 2023 diff hist +180 m VNC on Rocky Linux with X11VNC →Other Notes current Tag: Visual edit
- 21:2621:26, 21 August 2023 diff hist +343 m VNC on Rocky Linux with X11VNC No edit summary Tag: Visual edit
- 21:2421:24, 21 August 2023 diff hist +1,870 m VNC on Rocky Linux with X11VNC No edit summary Tag: Visual edit
- 16:2616:26, 21 August 2023 diff hist +1,048 N VNC on Rocky Linux with X11VNC Created page with "...forget about Tiger VNC. Nothing wrong with it at all. And as it turns out, might be necessary after post Rocky 9 (including Rocky 9) (unless using XFCE instead of GNOME desktop) === Installation === First, remove all other instances of VNC Server (tigervnc*, etc.) * yum or dnf install x11vnc (it includes the VNC Server) * systemctl daemon-reload * type this command to start the VNC Server: x11vnc === Run as a Service === Alas, not finished yet. Running the x11vn..." Tag: Visual edit
15 August 2023
- 23:2423:24, 15 August 2023 diff hist +610 m OpenWRT WiFi or Wireless on an x86 or x86 64 No edit summary current Tag: Visual edit
- 17:0317:03, 15 August 2023 diff hist +139 N OpenWRT WiFi or Wireless on an x86 or x86 64 Created page with "=== Useful Commands === Configures /etc/config/wireless file: wifi config Shows Network Adapters Available and their capabilities: iw list" Tag: Visual edit
- 17:0117:01, 15 August 2023 diff hist +1,112 m OpenWRT and Supermicro No edit summary current Tag: Visual edit
- 03:1303:13, 15 August 2023 diff hist +18 m OpenWRT and Supermicro →Differences in Boot Log Items (DMESG); Tag: Visual edit
- 03:0803:08, 15 August 2023 diff hist +17 m OpenWRT and Supermicro →Fallback Incase One Sets the Above Noted Primary Display to IGD Tag: Visual edit
- 02:5402:54, 15 August 2023 diff hist +1,386 m OpenWRT and Supermicro →One More Thing to Make Sure of Tag: Visual edit
- 02:3202:32, 15 August 2023 diff hist +20 N File:System Block Diagram.jpg No edit summary current
- 02:2502:25, 15 August 2023 diff hist +1,251 m OpenWRT and Supermicro No edit summary Tag: Visual edit
14 August 2023
- 23:5823:58, 14 August 2023 diff hist +3,344 m OpenWRT and Supermicro No edit summary Tag: Visual edit
- 23:3223:32, 14 August 2023 diff hist +2,655 m OpenWRT and Supermicro No edit summary Tag: Visual edit
- 20:3620:36, 14 August 2023 diff hist +2,215 N OpenWRT and Supermicro Created page with "Wow! Here's one for the record books that took a bit of research for such a simple solution. For anyone that is installing OpenWRT on a Supermicro (or any other x86_64) platform, So, to bury the lede: vmlinuz nomodeset (from: https://www.kernel.org/doc/Documentation/admin-guide/kernel-parameters.txt ) A 'fallback' if the incorrect Video Mode is configured that results in a blank or black screen. This can happen if Primary Display is set to IGD (BIOS Setup / Settin..." Tag: Visual edit
11 August 2023
- 13:1913:19, 11 August 2023 diff hist +2 m OpenWRT on WZR 600DHP No edit summary current Tag: Visual edit
- 01:1101:11, 11 August 2023 diff hist +3,149 N OpenWRT on WZR 600DHP Created page with "How can OpenWRT be installed on a Buffalo WZR-600DHP Router / Wireless Access Point with either the Buffalo or DD-WRT Firmware installed on it? By following the instructions at the below links? Spoiler Alert! Nope. * https://openwrt.org/toh/buffalo/wzr-600dhp * https://openwrt.org/toh/buffalo/wzr-hp-ag300h So how can it be done? Answer: via TFTP. Below are the instructions to do it using Windows. Linux can also be used, but the "ARP" and TFTP Commands are slightl..." Tag: Visual edit
1 August 2023
- 19:4819:48, 1 August 2023 diff hist +35 m AC Series Recommended Software and Utilities No edit summary Tag: Visual edit
- 15:5415:54, 1 August 2023 diff hist +34 m Ubiquiti to OpenWRT No edit summary Tag: Visual edit
- 15:5015:50, 1 August 2023 diff hist +308 m Ubiquiti to OpenWRT No edit summary Tag: Visual edit
- 15:4815:48, 1 August 2023 diff hist +224 m Ubiquiti to OpenWRT No edit summary Tag: Visual edit
- 15:0615:06, 1 August 2023 diff hist +1,011 N Ubiquiti to OpenWRT Created page with "...just some rough notes on accessing a Ubiquiti device (not Ubiquity) Device: Ubiquity UniFi AP AC Pro Generation 2 (with system board that says Generation 2, but doesn't match any other picture on the internet for a Generation 2 device) Default IP Address: 192.168.1.20 Default SSH Password: ubnt /ubnt Strategy: Ditch the Ubiquiti Firmware and install OpenWRT. Install version 3.7.58 firmware; * scp root@192.168.2.4:/3.7.58.bin /tmp (make sure it has access to a Li..."
24 July 2023
- 15:3815:38, 24 July 2023 diff hist +679 m Rocky Linux Installation previously CentOS →phpMyAdmin Tag: Visual edit
- 15:3215:32, 24 July 2023 diff hist +467 m OpenWRT x86 64 Style No edit summary Tag: Visual edit
18 July 2023
- 23:4523:45, 18 July 2023 diff hist +1,380 N OpenWRT x86 64 Style Created page with "...don't know where to start on this, so just some quick notes. Working on a Supermicro X11SBA-LN4F. Got everything installed (see ), but... Yup, you guessed it an issue. Why would there not be? And a misleading issue too. What happened. Install went great. Booted up the first time and everything continued to be great. And then it crashed. But it turns out it didn't crash. It switched video modes and no longer output video to the VGA port. It just stopped. I..." Tag: Visual edit
4 July 2023
- 19:5419:54, 4 July 2023 diff hist +5 m AC Series Recommended Software and Utilities →Disk Utilities Tag: Visual edit
- 19:4619:46, 4 July 2023 diff hist +63 m AC Series Recommended Software and Utilities →Disk Utilities Tag: Visual edit
18 June 2023
- 19:0219:02, 18 June 2023 diff hist +469 m AC Series Recommended Software and Utilities No edit summary Tag: Visual edit
3 June 2023
- 17:5217:52, 3 June 2023 diff hist +316 m OpenWRT DDNS No edit summary current Tag: Visual edit
- 17:4017:40, 3 June 2023 diff hist +14 m OpenWRT DDNS →Script Error for NSUPDATE (and possibly other scripts too) Tag: Visual edit
19 May 2023
- 21:3021:30, 19 May 2023 diff hist +259 m DFS Distributed File System No edit summary current Tag: Visual edit
8 May 2023
- 23:5723:57, 8 May 2023 diff hist +577 m Dell PowerEdge R730xd Fan Control No edit summary current Tag: Visual edit
- 16:4716:47, 8 May 2023 diff hist +216 m Windows 11 Home Off the Hook BS Crazy No edit summary Tag: Visual edit
1 May 2023
- 00:3400:34, 1 May 2023 diff hist +213 N R730xd NVMe Notes Created page with "Clover works when testing. Refind Notes; https://superuser.com/questions/979695/windows-10-bcdedit-how-to-change-bootmgr-path https://superuser.com/questions/979695/windows-10-bcdedit-how-to-change-bootmgr-path" current Tag: Visual edit
30 April 2023
- 22:0622:06, 30 April 2023 diff hist +913 m Dell PowerEdge R730xd Fan Control No edit summary Tag: Visual edit
- 18:1518:15, 30 April 2023 diff hist +101 m Dell PowerEdge R730xd Fan Control No edit summary Tag: Visual edit