Understanding Linux Cronjobs?Cronjob is a scheduled task that is defined in crontab. They are able to trigger automatically at a specified time. They are beneficial for…Dec 16, 2023Dec 16, 2023
How to Backup MongoDB in Docker Environmentdocker exec -it MONGO_CONTAINER sh mkdir backup cd backup mongodump -h localhost:27017 -d DB_NAME -o .Oct 7, 2022Oct 7, 2022
How to Define an SSH Connection Using .ssh/config File in WindowsIdentity keys are private keys that an SSHclient uses to authenticate itself when logging into an SSH server. Basically, identity keys ….May 22, 20221May 22, 20221
How to Connect to Amazon Linux 2 Mate Desktop using Remote DesktopHow to connect Linux 2 Mate Desktop using windows remote desktop? Amazon Linux 2 with GUI Mate Desktop provides a GUI for the user which isApr 28, 2022Apr 28, 2022
Forwarding Syslogs to External ServersSyslog is a standard for collecting, routing, and storing log messages. This protocol allows sending logs to a central store. Syslogs are…Feb 11, 20221Feb 11, 20221
Published inLevel Up CodingOur replica set configuration is invalid or does not include usThe following error is common in improperly synced MongoDB replica sets. The reason can be, that the instance couldn’t sync with primary or…Dec 20, 20211Dec 20, 20211
Asus ZenBook Screen Pad is Not Working After Windows Update | FIXAsus ZenBook Screen Pad 2.0 is not responding after updating or re-installing windows. This article is a quick guide to fix the issue fast.Dec 4, 20211Dec 4, 20211
Git Fetch Doesn’t Fetch All BranchesThis is a common error that occurs when attempting to sync remote changes with local repository. This can be fixed by updating git config.Oct 22, 20211Oct 22, 20211
Published inGeek CultureHow to Load a Dataset From the Google Drive to Google ColabWhen we using google colab for writing data analyzing codes, obviously we need to load our dataset from somewhere. We can use a file…Mar 28, 20213Mar 28, 20213
Connecting Sourcetree with Azure DevOps RepositoryThere are different ways to access Azure DevOps repositories. Accessing Azure DevOps using Visual Studio is very easy and it is the most…Oct 14, 20201Oct 14, 20201