User contributions for Admin

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

24 September 2024

  • 19:2619:26, 24 September 2024 diff hist +14,345 N Install Kubernetes 1.31 on Debian 12 with FlannelCreated 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

12 September 2024

27 August 2024

  • 21:1321:13, 27 August 2024 diff hist −1,550 Editing Python cheat sheetReplaced content with "Please goto Python cheat sheet" current Tag: Replaced
  • 21:0921:09, 27 August 2024 diff hist +1,580 N Python cheat sheetCreated 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 sheetCreated 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

22 June 2024

19 May 2024

24 April 2024

22 April 2024

4 January 2024

28 December 2023

19 December 2023

17 December 2023

27 November 2023

17 November 2023

31 October 2023

24 October 2023

  • 17:1417:14, 24 October 2023 diff hist +455 N NFS Quick InstallCreated 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 FlannelCreated 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

14 October 2023

  • 18:4918:49, 14 October 2023 diff hist +3,806 N AWS cheat sheetCreated 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 OceanCreated 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

5 October 2023

(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)