User contributions for 413vhcu1lq0463ob
A user with 305 edits. Account created on 6 October 2024.
18 October 2024
- 21:5321:53, 18 October 2024 diff hist +171 Kubernetes No edit summary Tag: Visual edit
- 21:4821:48, 18 October 2024 diff hist −3 Kubernetes No edit summary Tag: Visual edit
- 21:4721:47, 18 October 2024 diff hist +380 N Kubernetes Created page with "K3s install curl -sfL <nowiki>https://get.k3s.io</nowiki> | K3S_KUBECONFIG_MODE="644" sh -s - Adding node to the cluster get the token from the master with cat /var/lib/rancher/k3s/server/node-token then to install run curl -sfL <nowiki>https://get.k3s.io</nowiki> | K3S_TOKEN="YOUR TOKEN" K3S_URL="<nowiki>https://yourserver:6443</nowiki>" K3S_NODE_NAME="servername" sh -s -" Tag: Visual edit
- 21:4221:42, 18 October 2024 diff hist +17 Main Page No edit summary Tag: Visual edit
- 21:3321:33, 18 October 2024 diff hist +23 Configuring Linux static IP No edit summary Tag: Visual edit
- 21:3121:31, 18 October 2024 diff hist +464 Configuring Linux static IP No edit summary Tag: Visual edit
15 October 2024
- 17:2917:29, 15 October 2024 diff hist +656 RedHat OpenShift No edit summary current Tag: Visual edit
- 17:2717:27, 15 October 2024 diff hist +843 N RedHat OpenShift Created page with "== Users == === User types === * regular: regular users are normal users such as developers and people who manages the cluster (e.g. developer) * system: system users are users that are created on each node and have the prefix system: (e.g. system:admin, system:master) * service: service users are users that are created to allow the communication between services with the prefix system:serviceaccount (e.g. system:serviceaccount:user) === Oauth Server === ==== Modes..." Tag: Visual edit
- 16:0916:09, 15 October 2024 diff hist +23 Main Page →Stuffs Tag: Visual edit
14 October 2024
- 19:5719:57, 14 October 2024 diff hist +128 N The Generic Communication Protocol Created page with "Just a generic protocol that transfers data pont to pont using just some things version: vX.X.X size: 0-2^24 data: top of 16M" current Tag: Visual edit
- 19:2019:20, 14 October 2024 diff hist +4 Main Page →Stuffs Tag: Visual edit
- 19:2019:20, 14 October 2024 diff hist +37 Main Page No edit summary Tag: Visual edit
- 18:2418:24, 14 October 2024 diff hist +1,583 N QR Code Created page with "The number of letters a QR code can store depends on the QR code version, the error correction level, and the encoding mode. The four encoding modes are: # '''Numeric Mode''': Only digits (0-9) # '''Alphanumeric Mode''': Letters (A-Z), digits (0-9), and nine special characters (<code>space</code>, <code>$</code>, <code>%</code>, <code>*</code>, <code>+</code>, <code>-</code>, <code>.</code>, <code>/</code>, <code>:</code>) # '''Binary Mode''': Any byte of data (e.g., AS..." current Tag: Visual edit
- 18:2418:24, 14 October 2024 diff hist +14 Main Page →Stuffs Tag: Visual edit
13 October 2024
- 23:1923:19, 13 October 2024 diff hist +12 Pedro's Fedora Linux setup No edit summary Tag: Visual edit
- 23:1723:17, 13 October 2024 diff hist +92 Pedro's Fedora Linux setup No edit summary Tag: Visual edit: Switched
- 23:1123:11, 13 October 2024 diff hist +820 N My AI local config with docker compose Ollama with OpenWebUI Created page with " services: ollama: volumes: - /docker/ollama-openwebui/data/ollama:/root/.ollama container_name: ollama pull_policy: always tty: true restart: unless-stopped image: ollama/ollama:${OLLAMA_DOCKER_TAG-latest} open-webui: build: context: . args: OLLAMA_BASE_URL: '/ollama' dockerfile: Dockerfile image: ghcr.io/open-webui/open-webui:${WEBUI_DOCKER_TAG-main} container_name: open-webui..." current Tag: Visual edit: Switched
- 23:1023:10, 13 October 2024 diff hist +80 N AI - Artificial Inteligence Created page with "== Stuffs == * My AI local config with docker compose Ollama with OpenWebUI" current Tag: Visual edit
- 23:1023:10, 13 October 2024 diff hist +34 Main Page →Stuffs Tag: Visual edit
- 20:4620:46, 13 October 2024 diff hist 0 Pedro's Fedora Linux setup No edit summary Tag: Visual edit
- 20:2620:26, 13 October 2024 diff hist +22 Pedro's Fedora Linux setup No edit summary
- 20:2320:23, 13 October 2024 diff hist +12 Pedro's Fedora Linux setup No edit summary
- 20:2220:22, 13 October 2024 diff hist +45 Pedro's Fedora Linux setup No edit summary Tag: Visual edit: Switched
- 19:4419:44, 13 October 2024 diff hist 0 Pedro's Fedora Linux setup No edit summary
- 19:4219:42, 13 October 2024 diff hist +11 Pedro's Fedora Linux setup No edit summary Tag: Visual edit
- 19:2519:25, 13 October 2024 diff hist −55 Pedro's Fedora Linux setup No edit summary Tag: Visual edit
- 19:2019:20, 13 October 2024 diff hist +124 Pedro's Fedora Linux setup No edit summary Tag: Visual edit: Switched
- 18:5318:53, 13 October 2024 diff hist +1 Pedro's Fedora Linux setup No edit summary
- 18:4418:44, 13 October 2024 diff hist −96 Pedro's Fedora Linux setup No edit summary
- 18:1518:15, 13 October 2024 diff hist +2,086 N Pedro's Fedora Linux setup Created page with " # CYBER SEC STUFF sudo dnf update -y sudo dnf install hydra gobuster wafw00f whatweb golang git wfuzz snapd -y snap install seclists sqlmap hash-id cd /tmp git clone https://github.com/tomnomnom/hacks.git cd hacks/html-tool go build -o html-tool main.go sudo cp html-tool /usr/local/bin cd /tmp git clone https://github.com/003random/getJS.git cd getJS go build -o getJS main.go sudo cp getJS /usr/local/bin curl -L -o burp_community_2024.8.4_linux.sh "https:/..." Tag: Visual edit: Switched
- 17:4517:45, 13 October 2024 diff hist +33 Linux No edit summary Tag: Visual edit
12 October 2024
- 21:5221:52, 12 October 2024 diff hist +339 Compiling Python code No edit summary current Tag: Visual edit
- 18:5118:51, 12 October 2024 diff hist +58 N Compiling Python code Created page with " pip install pyinstaller pyinstaller --onefile script.py" Tag: Visual edit
- 18:2618:26, 12 October 2024 diff hist +28 Python No edit summary Tag: Visual edit
- 16:3516:35, 12 October 2024 diff hist +7,920 N Hack The Box - Windows Fundamentals - course notes Created page with "=== Windows Versions === {| class="wikitable" !Operating System Names !Version Number |- |Windows NT 4 |4.0 |- |Windows 2000 |5.0 |- |Windows XP |5.1 |- |Windows Server 2003, 2003 R2 |5.2 |- |Windows Vista, Server 2008 |6.0 |- |Windows 7, Server 2008 R2 |6.1 |- |Windows 8, Server 2012 |6.2 |- |Windows 8.1, Server 2012 R2 |6.3 |- |Windows 10, Server 2016, Server 2019 |10.0 |} === Command Get-WmiObject === We can use the Get-WmiObject to find information about the operati..." current Tag: Visual edit
- 16:0616:06, 12 October 2024 diff hist +70 N Windows Created page with "== Stuffs == * Hack The Box - Windows Fundamentals - course notes" current Tag: Visual edit
- 16:0616:06, 12 October 2024 diff hist +14 Main Page →Stuffs Tag: Visual edit
- 02:0302:03, 12 October 2024 diff hist +676 N Base64 file encode and decode with Python Created page with "Encode code import base64 input_file_path = input('Input file > ') output_file_path = input('Output file > ') with open(input_file_path, 'rb') as file: file_data = file.read() encoded_data = base64.b64encode(file_data) with open(output_file_path, 'wb') as output_file: output_file.write(encoded_data) Decode code import base64 input_file_path = input('Input file > ') output_file_path = input('Output file > ') with open(input_file_path, 'r..." current Tag: Visual edit
- 02:0002:00, 12 October 2024 diff hist +4 Python No edit summary Tag: Visual edit
- 02:0002:00, 12 October 2024 diff hist +44 Python No edit summary Tag: Visual edit
11 October 2024
- 16:1616:16, 11 October 2024 diff hist 0 Local OS monitoring client with Python No edit summary current Tag: Visual edit
- 16:1416:14, 11 October 2024 diff hist +124 Local OS monitoring client with Python No edit summary Tag: Visual edit: Switched
- 16:0316:03, 11 October 2024 diff hist +50 Local OS monitoring client with Python No edit summary Tag: Visual edit
- 16:0216:02, 11 October 2024 diff hist +54 Local OS monitoring client with Python No edit summary Tag: Visual edit
- 16:0116:01, 11 October 2024 diff hist +529 Local OS monitoring client with Python No edit summary Tag: Visual edit
10 October 2024
- 17:5017:50, 10 October 2024 diff hist +45 Python No edit summary Tag: Visual edit
- 17:4817:48, 10 October 2024 diff hist +1,030 N Local OS monitoring client with Python Created page with "This script monitores: * CPU usage (percent) * RAM usage (percent) * Swap usage (percent) * Root disk usage (percent) It's all saved on a CSV file named 'consume-metrics-YEAR-MONTH-DAY.csv' the csv structure is: year-month-day,hout:minute:second,cpu usage,ram usage,swap usage,root disk usage Here is the script import psutil import datetime import time while True: momment = datetime.datetime.now() year = momment.year month = momment.month day..." Tag: Visual edit
- 17:3217:32, 10 October 2024 diff hist +1,471 N Linux system information gathering Created page with "Save your linux configurations before making a change is important for at least 2 reasons: * If something goes wrong you can restore with the data collected * If something goes wrong but not related to what you did, you'll need prof of this (trust me this happens) My script: echo 'cat /etc/*release' cat /etc/*release echo echo echo 'df -h' df -h echo echo echo 'ip a' ip a echo echo echo 'ps -ef' ps -ef echo echo echo 'netstat -nr' net..." current Tag: Visual edit
- 17:2917:29, 10 October 2024 diff hist +41 Linux No edit summary Tag: Visual edit
- 12:4012:40, 10 October 2024 diff hist −64 Linux →Stuffs Tag: Visual edit