HOWTO: gerrit submit a new patchset
You start working on a new change, submit for review, get a change request, make the necessary changes, and then submit for review. update master create new branch make a change submit the change (the…
You start working on a new change, submit for review, get a change request, make the necessary changes, and then submit for review. update master create new branch make a change submit the change (the…
1. create new instance 2. go to account, add new ssh key pair (download it) 3. create static ip address for the new instance 3.change permissions to read only: 4.create public key from private key:…
Let’s assume that you have a latex project with multiple .tex files. You want to search all the .tex files in a directory and replace the bibtexkey WSBT11 with Wallace2001. First, you can search for…
Let’s assume that you want to add an ssl certificate with certbot for your subdomain: subdomain.domain.com (replace with the desired subdomain) Prerequisites: nginx First, edit the following reverse-proxy and add the following new server Run…
Prerequisites: you are running gitlab in a docker container.First step, attach shell to docker container: Next step, start redis: Check for rack keys: The result should be similar to: Finally, delete the rack key:
Suppose you want to tunnel yourself to server Bob through login server Alice. Then you want to start jupyter lab or notebook and run in your browser: Click on URL or copy/paste it.
Assumption: you are running virtualbox under windows and want to extend a linux partition. gparted should be installed. Steps: start a command line (window+r -> cmd go to your virtual installation directory (e.g.: cd C:\Program…
The problem: you have an external hard drive that is not recognized by MacOS. What happened to me? My backup drive was connected to and Time Machine was performing a backup when I disconected the…
Ghostery blocks Typekit by Adobe, link. If you want to remove the tracker from your website, open index.html and remove the line that looks like:
Assumptions You have access to a linux server with GPUs, CUDA Toolkit (for details: NVIDIA’s documentation), NVIDIA drivers associated with CUDA Toolkit, cuDNN (for details: NVIDIA’s documentation), python 3.x, and jupyter are installed. You want…