All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Essential. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:10, 15 March 2023 Tcepo talk contribs created page Enigme72 (Created page with "32,24")
- 00:42, 5 March 2023 Tcepo talk contribs uploaded File:Ynotopec elementary particles motion interaction science 4f947bd8-3a57-49f5-a5b5-df3128737f22.png
- 00:42, 5 March 2023 Tcepo talk contribs created page File:Ynotopec elementary particles motion interaction science 4f947bd8-3a57-49f5-a5b5-df3128737f22.png
- 14:37, 25 February 2023 Tcepo talk contribs deleted page Clean Windows computer (content was: "'''NETTOYAGE DU PC SOUS WINDOWS''' : - Désactiver les applications au démarrage sauf applications(app) windows /où certifiés avec une license genre google (voir la note en bas de la page) ---> Pour cela on fait éxécuter ---> msconfig (sous windows 7, on appuie sur démarrer et on tape dans la barre de recherche "msconfig") - [http://fr.wikipedia.org/wiki/HijackThis HijackThis] - [http://fr.wikipedia.org/wiki/AntiVir Antivir] - [http://fr.wikipedia.org/wiki/S...")
- 12:13, 24 February 2023 Tcepo talk contribs created page K8s-odf-rook-ceph (Created page with "<syntaxhighlight lang="bash"> #!/bin/bash #==OPENSHIFT STORAGE/ODF== #https://red-hat-storage.github.io/ocs-training/training/ocs4/ocs4-install-no-ui.html#_installing_openshi...")
- 13:15, 19 February 2023 Tcepo talk contribs created page Cloud (Created page with "Sujets liés au Cloud Computing et aux Technologies de l'Information : * Présentation et avantages du Cloud Computing * Clouds publics, privés et hybrides * Modèl...")
- 01:49, 16 February 2023 Tcepo talk contribs deleted page Hardware problems, how to check? (content was: "As many people here have all kinds of computer problems, I thought it would be nice to make a sticky thread, containing some general info on how to check wether your hardware is failing. As there are zillions of different systems around the entire globe, there's no way to make a thread that applies to every situation, but there a few basic things you might want to check,...", and the only contributor was "Tonycepo" (talk))
- 12:50, 15 February 2023 Tcepo talk contribs moved page Training k8s to K8s-training without leaving a redirect
- 21:02, 14 February 2023 Tcepo talk contribs created page Training k8s (Created page with "<syntaxhighlight lang="bash"> #==TRAINING K8S/HELM== #URL https://nameSpace.domainCluster nameSpace=infra-$USER domainCluster=c2.mi.infocepo.com mkdir -p ~/old localPassword=...")
- 13:38, 11 February 2023 Tcepo talk contribs created page ResultDiff (Created page with "===AUTOMATED=== * Execute : <syntaxhighlight lang="bash"> mkdir -p ~/old &&\ cd ~/old &&\ curl https://infocepo.com/wiki/index.php/Special:Export/K8s-users 2>/dev/null |tac |s...")
- 10:10, 9 February 2023 Tcepo talk contribs created page K8s-users (Created page with "===AUTOMATED=== * Set variables : <pre> userList= apiUrl= </pre> * Execute : <pre> touch /tmp/$$ &&\ chmod 660 /tmp/$$\ chown :0 /tmp/$$\ curl https://infocepo.com/wiki/index....")
- 13:24, 2 February 2023 Tcepo talk contribs created page Argocd (Created page with " == ARGOCD INSTALL == <syntaxhighlight lang="bash"> #https://www.opsmx.com/blog/argo-cd-installation-into-kubernetes-using-helm-or-manifest/ hostDomain=argocd.infocepo.com na...")
- 18:11, 25 January 2023 Tcepo talk contribs created page Sandbox (Created page with "<syntaxhighlight lang="bash"> echo 'toto' break </syntaxhighlight lang="bash">")
- 18:28, 19 January 2023 Tcepo talk contribs created page Microk8s (Created page with " == kubernetes == #https://kubernetes.io/blog/2019/11/26/running-kubernetes-locally-on-linux-with-microk8s/ dhcpList=192.168.1.21-192.168.1.29 snap install microk8s --classic...")
- 11:52, 19 January 2023 Tcepo talk contribs deleted page Docker2k8s (content was: "<syntaxhighlight lang="bash"> ####### BEGIN USEFULL CODE ######## image= export REGISTRY_FQDN_DST= ####### END USEFULL CODE ######## apt install podman podman-docker -y ||yum install podman podman-docker -y systemctl start podman.socket cat << EOT>Dockerfile FROM ${image} USER root ####### BEGIN USEFULL CODE ######## ####### END USEFULL CODE ######## RUN grep -rlw http /etc |whil...", and the only contributor was "Tcepo" (talk))
- 22:05, 12 January 2023 Tcepo talk contribs created page Endpoint-k8S (Created page with "<syntaxhighlight lang="bash"> appCfg="50 app1 51:443 app2 52:8081 app3" networkZone=192.168.1 cluster_domain=domain-example yum install nc -y echo "${appCfg}" |\ sed -rn 's...")
- 01:42, 10 January 2023 Tcepo talk contribs created page Docker2rootless (Created page with "==docker2rootless== <syntaxhighlight lang="bash"> ####### BEGIN USEFULL CODE ######## image= export REGISTRY_FQDN_DST= ####### END USEFULL CODE ######## (apt install podman...")
- 13:37, 30 November 2022 Tcepo talk contribs created page SATELLITE6 (Created page with "<syntaxhighlight lang="bash"> == infra update == Comment mettre à jour l infra Linux? * Nettoyer les SNAP === ${SERVER_NAME} === * Vérifier le planning et suivre la checkli...")
- 12:30, 24 November 2022 Tcepo talk contribs created page SATELLITE6 RHEL PARTITION (Created page with "<syntaxhighlight lang="bash"> #Dynamic # Determine RHEL or CentOS Major version in order to switch between XFS or EXT4 <% if @host.operatingsystem.family == 'Redhat' && @host....")
- 11:29, 22 September 2022 Tcepo talk contribs created page Helm2airgap (Created page with "<syntaxhighlight lang="bash"> yum install skopeo -y podman login --authfile $(realpath ~/${REGISTRY_FQDN_DST}-auth.json ) ${REGISTRY_FQDN_DST} helm dependency build helm tem...")
- 11:28, 22 September 2022 Tcepo talk contribs deleted page Helm2airgap
- 11:09, 22 September 2022 Tcepo talk contribs created page Helm2airgap (Created page with "<syntaxhighlight lang="bash"> yum install skopeo -y podman login --authfile $(realpath ~/${REGISTRY_FQDN_DST}-auth.json ) ${REGISTRY_FQDN_DST} helm dependency build helm tem...")
- 18:02, 16 September 2022 Tcepo talk contribs created page Docker2k8s (Created page with "==DOCKER2OPENSHIFT== <syntaxhighlight lang="bash"> #https://developers.redhat.com/articles/2021/11/11/best-practices-building-images-pass-red-hat-container-certification#best_...")
- 21:29, 12 July 2022 Tcepo talk contribs created page Cloud Native (Created page with "=DAT= Object: Create a cloud native framework ==ARCHITECTURE (macro)== #https://wikitech.wikimedia.org/wiki/DNS?wprov=srpw1_0 or https://blogs.mulesoft.com/dev-guides/how-to-...")
- 00:17, 1 July 2022 Tcepo talk contribs created page PGSQL-HA (Created page with "Voici un exemple de diagramme POSTGRES en HA :<br><br> File:PGSQL-HA.drawio.png <br><br> Et voici le diagramme lors de la perte d'un noeud :<br><br> File:PGSQL-HA-DOWN.d...")
- 23:41, 30 June 2022 Tcepo talk contribs uploaded File:PGSQL-HA-DOWN.drawio.png
- 23:41, 30 June 2022 Tcepo talk contribs created page File:PGSQL-HA-DOWN.drawio.png
- 23:39, 30 June 2022 Tcepo talk contribs uploaded File:PGSQL-HA.drawio.png
- 23:39, 30 June 2022 Tcepo talk contribs created page File:PGSQL-HA.drawio.png
- 23:56, 28 June 2022 Tcepo talk contribs created page OPENSHIFT URLS (Created page with "<syntaxhighlight lang="bash"> kubectl get routes --all-namespaces |tail -n +2 |\ sed -rn 's#^space:*[^[:space:]]+space:+[^[:space:]]+space:+([^[:space:]]+)...")
- 20:51, 22 June 2022 Tcepo talk contribs uploaded File:DEVSECOPS+VM-DIAGRAM.drawio.png
- 20:51, 22 June 2022 Tcepo talk contribs created page File:DEVSECOPS+VM-DIAGRAM.drawio.png
- 19:08, 22 June 2022 Tcepo talk contribs uploaded File:DEVSECOPS-DIAGRAM.drawio.png
- 19:08, 22 June 2022 Tcepo talk contribs created page File:DEVSECOPS-DIAGRAM.drawio.png
- 21:43, 21 June 2022 Tcepo talk contribs uploaded File:K8S.drawio.png
- 21:43, 21 June 2022 Tcepo talk contribs created page File:K8S.drawio.png
- 01:38, 24 April 2022 Tcepo talk contribs created page Kubernetes (Created page with "==Diagram== file:KUBERNETES-INFRA-DIAGRAM-HA.drawio.png")
- 01:36, 24 April 2022 Tcepo talk contribs uploaded File:KUBERNETES-INFRA-DIAGRAM-HA.drawio.png
- 01:36, 24 April 2022 Tcepo talk contribs created page File:KUBERNETES-INFRA-DIAGRAM-HA.drawio.png
- 18:03, 2 April 2022 Tcepo talk contribs deleted page PC repair (content was: "==OS/linux install== ===Clean packages Ubuntu=== <pre>apt-get purge unity ubuntu-desktop ubuntu-minimal ubuntu-restricted-addons ubuntu-restricted-extras ubuntu-standard && sudo apt-get install unity ubuntu-desktop ubuntu-minimal ubuntu-restricted-addons ubuntu-restricted-extras ubuntu-standard</pre> ===Ubuntu install=== <pre>apt-get install gparted partimage nmap mc twinkle pyrenam...", and the only contributor was "Tcepo" (talk))
- 18:03, 2 April 2022 Tcepo talk contribs deleted page Ubuntu vs Windows (content was: "* Ubuntu is more secure and stable than Windows. * Windows is more powerfull for multimedia than Ubuntu. * Ubuntu is easier to manage than Windows.")
- 18:02, 2 April 2022 Tcepo talk contribs deleted page Ubuntu (content was: "==Reset Gnome settings== <pre> cd ~ && find . -type d -name "*gnome*" -exec echo "rm -rf "{} \; | grep ^"rm -rf ./." | sh ; cd - </pre>", and the only contributor was "Tcepo" (talk))
- 19:08, 16 March 2022 Tcepo talk contribs deleted page MigrationOra.sh (content was: "<syntaxhighlight lang="bash"> #!/bin/bash # migrationOra.sh <envCode> <RHELVersion> <hostName|appCode> [IPADDR] #pacheco at infocepo.com # if no parameters take from list if [ $# -eq 0 ] ;then cat /exploitation/env/migrationOraCfg |grep . |grep -vE "^space:*#" |sed -r 's#space:+#;#g' |head -20 |while IFS=';' read envMy RHELVersion hostName IPADDR ;do /exploitation/e...", and the only contributor was "Tcepo" (talk))
- 10:12, 13 March 2022 Tcepo talk contribs uploaded a new version of File:Infocepo.drawio.png
- 23:15, 12 March 2022 Tcepo talk contribs uploaded a new version of File:Infocepo.drawio.png
- 23:08, 12 March 2022 Tcepo talk contribs uploaded a new version of File:Infocepo.drawio.png
- 22:13, 12 March 2022 Tcepo talk contribs uploaded File:Diagram-migration-ORACLE-KVM-v2.drawio.png
- 22:13, 12 March 2022 Tcepo talk contribs created page File:Diagram-migration-ORACLE-KVM-v2.drawio.png
- 16:20, 12 March 2022 Tcepo talk contribs reverted File:Infocepo.drawio.png to an old version (Reverted to version as of 15:29, 5 March 2022 (CET))
- 12:20, 12 March 2022 Tcepo talk contribs uploaded a new version of File:Infocepo.drawio.png