Monday, March 22, 2021

How to edit an environment variable in Windows:

  No comments
March 22, 2021
 How to edit an environment variable in Windows:Open the Run (Windows + R) and execute the command: rundll32.exe sysdm.cpl,EditEnvironmentVariables.In the Environment Variables window, select the variable you want to change.Click or tap Edit.Make the modifications you desire and press OK.Press...
Read More

Tuesday, September 15, 2020

Allow remotely mongodb connection

  No comments
September 15, 2020
mongremote
In this tutorial, I will teach you how to make a remote Mongodb connection on the Google Cloud Platform1. Edit mongod.confvim /etc/mongod.conf2....
Read More

How to Enable Access Control in MongoDB

  No comments
September 15, 2020
mongodb
 After you install mongodb and get the warning to enable access control. You can follow this step1. Start MongoDB without access...
Read More

Install MongoDB ubuntu

  No comments
September 15, 2020
mongodb
How to Install MongoDB Community Edition, you can follow the steps in Mongodb documentation.type this command on your terminal.1....
Read More

Thursday, August 6, 2020

How to Changing Timezone Ubuntu into Asia / Jakarta Indonesia

  No comments
August 06, 2020
timezone
When using ubuntu or ubuntu server in the cloud and want the server time according to your country's time, then you can simply change...
Read More

Thursday, May 16, 2019

Reset a PostgreSQL sequence and update column values

  No comments
May 16, 2019
Screenshot+at+May+16+17-08-01
this can re-increment value of table on postgre Example your table like that SOLUTION UPDATE public.migrations SET id=10000+nextval('public.migrations_id_seq'); ALTER...
Read More

Wednesday, May 15, 2019

How to setup VPN Server to Ubuntu

  No comments
May 15, 2019
algo
Run the following commands inside the new virtual private server to update its OS and install Algo VPN core prerequisites: apt-add-repository...
Read More