User contributions for Dave
11 February 2024
- 22:0122:01, 11 February 2024 diff hist 0 m Windows System Info Dave moved page System Info to Windows System Info without leaving a redirect current
- 22:0022:00, 11 February 2024 diff hist 0 m Windows Printers Dave moved page Printers to Windows Printers without leaving a redirect current
- 22:0022:00, 11 February 2024 diff hist +33 Dave-Wiki Home →Windows
- 22:0022:00, 11 February 2024 diff hist 0 m Windows Network Dave moved page Network to Windows Network without leaving a redirect
- 21:5921:59, 11 February 2024 diff hist −2,297 PowerShell Replaced content with "==Updating== # <code>winget search Microsoft.PowerShell</code> # <code>winget install --id Microsoft.PowerShell --source winget</code> ==Check Version== <code>$PSVersionTable.PSVersion</code>" current Tag: Replaced
- 21:5921:59, 11 February 2024 diff hist +166 N Windows SSL Created page with "==Convert x.509 (PKCS#12) to PFX== <code>openssl pkcs12 -export -out cert.pfx -inkey private.key -in cert.crt -certfile CACert.crt</code> (-certfile is not required)"
- 21:5921:59, 11 February 2024 diff hist +306 N Windows Filesystem Created page with "==Format a disk== <code>get-disk</code> note the disk number, then: <code>clear-disk -number 1 -removedata -removeoem</code> (removes data partitions and OEM partitions) <code>new-partition -disknumber 1 -usemaximumsize</code> <code>get-partition -disknumber 1 | set-partition -newdriveletter D</code>"
- 21:5921:59, 11 February 2024 diff hist +19 Dave-Wiki Home →Windows
- 21:5821:58, 11 February 2024 diff hist −10 Windows Active Directory →List which GPO's are applied
- 21:5821:58, 11 February 2024 diff hist +205 N Windows Active Directory Created page with "==List which GPO's are applied== <code>rsop.msc</code> (GUI version) <code>gpresult /r /scope computer</code> (CLI version) or save it to an html file with /h: <code>gpresult /h c:\gpresult.html</code>"
- 21:5821:58, 11 February 2024 diff hist +25 Dave-Wiki Home →Windows
- 21:5721:57, 11 February 2024 diff hist +55 N Windows Printers Created page with "==List printers== <code>wmic printer list brief</code>"
- 21:5721:57, 11 February 2024 diff hist +384 N Windows 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:5621:56, 11 February 2024 diff hist +169 N 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>" current
- 21:5621:56, 11 February 2024 diff hist +26 Dave-Wiki Home →Windows
- 21:5521:55, 11 February 2024 diff hist +874 N Windows 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:5521:55, 11 February 2024 diff hist −232 PowerShell →Users
- 21:5521:55, 11 February 2024 diff hist +221 N Windows 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)"
- 21:5421:54, 11 February 2024 diff hist +5 Dave-Wiki Home →Networking
- 21:5421:54, 11 February 2024 diff hist +124 Dave-Wiki Home →Windows
- 21:5021:50, 11 February 2024 diff hist +3 Dave-Wiki Home →Windows
- 21:5021:50, 11 February 2024 diff hist +47 Dave-Wiki Home No edit summary
- 21:4921:49, 11 February 2024 diff hist +21 Dave-Wiki Home →Filesystem
- 21:4921:49, 11 February 2024 diff hist +10 Dave-Wiki Home →Networking
- 21:4821:48, 11 February 2024 diff hist +57 Dave-Wiki Home →Linux
- 21:4721:47, 11 February 2024 diff hist 0 Dave-Wiki Home →Networking
- 21:4421:44, 11 February 2024 diff hist +174 Dave-Wiki Home →Linux
- 21:1721:17, 11 February 2024 diff hist +32 Dave-Wiki Home No edit summary
- 21:1621:16, 11 February 2024 diff hist +136 Dave-Wiki Home No edit summary
- 21:1221:12, 11 February 2024 diff hist 0 Dave-Wiki Home No edit summary
- 21:1221:12, 11 February 2024 diff hist +82 Dave-Wiki Home 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>"
- 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}}} '''"
- 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 Dave-Wiki Home 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
- 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