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)- 12:27, 14 November 2019 Gejor talk contribs created page Create Custom NAT Instance in AWS VPC (Created page with "== Purpose == Build a NAT instance using CentOS to propose internet access for private subnet in AWS VPC. <br>In this tutorial, we assume that we already have a VPC with pub...")
- 13:23, 13 November 2019 Gejor talk contribs created page File:20191113 aws vpc with nat.jpg
- 13:23, 13 November 2019 Gejor talk contribs uploaded File:20191113 aws vpc with nat.jpg
- 13:22, 13 November 2019 Gejor talk contribs created page File:20191113 aws vpc with single public subnet.jpg
- 13:22, 13 November 2019 Gejor talk contribs uploaded File:20191113 aws vpc with single public subnet.jpg
- 09:21, 7 November 2019 Gejor talk contribs created page Fix Outlook Loading Profile (Created page with "== Backgroud == Some Windows 10 users have been complaining of an Outlook issue that prevents it from opening properly. <br>This issue is common with all Outlook versions fr...")
- 16:54, 5 November 2019 Gejor talk contribs uploaded a new version of File:20191005 aws vpc with nat gateway.jpg
- 16:52, 5 November 2019 Gejor talk contribs created page File:20191005 aws vpc with nat gateway.jpg
- 16:52, 5 November 2019 Gejor talk contribs uploaded File:20191005 aws vpc with nat gateway.jpg
- 16:50, 5 November 2019 Gejor talk contribs deleted page File:20191005 aws vpc with nat.jpg (deleted)
- 16:50, 5 November 2019 Gejor talk contribs deleted page File:20191005 aws vpc with nat.jpg (Deleted old revision 20191105055835!20191005_aws_vpc_with_nat.jpg: replaced)
- 16:49, 5 November 2019 Gejor talk contribs deleted page File:20191005 aws vpc with nat.jpg (Deleted old revision 20191105094827!20191005_aws_vpc_with_nat.jpg: already replaced)
- 16:48, 5 November 2019 Gejor talk contribs uploaded a new version of File:20191005 aws vpc with nat.jpg
- 13:02, 5 November 2019 Gejor talk contribs created page File:20191005 aws vpc with single public subnet.jpg
- 13:02, 5 November 2019 Gejor talk contribs uploaded File:20191005 aws vpc with single public subnet.jpg
- 12:58, 5 November 2019 Gejor talk contribs uploaded a new version of File:20191005 aws vpc with nat.jpg
- 12:54, 5 November 2019 Gejor talk contribs created page File:20191005 aws vpc with nat.jpg
- 12:54, 5 November 2019 Gejor talk contribs uploaded File:20191005 aws vpc with nat.jpg
- 12:00, 5 November 2019 Gejor talk contribs created page Create New VPC Environment in AWS (Created page with "== Purpose == Amazon Virtual Private Cloud (Amazon VPC) enables us to launch AWS resources into a virtual network that we've defined. <br>This virtual network closely resemb...")
- 13:47, 1 November 2019 Gejor talk contribs created page Setup Site to Site VPN (IPSec) Between AWS VPC and Sophoss XG V17 (Created page with "https://community.sophos.com/kb/en-us/133057")
- 14:55, 24 October 2019 Gejor talk contribs created page Setup Remote VPN (SSL) in Sophos XG V17 (Created page with "https://www.youtube.com/watch?v=4kARIyM8VgU")
- 13:56, 22 October 2019 Gejor talk contribs created page Import MySQL Database Dump File (Created page with "== Purpose == This topic describes how to use the psql command to restore the MySQL data backup files to MySQL DB. == Import the Dump File == Just run below command and ch...")
- 12:49, 22 October 2019 Gejor talk contribs created page Kill PostGreSQL Session or Connection (Created page with "<pre> SELECT pg_terminate_backend(pid) FROM pg_stat_activity WHERE -- don't kill my own connection! pid <> pg_backend_pid() -- don't kill the connecti...")
- 15:27, 17 October 2019 Gejor talk contribs created page Setup SSH Key in Linux (Created page with "== About SSH Key == SSH keys provide a more secure way of logging into a virtual private server with SSH than using a password alone. While a password can eventually be crack...")
- 15:26, 17 October 2019 Gejor talk contribs created page Create New User in Linux with Sudo (Created page with "<pre> [root@gejoreuy ~]# adduser [username] [root@gejoreuy ~]# usermod -aG wheel [username] [root@gejoreuy ~]# vi /etc/sudoers.d/waagent [username] ALL = (ALL) NOPASSWD: ALL <...")
- 16:45, 15 October 2019 Gejor talk contribs created page Install & Use Docker Compose in Linux CentOS 7 (Created page with "https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-compose-on-centos-7")
- 16:37, 15 October 2019 Gejor talk contribs created page Install & Use Docker in Linux CentOS 7 (Created page with "https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-centos-7")
- 14:41, 14 October 2019 Gejor talk contribs created page Export & Import MySQL Database (Created page with "https://www.alibabacloud.com/help/doc-detail/26133.htm")
- 14:39, 14 October 2019 Gejor talk contribs created page Install MySQL Client in Linux CentOS 7 (Created page with "https://www.cyberciti.biz/faq/centos-linux-56-install-mysql-client-only/")
- 13:22, 14 October 2019 Gejor talk contribs created page Export PostgreSQL Database to Dump File (Created page with "== Purpose == This topic describes how to use the psql command to backup the PostgreSQL database to a dump file. == Import the Dump File == Just run below command and chang...")
- 13:16, 14 October 2019 Gejor talk contribs moved page Import PostgreSQL Database to Import PostgreSQL Database Dump File without leaving a redirect (Renaming tittle)
- 13:13, 14 October 2019 Gejor talk contribs deleted page Migrate an On-Premises PostgreSQL Database to ApsaraDB RDS for PostgreSQL (content was: "#REDIRECT Import PostgreSQL Database", and the only contributor was "Gejor" (talk))
- 13:13, 14 October 2019 Gejor talk contribs moved page Migrate an On-Premises PostgreSQL Database to ApsaraDB RDS for PostgreSQL to Import PostgreSQL Database
- 12:52, 14 October 2019 Gejor talk contribs moved page Install MediaWiki as Wikipedia on Linux CentOS 7 to Install MediaWiki as Wikipedia in Linux CentOS 7 without leaving a redirect
- 12:49, 14 October 2019 Gejor talk contribs created page Install PostGreSQL Client in Linux CentOS 7 (Created page with "== Purpose == We want our CentOS 7 machine act as database client and can access a PostGreSQL database. == Install PostGreSQL Client == <pre> [root@gejoreuy ~]# yum install...")
- 12:03, 13 October 2019 Gejor talk contribs created page Migrate an On-Premises PostgreSQL Database to ApsaraDB RDS for PostgreSQL (Created page with "https://www.alibabacloud.com/help/doc-detail/96785.htm")
- 14:22, 11 October 2019 Gejor talk contribs created page Setup OpenVPN Server in AWS VPC (Created page with "== Purpose == We'll build an OpenVPN server with CentOS 7 in AWS VPN. This server will be run 24x7 and user as client can connect into it to access all resources & services t...")
- 15:44, 2 September 2019 Gejor talk contribs created page Start VirtualBox Guest VM Automatically in Windows (Created page with "== Step by Step == === Check List of The VMs Name === <pre> C:\Users\idiksub>"C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" list vms "IDKUT-V-TEST01" {2b260015-9c26-4ab...")
- 15:05, 9 August 2019 Gejor talk contribs created page Install MediaWiki as Wikipedia on Linux CentOS 7 (Created page with "=== System Requirements === MediaWiki requires PHP 5.5.9+ and either MySQL 5.0.2+, MariaDB, or one of the other three possible stores. === Prepare Web Server, PHP, and Datab...")
- 14:36, 9 August 2019 Gejor talk contribs deleted page File:20190809 gejor.jpg (Deleted old revision 20190809073612!20190809_gejor.jpg: Replacement)
- 14:36, 9 August 2019 Gejor talk contribs uploaded a new version of File:20190809 gejor.jpg
- 14:29, 9 August 2019 Gejor talk contribs created page File:20190809 gejor.jpg
- 14:29, 9 August 2019 Gejor talk contribs uploaded File:20190809 gejor.jpg
- 14:03, 9 August 2019 Gejor talk contribs deleted page Gejoreuy Main Page (content was: "#REDIRECT Gejoreuy")
- 14:00, 9 August 2019 Gejor talk contribs moved page Main Page to Gejoreuy Main Page (Change tittle)
- 13:58, 9 August 2019 Gejor talk contribs moved page Main Page to Gejoreuy (Change tittle)
- 13:42, 9 August 2019 Gejor talk contribs created page Test (Created page with "This is just a test page with a picture.")
- 13:41, 9 August 2019 Gejor talk contribs created page File:20190809 keren.jpg
- 13:41, 9 August 2019 Gejor talk contribs uploaded File:20190809 keren.jpg