User contributions for Dave
Jump to navigation
Jump to search
11 February 2024
- 21:4721:47, 11 February 2024 diff hist 0 Main Page →Networking
- 21:4421:44, 11 February 2024 diff hist +174 Main Page →Linux
- 21:1721:17, 11 February 2024 diff hist +32 Main Page No edit summary
- 21:1621:16, 11 February 2024 diff hist +136 Main Page No edit summary
- 21:1221:12, 11 February 2024 diff hist 0 Main Page No edit summary
- 21:1221:12, 11 February 2024 diff hist +82 Main Page No edit summary
- 21:0721:07, 11 February 2024 diff hist 0 MediaWiki:Common.css No edit summary
- 21:0721:07, 11 February 2024 diff hist −47 MediaWiki:Common.css No edit summary
- 21:0621:06, 11 February 2024 diff hist 0 MediaWiki:Common.css No edit summary
- 21:0421:04, 11 February 2024 diff hist +47 MediaWiki:Common.css No edit summary
- 21:0221:02, 11 February 2024 diff hist 0 MediaWiki:Common.css No edit summary
- 20:5920:59, 11 February 2024 diff hist +375 N Template:Warn Created page with "<span style="border:1px; border-style:solid; border-color:#c33; background-color:#fee7e6; padding:0.1em; margin:0.1em; display: inline-block;">18px|Note|link= '''Warning:''' {{{1|}}}</span><noinclude> == Usage == Warning Note: <pre><nowiki> {{Note|Your note text}} </nowiki></pre> </noinclude>" current
- 20:5820:58, 11 February 2024 diff hist +399 N Template:Tip Created page with "<span style="border:1px; border-style:solid; border-radius: 7px; border-color:#ddffdd; background-color:#f2fff2; padding:0.1em; margin:0.1em; display: inline-block;">18px|Note|link= '''Note:''' {{{1|}}}</span><noinclude> == Usage == Lightbulb Note: <pre><nowiki> {{Note|Your note text}} </nowiki></pre> </noinclude>" current
- 20:5820:58, 11 February 2024 diff hist +90 N Template:ToDo Created page with "17px|link=|alt= '''To Do: {{{1|ToDo}}} '''" current
- 20:5720:57, 11 February 2024 diff hist +369 N Template:Info Created page with "<span style="border:1px; border-style:solid; border-color:#a3caff; background-color:#eaf3ff; padding:0.1em; margin:0.1em; display: inline-block;">18px|Note|link= '''Info:''' {{{1|}}}</span><noinclude> == Usage == Info Note: <pre><nowiki> {{Note|Your note text}} </nowiki></pre> </noinclude>" current
- 20:5620:56, 11 February 2024 diff hist −65 Main Page No edit summary
- 20:5620:56, 11 February 2024 diff hist +799 N MediaWiki:Common.css Created page with "→CSS placed here will be applied to all skins: body { background-color: #ceb888; } table.buttons td { border: 1px solid black; border-radius: 10px; width: 100px; height: 50px; text-align: center; padding: 5px 10px; background: #782F40; font-family: "Times New Roman", Times, serif; font-size: 1.5em; color: white; } table.buttons td a:link { color: white !IMPORTANT; background-color: transparent; text-decoration: none; } table.buttons td a:v..."
- 18:5118:51, 11 February 2024 diff hist +2 RHEL9 →Users & Passwords current
- 18:5118:51, 11 February 2024 diff hist +10 RHEL9 →Users & Passwords
- 18:5118:51, 11 February 2024 diff hist +2 RHEL9 →Disk/Filesystem
- 18:5118:51, 11 February 2024 diff hist +558 RHEL9 No edit summary
- 16:3716:37, 11 February 2024 diff hist +166 RHEL9 →Bonding
- 15:4715:47, 11 February 2024 diff hist +123 RHEL9 →Example
- 15:4615:46, 11 February 2024 diff hist +72 RHEL9 →New Deployment
- 15:4515:45, 11 February 2024 diff hist +17 RHEL9 →Software To Install
- 15:4415:44, 11 February 2024 diff hist +456 RHEL9 No edit summary
- 15:4215:42, 11 February 2024 diff hist +29 RHEL9 →Bonding
- 15:4015:40, 11 February 2024 diff hist +19 N Linux Redirected page to RHEL9 current Tag: New redirect
- 15:4015:40, 11 February 2024 diff hist +19 N RHEL Dave moved page RHEL to RHEL9 current Tag: New redirect
- 15:4015:40, 11 February 2024 diff hist 0 m RHEL9 Dave moved page RHEL to RHEL9
- 15:3915:39, 11 February 2024 diff hist +1,554 N RHEL9 Created page with "=New Deployment= =Networking= ==Bonding== A network bond is a method to combine or aggregate physical and virtual network interfaces to provide a logical interface with higher throughput or redundancy. In a bond, the kernel handles all operations exclusively. You can create bonds on different types of devices, such as Ethernet devices or VLANs. [https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/configuring_and_managing_networking/configuri..."
19 November 2023
- 15:0415:04, 19 November 2023 diff hist +2,286 PowerShell No edit summary
- 14:5914:59, 19 November 2023 diff hist +232 PowerShell No edit summary
- 14:5814:58, 19 November 2023 diff hist +72 PowerShell No edit summary
- 14:4714:47, 19 November 2023 diff hist +49 N Windows Created page with "=PowerShell= For PowerShell, see PowerShell." current
- 14:4614:46, 19 November 2023 diff hist +133 N PowerShell Created page with "=Updating= # <code>winget search Microsoft.PowerShell</code> # <code>winget install --id Microsoft.PowerShell --source winget</code>"
18 November 2023
- 01:5001:50, 18 November 2023 diff hist +835 Nftables No edit summary
- 01:4501:45, 18 November 2023 diff hist +1,461 N Nftables Created page with "=Initial Config= # Disable firewalld and enable nftables: ## <code>systemctl disable --now firewalld</code> ## <code>systemctl mask firewalld</code> ## <code>nft flush ruleset</code> ## <code>systemctl enable --now nftables</code> # Create a new inet table called "filter":<br/><code>nft add table inet filter</code> # Create a chain called "INPUT" (in the filter table):<br/><code>nft add chain inet filter INPUT { type filter hook input priority 0 \; policy accept\; }</co..."
15 November 2023
- 01:5701:57, 15 November 2023 diff hist +20 Dell iDRAC →SSL Certificate current
- 01:5701:57, 15 November 2023 diff hist +66 Dell iDRAC →SSL Certificate
- 01:5601:56, 15 November 2023 diff hist +30 Dell iDRAC →SSL Certificate
- 01:5601:56, 15 November 2023 diff hist +454 N Dell iDRAC Created page with "=SSL Certificate= Prerequisite: Install RACADM on a Linux or Windows box (latest version is 11.1.0.0 as of 2023-11-14). # Generate a CSR & Private Key, and sign it by your CA # Upload Private Key (RSA)<br/><code>racadm -r <RAC IP Address> -i sslkeyupload -t 1 -f idrac.key</code> # Upload Certificate<br/><code>racadm -r <RAC IP Address> -i sslcertupload -t 1 -f idrac.crt</code> # Restart iDRAC<br/><code>racadm -r <RAC IP Address> -i racreset</code>"
11 November 2023
- 01:0401:04, 11 November 2023 diff hist 0 m Aruba Wireless Dave moved page Aruba IAP to Aruba AP without leaving a redirect
- 01:0301:03, 11 November 2023 diff hist −2 Aruba Wireless No edit summary
- 01:0301:03, 11 November 2023 diff hist +83 Aruba Wireless No edit summary
- 01:0201:02, 11 November 2023 diff hist +11 Aruba Wireless No edit summary
- 01:0201:02, 11 November 2023 diff hist +1,320 N Aruba Wireless Created page with "Source: https://blog.theitrebel.com/2020/04/28/two-simple-words/ # Campus AP Keeps Rebooting / Upgrade Failed If a Campus AP keeps rebooting, and its serial console output shows: `SAPD: Reboot after image upgrade failed: 65280` Interrupt the AP boot and execute: <code> apboot> osinfo Partition 0 does not contain a valid OS image Partition 1: image type: 0 machine type: 40 size: 7211308 version: 6.4.4.0-wave2 build string: ArubaOS version 6...."
6 November 2023
- 03:0703:07, 6 November 2023 diff hist +231 N 7dtd LinuxGSM Created page with "=Updating via SteamCMD= <code>/home/sdtdserver/.steam/steamcmd/steamcmd.sh</code> <code>login anonymous</code> <code>force_install_dir /home/sdtdserver/serverfiles</code> <code>app_update 294420 -beta latest_experimental</code>" current
- 03:0303:03, 6 November 2023 diff hist +63 Aruba AirWave No edit summary current
- 03:0003:00, 6 November 2023 diff hist +326 N Aruba AirWave Created page with "==Location of ampcli== `/usr/local/airwave/bin/ampcli` =General= ==Restart AirWave services== `amp_disable` `amp_enable` ==Monitor services (after restart)== `logs` `tailf service_watcher` ==Find large files== `find / -type f -size +1000M | xargs du -h | sort -nr` ==Delete kernel log file== `truncate -s 0 kernel`" Tag: visualeditor-switched