Dev Matters

Programming, DevOps, Cybersecurity, and the Journey in Tech

Installing Jupyter Notebook in virtual env

We have seen how Jupyter notebook can be launched from python virtual environment

Obsidian Sync as service

Obsidian series - part 3

This is final article of Obsidian sync series. This article will automate the process of executing script created in part 2 of Obsidian sync series. We will also see to execute script at a time using linux systemd timer so that automated push can happen at a time of the day.

Obsidian Sync script

Obsidian series - part 2

We have seen how a script can do heavy work for us to add, commit and push to remote repository. In third and final article of the series we will automate the process that triggers at a time so that we can affort to forget git push after completing work.

Obsidian Sync

Obsidian series - part 1

Obsidian is very popular text editor. The notes stored in obsidian are stored locally on desktop. There are paid services which can store your data to cloud. This article is first article of series and this series will shows a clever way you can configure to store your data in git. Program will show you to configure auto commit a time a day so you don't forget to save your work to cloud.

AWS - Getting Started

We have learned how to start using Amazon Web Services. We have launched EC2 compute server in cloud as our first step. You should be feeling confident by now. Congratulations!