Database Flow Map

Recently, I set up my database workflow using a Virtual Private Server (VPS) and developed R code to easily access and analyze this database. I’ll introduce them one by one. 1) Data in local PC to MySQL Server I want to upload my data in my PC to a MySQL server hosted on a Virtual … Read more

Build a Cloud-Synced CLI Worklog: The Ultimate Minimalist Setup for Linux

In a modern workflow, we constantly bounce between various web-based note-taking tools. For a developer or researcher, the act of opening a browser, logging in, and navigating to a page is a significant context switch. When you are deep in a coding session or analyzing data in the terminal, grabbing the mouse to record a … Read more

How to Sync OneDrive (or Google Drive or Box) on Linux using Rclone?

On Linux, OneDrive cannot be downloaded and synchronized as seamlessly as it is in a Windows environment. Today, I will provide a step-by-step guide on how to install and sync OneDrive on your Linux PC. 1) Set up a new remote connection. First, let’s open the terminal using the shortcut Ctrl + Alt + T … Read more