All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Coolscript. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:26, 24 September 2024 Admin talk contribs created page 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...")
- 21:09, 27 August 2024 Admin talk contribs created page 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''...")
- 21:08, 27 August 2024 Admin talk contribs created page 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''...")
- 17:14, 24 October 2023 Admin talk contribs created page 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/")
- 15:57, 23 October 2023 Admin talk contribs created page 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...")
- 20:15, 19 October 2023 Admin talk contribs created page File:Zigbee-tuya2button.png
- 20:15, 19 October 2023 Admin talk contribs uploaded File:Zigbee-tuya2button.png
- 20:15, 19 October 2023 Admin talk contribs created page File:Zigbee-alarm.png
- 20:15, 19 October 2023 Admin talk contribs uploaded File:Zigbee-alarm.png
- 20:15, 19 October 2023 Admin talk contribs created page File:Zigbee-doorsensor.png
- 20:15, 19 October 2023 Admin talk contribs uploaded File:Zigbee-doorsensor.png
- 20:15, 19 October 2023 Admin talk contribs created page File:Zigbee-windowsensor.png
- 20:15, 19 October 2023 Admin talk contribs uploaded File:Zigbee-windowsensor.png
- 20:15, 19 October 2023 Admin talk contribs created page File:Zigbee-motionsensor.png
- 20:15, 19 October 2023 Admin talk contribs uploaded File:Zigbee-motionsensor.png
- 20:14, 19 October 2023 Admin talk contribs created page File:Zigbee-waterleaksensor.png
- 20:14, 19 October 2023 Admin talk contribs uploaded File:Zigbee-waterleaksensor.png
- 20:14, 19 October 2023 Admin talk contribs created page File:Zigbee-tempsensor.png
- 20:14, 19 October 2023 Admin talk contribs uploaded File:Zigbee-tempsensor.png
- 20:14, 19 October 2023 Admin talk contribs created page File:Sh-brostrendwlan.png
- 20:14, 19 October 2023 Admin talk contribs uploaded File:Sh-brostrendwlan.png
- 20:14, 19 October 2023 Admin talk contribs created page File:Sh-1tb.png
- 20:14, 19 October 2023 Admin talk contribs uploaded File:Sh-1tb.png
- 20:13, 19 October 2023 Admin talk contribs created page File:Sh-mem16.png
- 20:13, 19 October 2023 Admin talk contribs uploaded File:Sh-mem16.png
- 20:13, 19 October 2023 Admin talk contribs created page File:Zigbee-antenna.png
- 20:13, 19 October 2023 Admin talk contribs uploaded File:Zigbee-antenna.png
- 18:49, 14 October 2023 Admin talk contribs created page 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:48, 14 October 2023 Admin talk contribs created page 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...")
- 19:10, 6 October 2023 Admin talk contribs created page File:Do-ip6-orig.png
- 19:10, 6 October 2023 Admin talk contribs uploaded File:Do-ip6-orig.png
- 17:26, 6 August 2023 Admin talk contribs created page Enable encryption on sendmail (Created 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...")
- 07:17, 5 July 2023 Admin talk contribs created page Setup Splunk with Index and SearchHead Cluster (Created page with " =Purpose= *Setup a demo Lab with a clustered Splunk environment, based on CLI commands '''<br> *NOTE: Only to be used temporary in test environments''' =TestSetup= ==Host...")
- 19:40, 3 April 2023 Admin talk contribs created page Smarthome 2023 (Created page with " Wlan Kernel Support: https://github.com/morrownr/8812au-20210629 <br> 600px|left <br> 600px|left <br> 600px|left <...")
- 19:40, 3 April 2023 Admin talk contribs created page File:Sh-wireless.png
- 19:40, 3 April 2023 Admin talk contribs uploaded File:Sh-wireless.png
- 19:40, 3 April 2023 Admin talk contribs created page File:Sh-voltcraft.png
- 19:40, 3 April 2023 Admin talk contribs uploaded File:Sh-voltcraft.png
- 19:40, 3 April 2023 Admin talk contribs created page File:Sh-thermostat.png
- 19:40, 3 April 2023 Admin talk contribs uploaded File:Sh-thermostat.png
- 19:39, 3 April 2023 Admin talk contribs created page File:Sh-thermometer.png
- 19:39, 3 April 2023 Admin talk contribs uploaded File:Sh-thermometer.png
- 19:39, 3 April 2023 Admin talk contribs created page File:Sh-nuc.png
- 19:39, 3 April 2023 Admin talk contribs uploaded File:Sh-nuc.png
- 19:39, 3 April 2023 Admin talk contribs created page File:Sh-ble.png
- 19:39, 3 April 2023 Admin talk contribs uploaded File:Sh-ble.png
- 19:39, 3 April 2023 Admin talk contribs created page File:Sh02.jpg
- 19:39, 3 April 2023 Admin talk contribs uploaded File:Sh02.jpg
- 19:39, 3 April 2023 Admin talk contribs created page File:Sh01.jpg
- 19:39, 3 April 2023 Admin talk contribs uploaded File:Sh01.jpg