Search
Topics
- 3D Scene Reconstruction (3)
- CMake (1)
- Coding (3)
- Educational Game (12)
- Git (1)
- Literature (3)
- Lotka-Volterra Visualizer (1)
- Mathematical Models (3)
- Matrix Multiplication (1)
- Nonrandom Thoughts (4)
- OpenCL (1)
- OpenCV Errors (1)
- OpenCV Journey (5)
- OpenTiles (1)
- Performances (1)
- Theories (2)
- Ubuntu (2)
- Uncategorized (2)
Friends
Links
Category Archives: Coding
Dropbox Woes – Recovering Data in Bulk
TLDR To recover many recently deleted files or folders scattered across many directories, just delete the folder highest in the file system tree that contains everything you want restored. Then recover that folder through the Dropbox web app. All of … Continue reading
Posted in Coding
Leave a comment
Configuring an AWS Ubuntu Server Instance
After connecting to your newly instantiated server, you will want to configure it. The first thing I always do is create an account for myself, and then disable the public/private key authentication requirements for SSH tunneling. Be wary about whether … Continue reading
Launching an AWS Instance
We will be configuring a virtual server to provide data aggregation and visualization services. There will be many posts in this series, but we must begin by initializing our Amazon Web Services (AWS) instance. First choose to “Launch Instance” from … Continue reading
Posted in Coding
Leave a comment