All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Gejoreuy. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 14:52, 9 March 2023 Gejor talk contribs created page Extend FS Partition after Resizing Disk Size in Linux (Created page with "Let say after upgrading disk size in our virtual machine, we got condition like this: <pre> root@gejoreuy:/home/operations# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT...")
- 21:34, 7 March 2023 Gejor talk contribs created page Update Java Version (Created page with "If multiple Java versions are installed on your server, we can specify the default Java version using this command: $ update-alternatives --config java")
- 22:11, 19 July 2022 Gejor talk contribs created page MySQL Cheat Sheet (Created page with "'''List MySQL Users''' mysql=# SELECT user FROM mysql.user;")
- 13:59, 28 April 2022 Gejor talk contribs created page Move a PostgreSQL Data Directory to a New Location on Ubuntu (Created page with "https://www.digitalocean.com/community/tutorials/how-to-move-a-postgresql-data-directory-to-a-new-location-on-ubuntu-16-04")
- 13:59, 28 April 2022 Gejor talk contribs created page Adding a New Disk Drive to an Ubuntu Linux System (Created page with "https://www.techotopia.com/index.php/Adding_a_New_Disk_Drive_to_an_Ubuntu_Linux_System#Creating_Linux_Partitions <br>Note : <br>When configuring /etc/fstab, use UUID rather t...")
- 16:38, 11 January 2022 Gejor talk contribs deleted page Git Pull Request (Author request: content was: "https://www.youtube.com/watch?v=e3bjQX9jIBk", and the only contributor was "Gejor" (talk))
- 16:37, 11 January 2022 Gejor talk contribs deleted page Git Merge & Git Rebase (Author request: content was: "https://www.youtube.com/watch?v=KWAZl2QHC44", and the only contributor was "Gejor" (talk))
- 10:06, 1 October 2021 Gejor talk contribs created page ElasticSearch Cheat Sheet (Created page with "'''List Index''' $ curl http://localhost:9200/_cat/indices?v")
- 14:11, 5 August 2021 Gejor talk contribs created page Azure CLI Cheat Sheet (Created page with "== Login == $ az login == Check Subscription == $ az account show == Set into Subscription == $ az account set --subscription [subscription-id] == Install Azure DevOp...")
- 14:12, 4 August 2021 Gejor talk contribs created page Terraform Cheat Sheet (Created page with "https://owendavies.net/articles/create-azure-virtual-machine-with-terraform/")
- 15:24, 3 August 2021 Gejor talk contribs created page Install Azure CLI in Linux CentOS 7 (Created page with "== Preparation == Before we install Azure CLI, we need to make sure we already have these installed : 1. Python 3.6.x, 3.7.x or 3.8.x 2. libffi 3. OpenSSL 1.0.2 If we have...")
- 14:19, 3 August 2021 Gejor talk contribs created page Install Terraform in Linux CentOS 7 (Created page with "== Step by Step == Install yum-config-manager to manage our repositories. root@gejoreuy:~# yum install -y yum-utils Use yum-config-manager to add the official HashiCorp Li...")
- 22:17, 20 July 2021 Gejor talk contribs created page Install Ansible in Linux CentOS 7 (Created page with "== Purpose == Installing Ansible into our machine that running Linux CentOS 7. == Install PostGreSQL Client == <pre> [root@gejoreuy ~]# yum update [root@gejoreuy ~]# yum in...")
- 15:53, 19 February 2021 Gejor talk contribs moved page Basic Kubernetes Command to Kubernetes Cheat Sheet without leaving a redirect (Renaming tittle)
- 08:40, 21 January 2021 Gejor talk contribs created page Connect to Multiple OpenVPN Tunnels from Windows 10 (Created page with "== Step by Step == # safas # fsafaf")
- 22:36, 8 December 2020 Gejor talk contribs created page Install ELK (ElasticSearch, Logstash, & Kibana) with FileBeat in Linux CentOS 7 (Created page with "How to : https://www.tecmint.com/install-elasticsearch-logstash-and-kibana-elk-stack-on-centos-rhel-7/ <br>Tambahan untuk ElasticSearch repo : https://www.digitalocean.com/com...")
- 10:18, 6 December 2020 Gejor talk contribs created page FirewallD Cheat Sheet (Created page with "'''How to List Services that Allowed''' $ firewall-cmd --zone=public --list-services '''How to List Ports that Allowed''' $ firewall-cmd --zone=public --list-ports '''Ho...")
- 12:43, 30 November 2020 Gejor talk contribs created page PostgreSQL Cheat Sheet (Created page with "'''List PostgreSQL Databases''' postgres=# \l '''List PostgreSQL Schemas''' postgres=# \dn '''List PostgreSQL Tables''' postgres=# \dt '''List PostgreSQL Users'''...")
- 09:48, 24 November 2020 Gejor talk contribs created page Kafka Backup Cheat Sheet (Created page with "'''How to Backup Topic''' Syntac : $ backup-standalone.sh --bootstrap-server [source-bootstrap-node]:9092 --topics [topic-name] --target-dir [directory-path-to-put-backup-r...")
- 09:44, 24 November 2020 Gejor talk contribs created page Kafka Cheat Sheet (Created page with "'''How to List Kafka Topics''' Syntac : $ kafka-topics.sh --zookeeper [zookeeper-node]:2181 --list Eg : $ kafka-topics.sh --zookeeper de-devcluster2-kafka-vm-0:2181 --li...")
- 09:41, 24 November 2020 Gejor talk contribs moved page Basic Git Command to Git Cheat Sheet without leaving a redirect
- 09:41, 24 November 2020 Gejor talk contribs moved page Basic Docker Command to Docker Cheat Sheet without leaving a redirect
- 22:03, 7 November 2020 Gejor talk contribs created page Install Grafana in Linux CentOS 7 with Prometheus Data Source (Created page with "== Introduction == Grafana is a multi-platform open source analytics and interactive visualization web application. <br>Refer to Grafana official page to know more about this...")
- 21:25, 7 November 2020 Gejor talk contribs created page Install Node Exporter in Linux CentOS 7 and Connect It to Prometheus Server (Created page with "== Introduction == Node-exporter is one of Prometheus exporter which used to generate metrics data from a server. <br>The metrics data can be a usage of : cpu, memory, disk,...")
- 20:59, 7 November 2020 Gejor talk contribs created page Install Prometheus in Linux CentOS 7 (Created page with "== Introduction == Prometheus is an open-source systems monitoring and alerting tool. == Step by Step == === Step 1 : Prepare User & Group for Prometheus === [root@moni...")
- 14:40, 27 October 2020 Gejor talk contribs created page Monitor PostgreSQL Replication (Created page with "'''Find Out Which is Master or Slave''' # select pg_is_in_recovery() If it's true, we're on a slave; if false, master. '''List All Databases''' # \l '''Check Synchron...")
- 13:45, 12 October 2020 Gejor talk contribs created page Setup OpenVPN Client in Linux Ubuntu (Created page with "== Purpose == We'll install an OpenVPN client in Linux Ubuntu 18 server. So this server can use OpenVPN client to connect to a vpn network. <br>Make sure we already have an o...")
- 15:56, 21 September 2020 Gejor talk contribs created page Docker & VirtualBox in Windows (Created page with "Docker in Windows can not run in same time with VirtualBox virtualization. <br>Please refer to this : https://superuser.com/questions/1515188/why-does-this-virtualbox-error-ap...")
- 10:00, 12 September 2020 Gejor talk contribs moved page Install Git in Linux CentOS to Install Git Specific Version in Linux CentOS without leaving a redirect
- 09:59, 12 September 2020 Gejor talk contribs created page Install Git in Linux CentOS (Created page with "== Step by Step == Prerequisites. [root@gejoreuy ~]# yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel [root@gejoreuy ~]# yum install gcc perl-ExtU...")
- 20:35, 24 July 2020 Gejor talk contribs created page Communication Between Multiple Docker Compose Project (Created page with "https://stackoverflow.com/questions/59547142/why-isnt-my-container-joining-an-existing-network-in-docker-compose")
- 15:43, 24 July 2020 Gejor talk contribs created page Git Pull Request (Created page with "https://www.youtube.com/watch?v=e3bjQX9jIBk")
- 15:26, 24 July 2020 Gejor talk contribs created page Git Merge & Git Rebase (Created page with "https://www.youtube.com/watch?v=KWAZl2QHC44")
- 18:37, 22 July 2020 Gejor talk contribs created page Connect to Remote PostgreSQL Database (Created page with "== Purpose == This topic describes how to use the psql command to connect to PostgreSQL database from Linux terminal. == Import the Dump File == Just run below command and...")
- 13:40, 1 July 2020 Gejor talk contribs created page Convert SSH Key from PEM to PPK (Created page with "== Step by Step == <br>We'll do this in PuTTYgen application in Linux. root@gejoreuy:~# puttygen keyname.pem -O private -o keyname.ppk")
- 13:38, 1 July 2020 Gejor talk contribs created page Convert SSH Key from PPK to PEM (Created page with "== Step by Step == <br>We'll do this in PuTTYgen application in Linux. root@gejoreuy:~# puttygen server.ppk -O private-openssh -o server.pem")
- 12:52, 1 July 2020 Gejor talk contribs moved page Convert Existing Public And Private Keys to PPK to Convert SSH Key from Public & Private Keys to PPK without leaving a redirect (Change tittle)
- 14:26, 30 June 2020 Gejor talk contribs created page Check Java Information in Linux (Created page with "Just run below command : <pre> root@gejoreuy:~# java -XX:+PrintFlagsFinal -version | grep -iE 'HeapSize|PermSize|ThreadStackSize' </pre>")
- 09:49, 24 June 2020 Gejor talk contribs created page Install NodeJS & NPM in Windows 10 (Created page with "https://phoenixnap.com/kb/install-node-js-npm-on-windows")
- 10:39, 20 June 2020 Gejor talk contribs created page Create New PostgreSQL Database (Created page with "== Purpose == This topic describes how to use the psql command to create new database in PostgreSQL environment. == Create New Database == Just run below command and change...")
- 10:34, 20 June 2020 Gejor talk contribs created page Drop PostgreSQL Database (Created page with "== Purpose == This topic describes how to use the psql command to removes all the catalog entries and data directory permanently from the PostgreSQL environment. == Drop Da...")
- 13:21, 10 June 2020 Gejor talk contribs moved page Install Ansible in Linux Ubuntu 18 to Install & Configure Ansible in Linux Ubuntu 18 without leaving a redirect (Change tittle)
- 17:06, 9 June 2020 Gejor talk contribs created page Deploy Website Using Ansible (Created page with "https://www.youtube.com/watch?v=XQlgP9OcjWg")
- 16:12, 9 June 2020 Gejor talk contribs created page Install Ansible in Linux Ubuntu 18 (Created page with "https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-ansible-on-ubuntu-18-04")
- 09:23, 29 May 2020 Gejor talk contribs created page Install Jenkins in Linux CentOS 7 (Created page with "https://linuxize.com/post/how-to-install-jenkins-on-centos-7/")
- 09:22, 29 May 2020 Gejor talk contribs deleted page Install Jenkins in Linux CentOS 7 (Delete)
- 14:56, 27 May 2020 Gejor talk contribs created page Basic Git Command (Created page with "https://www.earthdatascience.org/workshops/intro-version-control-git/basic-git-commands/")
- 14:55, 27 May 2020 Gejor talk contribs deleted page Basic Git Command (Fix)
- 09:57, 22 May 2020 Gejor talk contribs created page Convert Existing Public And Private Keys to PPK (Created page with "Next launch PuTTYgen from the Windows Programs list. <br>1. Click Conversions from the PuTTY Key Generator menu and select Import key. <br>2. Navigate to the OpenSSH private...")
- 09:25, 20 May 2020 Gejor talk contribs created page Renew & Reactivate Microsoft Sponsorship (Created page with "== Introduction == Microsoft Azure Sponsorship is a Microsoft Azure subscription or donations for non-profit organization. <br>Total credit for Microsoft Sponsorship subscri...")