All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Omnia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:07, 24 February 2025 Kenneth talk contribs created page Lara Croft and the Temple of Osiris (Created page with "<pre> roll - right click raise staff - middle click or R enter portal - shift open chest - shift switch weapon - middle mouse wheel or 1, 2, 3, 4 bombs - Q inventory - I shield - F or 6 map - O chat - T </pre>")
- 21:40, 23 February 2025 Kenneth talk contribs created page Pihole (Redirected page to Pi-Hole) Tag: New redirect
- 22:05, 22 February 2025 Kenneth talk contribs created page Tightvnc (Created page with "See Linux/VNC")
- 22:05, 22 February 2025 Kenneth talk contribs created page Tigervnc (Created page with "See Linux/VNC")
- 22:00, 22 February 2025 Kenneth talk contribs created page Ubuntu/RDP (Created page with "== RDP Server == sudo apt install xrdp # should already be started, but just in case: sudo systemctl enable xrdp sudo systemctl start xrdp sudo systemctl status xrdp")
- 23:56, 21 February 2025 Kenneth talk contribs created page Ubuntu/Drivers (Created page with " sudo ubuntu-drivers list sudo ubuntu-drivers install # deprecated in favor of just "install" sudo ubuntu-drivers autoinstall")
- 21:28, 21 February 2025 Kenneth talk contribs created page Ubuntu/Ubuntu Desktop (Created page with " apt install ubuntu-desktop")
- 20:32, 19 February 2025 Kenneth talk contribs moved page PSOC to PSoC
- 20:32, 19 February 2025 Kenneth talk contribs created page PSOC (Created page with "== PSoC™ Programmer == (for Windows only) PSoC™ Programmer installs all components required for programming and debugging PSOC™ devices, including Clock Programmer used for Clock devices and Bridge Control Panel to communicate with target devices over I2C/UART/SPI. https://softwaretools.infineon.com/tools/com.ifx.tb.tool.psocprogrammer == PSoC™ Creator == (for Windows only) PSoC™ Creator is an Integrated Design Environment that enables concurrent hardwa...")
- 20:23, 17 February 2025 Kenneth talk contribs created page DnD/Quotes (Created page with ""Got people to kill and gold to steal"")
- 19:00, 17 February 2025 Kenneth talk contribs created page Net use (Created page with "See Windows/net_use")
- 22:06, 16 February 2025 Kenneth talk contribs created page Windows/net use (Created page with "== mount with password == <pre> Save password: cmdkey /add:MYNODE.EXAMPLE.COM\SHARE /user:AD\MYUSER /pass:"MYPASSWORD" CMDKEY: Credential added successfully. Map y: to File Server net use y: "\\MYNODE.EXAMPLE.COM\SHARE" /savecred /persistent:Yes </pre> == help == <pre> C:\> net help use The syntax of this command is: NET USE [devicename | *] [\\computername\sharename[\volume] [password | *]] [/USER:[domainname\]username] [/USER:[dotted domain nam...")
- 20:45, 6 February 2025 Kenneth talk contribs moved page 802.1x to 802.1X
- 20:45, 6 February 2025 Kenneth talk contribs created page 802.1x (Created page with "802.1X is an IEEE standard that authenticates devices connecting to a network. It's a port-based network access control (PNAC) protocol that works for both wired and wireless devices. How it works : * A device (supplicant) initiates a connection with the network. * The network device (authenticator) provides data links to connect the device to the network. * The authentication server receives the request for access and responds. * The authentication server verifies...")
- 09:28, 5 February 2025 Kenneth talk contribs created page Windows/Deprecation (Created page with " Deprecated features for Windows client https://learn.microsoft.com/en-us/windows/whats-new/deprecated-features Windows client features lifecycle https://learn.microsoft.com/en-us/windows/whats-new/feature-lifecycle")
- 21:05, 3 February 2025 Kenneth talk contribs created page Linux/Show Hardware (Created page with "== Show Hardware Overview == === hwinfo === hwinfo === lshw === lshw lshw --short lshw -short === lscpu === lscpu lshw -C cpu === inxi === inxi -Fxz === dmidecode === dmidecode == Show Hardware == === Show CPU === lscpu lshw -C cpu lshw -C cpu | grep -i product lscpu | grep -i mhz lscpu | grep -i bogo # cpu usage top htop vmstat 2 === Show Memory === dmidecode -t memory | grep -i size lshw -short -C memory # max can install dmidecode...")
- 02:22, 1 February 2025 Kenneth talk contribs created page Ubuntu/20 (Created page with "== keywords ==")
- 23:11, 31 January 2025 Kenneth talk contribs created page Linux/Ubuntu 24 (Created page with "See Ubuntu/24")
- 23:11, 31 January 2025 Kenneth talk contribs created page Linux/Ubuntu 22 (Created page with "See Ubuntu/22")
- 23:10, 31 January 2025 Kenneth talk contribs created page Linux/Ubuntu/22 (Redirected page to Linux/Ubuntu 22) Tag: New redirect
- 23:09, 31 January 2025 Kenneth talk contribs created page Linux/Ubuntu/24 (Redirected page to Linux/Ubuntu 24) Tag: New redirect
- 22:55, 31 January 2025 Kenneth talk contribs created page Star Wars (Created page with "== In a Hive Far Far Away == Fan Theory - Star Wars: A Long Time Ago, in a Hive Far Far Away? Star Wars: A Long Time Ago, in a Hive Far Far Away? https://www.maxgladstone.com/2013/10/star-wars-a-long-time-ago-in-a-hive-far-far-away/")
- 22:40, 24 January 2025 Kenneth talk contribs created page DLL (Created page with "Show DLL dependencies with dumpbin <pre> C:\> "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.25.28610\bin\Hostx86\x86\dumpbin" /dependents flex.dll Microsoft (R) COFF/PE Dumper Version 14.25.28614.0 Copyright (C) Microsoft Corporation. All rights reserved. Dump of file flex.dll File Type: DLL Image has the following dependencies: WS2_32.dll IPHLPAPI.DLL RPCRT4.dll msi.dll CRYPT32.dll WININET.dll CO...")
- 16:36, 21 January 2025 Kenneth talk contribs created page Tcpdump (Created page with "== tcpdump == tcpdump -i <network_interface> -s 0 -w <file> Capture packets to host <ref>https://stackoverflow.com/questions/19960784/tcpdump-capture-packets-to-target-host</ref> tcpdump -i any -s 0 -w <file> host 10.1.1.1 tcpdump -i <network_interface> -s 0 -w <file> host 10.1.1.1 Capture packets and specify both IP and port <ref>https://serverfault.com/questions/1025292/how-to-specify-both-ip-address-and-port-in-tcpdump</ref> tcpdump -i enp1s9 dst 192.168.6.1 a...")
- 16:33, 21 January 2025 Kenneth talk contribs created page Linux/tcpdump (Redirected page to Tcpdump) Tag: New redirect
- 07:07, 19 January 2025 Kenneth talk contribs created page Windows/route (Created page with "== Windows Route Metric == route print Note: LOWER METRIC HAS HIGH PRIORITY! - * ref: https://superuser.com/questions/198544/how-does-windows-7-decide-which-route-to-take-if-2-connections-to-an-internet-so")
- 23:29, 16 January 2025 Kenneth talk contribs created page CIFS (Created page with "== mount ==")
- 21:16, 12 January 2025 Kenneth talk contribs created page Password Managers (Created page with "== Pricing == === Keeper === Personal $2.92/month ($34.99/year) Family $6.25/month ($74.99/year) - limit 5 === LastPass === Persoanl $3.00/month ($36/year) Family $4.00/month ($48/year) - limit 6 == keywords == Category:Password Manager")
- 21:15, 12 January 2025 Kenneth talk contribs created page Category:Password Manager (Created page with "== Pricing == === Keeper === Personal $2.92/month ($34.99/year) Family $6.25/month ($74.99/year) - limit 5 === LastPass === Persoanl $3.00/month ($36/year) Family $4.00/month ($48/year) - limit 6")
- 21:11, 12 January 2025 Kenneth talk contribs created page LastPass (Created page with "== keywords == Category:Password Manager")
- 21:10, 12 January 2025 Kenneth talk contribs created page AWX/Database Backup (Created page with "x")
- 23:34, 10 January 2025 Kenneth talk contribs created page Linux/fuck (Redirected page to Linux/thefuck) Tag: New redirect
- 17:33, 8 January 2025 Kenneth talk contribs created page K9 (Redirected page to K9s) Tag: New redirect
- 05:02, 6 January 2025 Kenneth talk contribs created page Factorio/Mods (Created page with "== Chest Auto Sort == === Chest Auto Sort Sorts live, but does not sort tanks Sorted chests Only sorts on chest load - does NOT sort vehicles, does NOT sort trash slots Sort All Inventories Only sorts on chest load, does sort vehicles, does not sort trash slots")
- 22:47, 1 January 2025 Kenneth talk contribs created page Ubuntu/syslog (Created page with "Managed by rsyslog See syslog")
- 22:46, 1 January 2025 Kenneth talk contribs created page Syslog (Created page with "==Syslog== Linux system logging. ===Settings=== [facility].[priority];[...] [log file] /etc/syslog.conf: *.info;mail.none;authpriv.none;cron.none -/var/log/messages The "-" indicates that the message should not be buffered. ===Facilities=== The facility is one of the following keywords: :auth, authpriv, cron, daemon, ftp, kern, lpr, mail, mark, news, security (same as auth), syslog, user, uucp, and local0 through local7. ===Priorities=== The pr...")
- 22:46, 1 January 2025 Kenneth talk contribs created page Linux/syslog (Created page with "See syslog")
- 22:46, 1 January 2025 Kenneth talk contribs created page Linux/rsyslog (Created page with "See syslog")
- 22:45, 1 January 2025 Kenneth talk contribs created page Rsyslog (Redirected page to Syslog) Tag: New redirect
- 23:58, 29 December 2024 Kenneth talk contribs created page 10GE (Redirected page to 10 GigE) Tag: New redirect
- 23:58, 29 December 2024 Kenneth talk contribs created page 10 GigE (Created page with "== 10GE or 10GbE or 10 GigE == In computer networking, Gigabit Ethernet (GbE or 1 GigE) is the term applied to transmitting Ethernet frames at a rate of a gigabit per second. The most popular variant, 1000BASE-T, is defined by the IEEE 802.3ab standard. The first standard for faster 10 Gigabit Ethernet was approved in 2002.")
- 23:57, 29 December 2024 Kenneth talk contribs created page 10GbE (Redirected page to 10 GigE) Tag: New redirect
- 23:57, 29 December 2024 Kenneth talk contribs created page 10 GbE (Redirected page to 10 GigE) Tag: New redirect
- 06:43, 28 December 2024 Kenneth talk contribs created page Linux/smbclient (Created page with "== smbclient == List shares on windows machine or samba server: smbclient -L windows_box Send message from Linux echo "This is a test" | smbclient -M <computer> -U <any_name> Connect to samba server (using ftp like commands) samba -U [USER] \\\\machine\\share\\ samba -U [USER] //machine/share/ samba -U [USER]%[PASSWORD] //machine/share/ == Samba == See Linux/Samba == keywrods ==")
- 06:23, 28 December 2024 Kenneth talk contribs created page Monitor (Created page with "== Switch Inputs == == mControl == mControl https://www.entechtaiwan.com/util/mc.shtm Used to be a paid program, but is now discontinued and free "This software has been discontinued. Users of mControl can upgrade to the final release at any time by simply downloading and installing the latest shareware version above. A product key removing all trial restictions is provided in the link above." Download - https://www.entechtaiwan.com/files/mc_setup.exe Free Produc...")
- 06:21, 28 December 2024 Kenneth talk contribs created page Custom CSS (Created page with "== Stylish == Don't use : "After Stylish's data stealing scandal, using a closed source browser extensiosn has become too risky, unless it's from a widely known softwaare developer" <ref>https://superuser.com/questions/560539/how-can-i-force-my-css-styles-when-i-visit-a-website</ref> Ref: * https://superuser.com/questions/560539/how-can-i-force-my-css-styles-when-i-visit-a-website == Styler == Styler Extension for Google Chrome - https://chrome.google.com/webstore/d...")
- 01:05, 28 December 2024 Kenneth talk contribs created page Supermicro/BIOS Update (Created page with "The default options: <pre> [ ] Preserve ME region [ ] Preserve NVRAM [X] Preserve SMBIOS </pre> If you don't leave the SMBIOS option checked, you will reset the serial number of your system. <ref>https://www.supermicro.com/support/faqs/faq.cfm?faq=34187</ref> <ref>https://www.reddit.com/r/homelab/comments/6nabz0/updating_supermicro_bios_should_i_preserve_me/?captcha=1</ref>")
- 01:43, 27 December 2024 Kenneth talk contribs created page Linux/pay-respects (Created page with "== Pay-Respects == Pay-Respects https://codeberg.org/iff/pay-respects Command suggestions, command-not-found and thefuck replacement written in Rust == Install == curl -sSfL https://raw.githubusercontent.com/iffse/pay-respects/main/install.sh | sh == keywords ==")
- 01:42, 27 December 2024 Kenneth talk contribs created page Linux/thefuck (Created page with "dead project, but very usefule. See linux/pay-respects instead. Broken with environments like Python 3.12. https://github.com/nvbn/thefuck Magnificent app which corrects your previous console command.")
- 04:34, 23 December 2024 Kenneth talk contribs created page Factorio (Created page with " https://mods.factorio.com/mod/chest-auto-sort https://github.com/notnotmelon/chest-auto-sort https://mods.factorio.com/mod/Sort-All-Inventories https://github.com/peeves91/SortAllInventories")