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
  • 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.")
  • 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")
  • 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: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")
  • 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>")
  • 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)")
  • 01:39, 22 August 2025 50.220.241.211 talk created page Math Operators (Created page with "Operator Name Example + Addition x + y - Subtraction x - y * Multiplication x * y / Division x / y % Modulus x % y ** Exponentiation x ** y // Floor division x // y")