User contributions for Admin
Jump to navigation
Jump to search
24 September 2024
- 19:2619:26, 24 September 2024 diff hist +14,345 N Install Kubernetes 1.31 on Debian 12 with Flannel Created page with "=Intro= Installation example of Kubernetes Cluster on Debian 11 Hosts used in this sample: *c3-control-plane *c3-worker-01 *c3-worker-02 *Host specs: *VM's with 8CPUs, 16GB Ram each, running Debian12 *Host file example of c2-control-plane 127.0.1.1 c2-control-plane 127.0.0.1 localhost 192.168.2.71 c3-control-plane 192.168.2.88 c3-worker-01 192.168.2.89 c3-worker-02 =Installation on Master and on all Nodes= ==Hostnames== Hostnames used in th..." current
18 September 2024
- 09:3909:39, 18 September 2024 diff hist +42 Linux Automation →dpkg to apt current
12 September 2024
- 08:1108:11, 12 September 2024 diff hist +1 Linux Automation →Proxy usage with curl
- 08:1108:11, 12 September 2024 diff hist +80 Linux Automation →Proxy usage with curl
27 August 2024
- 21:1321:13, 27 August 2024 diff hist −1,550 Editing Python cheat sheet Replaced content with "Please goto Python cheat sheet" current Tag: Replaced
- 21:0921:09, 27 August 2024 diff hist +1,580 N Python cheat sheet Created page with "=Two dimension dictionary with embedded arrays= #Init Dict dict = {} '''#Inventory for Category Fruits''' dict['1000A'] = {} dict['1000A']['Category'] = 'Fruits' dict['1000A']['Items'] = 'Orange, Lemmon, Apple' dict['1000A']['Location'] = 'New York' '''#Inventory for Category Cars''' dict['1000B'] = {} dict['1000B']['Category'] = 'Cars' dict['1000B']['Items'] = 'Audi, BMW, Mercedes, VW' dict['1000B']['Location'] = 'London' '''#Inventory for Category Bikes''..." current
- 21:0821:08, 27 August 2024 diff hist +1,580 N Editing Python cheat sheet Created page with "=Two dimension dictionary with embedded arrays= #Init Dict dict = {} '''#Inventory for Category Fruits''' dict['1000A'] = {} dict['1000A']['Category'] = 'Fruits' dict['1000A']['Items'] = 'Orange, Lemmon, Apple' dict['1000A']['Location'] = 'New York' '''#Inventory for Category Cars''' dict['1000B'] = {} dict['1000B']['Category'] = 'Cars' dict['1000B']['Items'] = 'Audi, BMW, Mercedes, VW' dict['1000B']['Location'] = 'London' '''#Inventory for Category Bikes''..."
6 July 2024
- 16:5616:56, 6 July 2024 diff hist +36 Fail2nft No edit summary current
22 June 2024
- 15:3115:31, 22 June 2024 diff hist +2,599 Fail2nft No edit summary
19 May 2024
- 16:5216:52, 19 May 2024 diff hist +249 Splunk Cheat Sheet →Server Commands current
24 April 2024
- 18:0218:02, 24 April 2024 diff hist +9 Linux Automation →dpkg to apt
- 18:0118:01, 24 April 2024 diff hist +182 Linux Automation →Grep
22 April 2024
- 14:1614:16, 22 April 2024 diff hist +111 Linux Automation →Grep for arg, recursive for specific file types
4 January 2024
- 12:3512:35, 4 January 2024 diff hist +2,295 Docker cheat sheet No edit summary current
- 09:5409:54, 4 January 2024 diff hist +501 Splunk Cheat Sheet No edit summary
28 December 2023
- 20:2220:22, 28 December 2023 diff hist +128 Regex Cheat Sheet →Character Class current
19 December 2023
- 09:2509:25, 19 December 2023 diff hist +345 Splunk Cheat Sheet →Stats
17 December 2023
- 18:5018:50, 17 December 2023 diff hist +265 Splunk Cheat Sheet →Regex Samples
27 November 2023
- 17:2117:21, 27 November 2023 diff hist +3 Bash cheat sheet →Regex current
- 17:2117:21, 27 November 2023 diff hist +146 Bash cheat sheet →String manipulation
- 17:0617:06, 27 November 2023 diff hist +117 Bash cheat sheet →Code sample of a array (3)
- 16:5516:55, 27 November 2023 diff hist +133 Bash cheat sheet →Code sample of a array (2)
17 November 2023
- 20:2120:21, 17 November 2023 diff hist 0 Linux Automation →Grep for arg, recursive for specific file types
- 20:2020:20, 17 November 2023 diff hist 0 Linux Automation →Tar
- 20:2020:20, 17 November 2023 diff hist +2 Linux Automation →Grep and print n lines after match
- 20:2020:20, 17 November 2023 diff hist +102 Linux Automation →Grep and print n lines after match
31 October 2023
- 15:0215:02, 31 October 2023 diff hist +64 Bash cheat sheet →Condition -OR-
24 October 2023
- 17:1417:14, 24 October 2023 diff hist +455 N NFS Quick Install Created page with "Quick installation of a NFS Server on Debian 12 =Server= apt-get install rpcbind nfs-kernel-server mkdir -p /srv/nfs/storage chown -R 777 /srv/nfs/storage *Edit /etc/exports exportfs -ra *Restart systemctl restart nfs-server.service *Enable systemctl enable nfs-kernel-server systemctl restart nfs-kernel-server =Client= apt-get install rpcbind nfs-common *Edit /etc/hosts.deny rpcbind : ALL *Mount: mount -t nfs x.x.x.x:/srv/nfs/storage /mnt/" current
- 12:1712:17, 24 October 2023 diff hist +39 Git cheat sheet →Tag current
23 October 2023
- 15:5715:57, 23 October 2023 diff hist +15,556 N Install Kubernetes 1.28 on Debian 12 with Flannel Created page with "=Intro= Installation example of Kubernetes Cluster on Debian 11 Hosts used in this sample: *c1-control-plane *c1-worker-1 *c1-worker-2 *Host specs: *VM's with 2CPUs, 4GB Ram each, running Debian11 *'''Note''' No sudo was used in this Lab, instead work as root *Host file example of c1-control-plane 127.0.1.1 c1-control-plane 127.0.0.1 localhost 192.168.178.100 c1-control-plane vm-c1-control-plane 192.168.178.101 c1-worker-1 vm-c1-worker-1 192.168.178.1..." current
19 October 2023
- 20:1620:16, 19 October 2023 diff hist +426 Smarthome 2023 No edit summary current
- 20:1520:15, 19 October 2023 diff hist 0 N File:Zigbee-tuya2button.png No edit summary current
- 20:1520:15, 19 October 2023 diff hist 0 N File:Zigbee-alarm.png No edit summary current
- 20:1520:15, 19 October 2023 diff hist 0 N File:Zigbee-doorsensor.png No edit summary current
- 20:1520:15, 19 October 2023 diff hist 0 N File:Zigbee-windowsensor.png No edit summary current
- 20:1520:15, 19 October 2023 diff hist 0 N File:Zigbee-motionsensor.png No edit summary current
- 20:1420:14, 19 October 2023 diff hist 0 N File:Zigbee-waterleaksensor.png No edit summary current
- 20:1420:14, 19 October 2023 diff hist 0 N File:Zigbee-tempsensor.png No edit summary current
- 20:1420:14, 19 October 2023 diff hist 0 N File:Sh-brostrendwlan.png No edit summary current
- 20:1420:14, 19 October 2023 diff hist 0 N File:Sh-1tb.png No edit summary current
- 20:1320:13, 19 October 2023 diff hist 0 N File:Sh-mem16.png No edit summary current
- 20:1320:13, 19 October 2023 diff hist 0 N File:Zigbee-antenna.png No edit summary current
- 12:5512:55, 19 October 2023 diff hist +246 AWS cheat sheet →AMI Image current
14 October 2023
- 18:4918:49, 14 October 2023 diff hist +3,806 N AWS cheat sheet Created page with " =Identity= aws sts get-caller-identity =SSO Login= aws sso login --profile ProfileName =Secrets= *List secret aws secretsmanager list-secrets *Get secret aws secretsmanager get-secret-value --secret-id "SecretName" =Instances= *List aws ec2 describe-instances *Filter by ip address aws ec2 describe-instances --filters Name=private-ip-address,Values=x.x.x.x *Query by ID, Time and IP aws ec2 describe-instances --query 'Reservations[*].Instances[*].[InstanceId, Lau..."
- 18:4818:48, 14 October 2023 diff hist +3,647 N Docker with ipv6 on Digital Ocean Created page with "This is a proof of concept for a Docker compose setup together with ipv6 on Digital Ocean<br> =Interface Config= ==Localhost== The following lists the setup of a typical network configuration, we focus the v6 configuration: # ifconfig eth0 eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 159.65.xxx.yyy netmask 255.255.248.0 broadcast 159.65.xxx.255 inet6 '''2604:a880:400:d0::xxxx:yyy1''' prefixlen 64 scopeid 0x0<global> inet..." current
6 October 2023
- 19:1019:10, 6 October 2023 diff hist 0 N File:Do-ip6-orig.png No edit summary current
- 18:4518:45, 6 October 2023 diff hist 0 Splunk Cheat Sheet →Links
- 18:3318:33, 6 October 2023 diff hist +1 Splunk Cheat Sheet No edit summary
5 October 2023
- 14:1014:10, 5 October 2023 diff hist +8 Backup Virtual-Hard-Disk →Download current
- 14:0914:09, 5 October 2023 diff hist +1 OpenVPN Rapid Installer No edit summary current