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)

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

25 September 2023

5 September 2023

15 August 2023

6 August 2023

  • 17:2617:26, 6 August 2023 diff hist +238 N Enable encryption on sendmailCreated page with "Sendmail will be installed on Debian including sasl.<br> To finalize it is required to setup the users on this mta. Sample: #saslpasswd2 username@domain.com This will creat..." current

25 July 2023

12 July 2023

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