Main public logs

From Lucca's Wiki
Jump to navigationJump to search

Combined display of all available logs of Lucca's Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 18:06, 25 February 2026 50.220.241.211 talk created page Console Port Access (Created page with "This is the command you would use on linux to access a cisco device's console port. This would usually be through a RS232 to USB adapter. screen /dev/ttyUSB0 9600 Even though the console port on a cisco switch might be RJ45 like ethernet, its just RS232 serial with a different connector, hence why you need the adapter. On Windows you would probably want to use something like PuTTY.")
  • 01:45, 24 February 2026 170.55.73.212 talk created page TLS Setting in Internet Options (Created page with "= TLS Settings in Internet Options (Windows) – Application Impact Chart = This page explains which applications are affected by the TLS protocol checkboxes located in: Control Panel → Internet Options → Advanced → Security These settings control the Windows SChannel / WinINet TLS stack. ---- == Applications Affected by Internet Options TLS Settings == These applications rely on Windows SChannel or WinINet and are directly affected by enabling or disabling T...")
  • 02:32, 4 February 2026 209.87.206.13 talk created page WAP Arrangement (Created page with "= Wi-Fi Access Point Placement for 2.4 GHz and 5 GHz = This page provides guidelines for placing Wi-Fi access points (APs) to optimize coverage and performance for both 2.4 GHz and 5 GHz bands. == Overview == Wi-Fi networks commonly operate on two frequency bands: 2.4 GHz and 5 GHz. Each band has different characteristics: {| class="wikitable" ! Feature !! 2.4 GHz !! 5 GHz |- | Range || Long, penetrates walls better || Short, limited range |- | Speed |...")
  • 21:59, 2 February 2026 50.220.241.211 talk created page Performing a SYN flood attack (Created page with "From Kali Linux: Open msf-console: use auxiliary/dos/tcp/synflood show options set INTERFACE virbr0 set RHOST 192.168.122.7 exploit")
  • 01:39, 9 January 2026 209.87.206.13 talk created page 802.1q (Created page with "= IEEE 802.1Q = '''IEEE 802.1Q''' is a networking standard that defines '''Virtual LAN (VLAN) tagging''' on Ethernet networks. It allows multiple VLANs to be carried over a single physical link, a process known as '''VLAN trunking'''. == Overview == 802.1Q works by inserting a 4-byte tag into an Ethernet frame. This tag identifies the VLAN to which the frame belongs, enabling network switches to separate traffic logically while sharing the same physical infrastructure....")
  • 20:39, 17 November 2025 50.220.241.211 talk created page VM Userscript to disable website right-click and copy-blocking (Created page with " // ==UserScript== // @name Force Enable Right Click, Copy & Paste // @namespace http://tampermonkey.net/ // @version 3.0 // @description Re-enables right click, text selection, and copying/pasting on all sites // @author You // @match https://www.netacad.com/* // @grant none // @run-at document-start // ==/UserScript== (function() { 'use strict'; // Re-enable text selection and right-click const style...")
  • 22:44, 28 October 2025 170.55.73.212 talk created page Ipv6 (Created page with "Preferred Format The previous figure also shows that the preferred format for writing an IPv6 address is x:x:x:x:x:x:x:x, with each “x” consisting of four hexadecimal values. The term octet refers to the eight bits of an IPv4 address. In IPv6, a hextet is the unofficial term used to refer to a segment of 16 bits, or four hexadecimal values. Each “x” is a single hextet which is 16 bits or four hexadecimal digits. Preferred format means that you write IPv6 addres...")
  • 22:10, 28 October 2025 50.220.241.211 talk created page Docker-Compose (Created page with "<hr> Use a local dockerfile instead of one hosted in a repo </hr> services: my_service: build: context: . dockerfile: Dockerfile")
  • 00:49, 6 October 2025 Lucka talk contribs moved page Example User onboarding & offboarding Scripts to Example User onboarding & offboarding Scripts for 365
  • 00:00, 6 October 2025 Lucka talk contribs created page Perform actions based on notification content (Created page with " #!/usr/bin/env bash n1='buff luigi' n2='ripped mario' dbus-monitor "interface=org.freedesktop.Notifications" | grep -i -e "$n1" -e "$n2" --line-buffered | while read found_line; do echo "$found_line" mpv "${HOME}/share/audio/dark_souls_2_parry.mp3" # replace with your command done")
  • 18:13, 2 October 2025 50.220.241.211 talk created page Naoqi (Created page with "For V6 NAO 2.8.7 (Dark Gray color robot) https://www.robotlab.com/hubfs/2.8.7.4_20210820_094013.opn and save to your desktop or a convenient location. For V6 NAO 2.8.6 (Dark Gray color robot) nao-x86-2.8.6.23_20191127_221232 and save to your desktop or a convenient location. For V5 NAO (Red or Blue color robot) https://www.robotlab.com/hubfs/Choregraphe_Files/opennao-atom-system-image-2.1.4.13_2015-08-27.opn and save to your desktop or a convenient location. For V4 N...")
  • 17:47, 2 October 2025 50.220.241.211 talk created page Nao Robot Cpu Info (Created page with " nao [err 127] ~ $ cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 55 model name : Intel(R) Atom(TM) CPU E3845 @ 1.91GHz stepping : 9 microcode : 0x903 cpu MHz : 1909.000 cache size : 1024 KB physical id : 0 siblings : 4 core id : 0 cpu cores : 4 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid le...")
  • 16:37, 2 October 2025 50.220.241.211 talk created page Nao Robot (Created page with "The naoqi operating system the robot runs uses linux kernel version <code>4.4.185-rt184-aldebaran</code>")
  • 20:28, 24 September 2025 170.55.73.219 talk created page Microsoft Authenticator (Created page with "Microsoft authenticator has no app for ubuntu touch and depends on google play services. Below is a guide for how to deal with this: https://gist.github.com/chowder/2ead734d60d84d4d15034fcce81aaaf9")
  • 23:12, 9 September 2025 170.55.73.212 talk created page Ethernet: Straight-through VS Crossover Cable (Created page with "{| class="wikitable" style="margin:auto" |+ Caption text |- ! Header text !! Header text !! Header text |- | Example || Example || Example |- | Example || Example || Example |- | Example || Example || Example |} PC <=> PC")
  • 00:02, 27 August 2025 170.55.73.212 talk created page Cisco copy destinations (Created page with " flash: Copy to flash file ftp: Copy to current system configuration scp: Copy to scp: file system startup-config Copy to startup configuration tftp: Copy to current system configuration")
  • 23:23, 26 August 2025 170.55.73.212 talk created page Example configuration files (Created page with " !router configuration in batch mode (config file) !Initial config on router A enable conf t hostname routerA enable secret itsasecret banner motd "Authorized access only. Keep off" !Lets configure the line console 0 port line con 0 password cisco login exit !now we're back in global config mode")
  • 22:46, 26 August 2025 170.55.73.212 talk created page Cisco Keyboard Shortcuts (Created page with "Break out of traceroute, etc commands when ctrl+c does not work Ctrl+Shift+6")
  • 22:39, 26 August 2025 170.55.73.212 talk created page Cisco Commands (Created page with "Elevate to root user enable")
  • 19:46, 24 August 2025 Lucka talk contribs moved page Useful Commands to Linux Commands
  • 19:39, 24 August 2025 Lucka talk contribs created page FFmpeg Cut a video to a clip by seconds (Created page with "The fastest and best ffmpeg-based method I have figured out is: ffmpeg -ss 00:01:00 -to 00:02:00 -i input.mp4 -c copy output.mp4 This command trims your video in seconds! Explanation of the command: Command Explanation -i This specifies the input file. In that case, it is (input.mp4). -ss Used with -i, this seeks in the input file (input.mp4) to position. 00:01:00 This is the time your trimmed video will start with. -to The next argument after -to specifies the p...")
  • 01:46, 22 August 2025 50.220.241.211 talk created page Python Examples (Created page with "Calculate the average of three numbers avg = float((num1+num2+num3)/3)")
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)