All public logs
Combined display of all available logs of Dave-Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:57, 11 February 2024 Dave talk contribs created page System Info (Created page with "==Get PC's serial number== <code>wmic bios get serialnumber</code> <code>wmic csproduct get vendor,name,identifyingnumber</code> ==Get Windows build number from an .iso file== <code>dism /get-wiminfo /wimfile:g:\sources\install.wim</code> Then, run it again with whichever index number you want to display: <code>dism /get-wiminfo /wimfile:g:\sources\install.wim /index:3</code>")
- 21:56, 11 February 2024 Dave talk contribs created page Windows Other (Created page with "=Text-to-speech= <code>powershell Add-Type -AssemblyName System.speech; $speak = New-Object System.Speech.Synthesis.SpeechSynthesizer; $speak.Speak('I am groot')</code>")
- 21:55, 11 February 2024 Dave talk contribs created page Network (Created page with "==Useful network information== <code>net config workstation</code> ==Change a network interface to use dynamic DHCP to get its IP== <code>netsh interface ip show config</code> <code>netsh interface ip set address "Ethernet" dhcp</code> ==Reset a network interface== <code>netsh int ip reset</code> <code>netsh winsock reset</code> ==Release and renew an IP address== <code>ipconfig /release & ipconfig /renew</code> ==Mount a Windows file share== <code>net use \\p...")
- 21:55, 11 February 2024 Dave talk contribs created page Users (Created page with "==List users== <code>net user</code> ==Change password of a local user account== <code>net user [username] [new_password]</code> ==Enable or Disable a local user== <code>net user [username] /active:yes</code> (or no)")
- 20:59, 11 February 2024 Dave talk contribs created page 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>")
- 20:58, 11 February 2024 Dave talk contribs created page 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>")
- 20:58, 11 February 2024 Dave talk contribs created page Template:ToDo (Created page with "17px|link=|alt= '''To Do: {{{1|ToDo}}} '''")
- 20:57, 11 February 2024 Dave talk contribs created page 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>")
- 20:56, 11 February 2024 Dave talk contribs created page 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...")
- 15:40, 11 February 2024 Dave talk contribs created page Linux (Redirected page to RHEL9) Tag: New redirect
- 15:40, 11 February 2024 Dave talk contribs moved page RHEL to RHEL9
- 15:39, 11 February 2024 Dave talk contribs created page RHEL (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...")
- 14:47, 19 November 2023 Dave talk contribs created page Windows (Created page with "=PowerShell= For PowerShell, see PowerShell.")
- 14:46, 19 November 2023 Dave talk contribs created page PowerShell (Created page with "=Updating= # <code>winget search Microsoft.PowerShell</code> # <code>winget install --id Microsoft.PowerShell --source winget</code>")
- 01:45, 18 November 2023 Dave talk contribs created page 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...")
- 01:56, 15 November 2023 Dave talk contribs created page 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>")
- 01:04, 11 November 2023 Dave talk contribs moved page Aruba IAP to Aruba AP without leaving a redirect
- 01:02, 11 November 2023 Dave talk contribs created page Aruba IAP (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....")
- 03:07, 6 November 2023 Dave talk contribs created page 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>")
- 03:00, 6 November 2023 Dave talk contribs created page 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