Articles
2024
Setting up Moodle on Hetzner using Webmin/Virtualmin
Hetzner is a physical server provider as compared to cloud where you have virtual machine. if you are setting up a new machine on hetzner , you may walk through…
August 13, 2024
Must do list on a Hetnzer server setup
Update and Upgrade Your System Updating and upgrading your system ensures you’re running the latest security patches and features sudo apt update sudo apt upgrade Set Up a Basic Firewall…
August 10, 2024
Serving SCORM from Amazon S3 and CloudFront to Moodle: Overcoming Cross-Domain Challenges
In the world of e-learning, SCORM (Sharable Content Object Reference Model) is a crucial standard that allows for the interoperability and tracking of online learning content. However, when it comes…
August 4, 2024
BlackBoard Ultra Course Migration To Moodle
Making the switch from Blackboard to Moodle doesn't have to be a daunting task. If you have existing course content in the form of Blackboard Course Packages , this blog…
January 12, 2024
EBS Vs EFS Vs NFS for Moodledata : A Comprehensive Comparison
When it comes to hosting Moodledata on AWS, choosing the right storage solution is crucial for optimal performance. In this evaluation, we compare the performance of Amazon Elastic Block Store…
January 5, 2024
2023
Takeaway from : Total Money MakeOver
The Total Money Makeover : A Proven Plan for Financial Fitness Dave Ramsey Book Link : https://www.goodreads.com/book/show/78427.The_Total_Money_Makeover Takeaway Learning Myth : I don’t have time to work on a budget,…
October 3, 2023
How to pass the AWS SCS-C02 Security Specialty Exam
To pass the AWS SCS-C02 Security Speciality Exam, I covered one course, AWS best practice FAQ, AWS skill builder readiness test, and security learning path which provides video guides for…
August 23, 2023
AWS : IAM permission RBAC and ABAC
The IAM permission model allows Role-based access control as well as Attribute-based access control so that fine-grained access can be provided. IAM Permission Generally, there are 2 types of permission…
July 31, 2023
Service worker in Moodle
Implementing Service worker in Moodle let's start with a brief about service worker, usage, and benefits and then continue to implement in moodle as an installable web-app. Service Worker A…
June 20, 2023
Takeaway from : Scaling Up
Scaling Up : How a Few Companies Make It...and Why the Rest Don't Verne Harnish Book Link : https://www.goodreads.com/book/show/22212880-scaling-up Takeaway Learning Handling a company’s growth successfully requires three things: an…
June 2, 2023
Takeaway from : Mastering the Rockefeller Habits
Mastering the Rockefeller Habits: What You Must Do to Increase the Value of Your Growing Firm Verne Harnish Book Link : https://www.goodreads.com/en/book/show/16120 Takeaway Learning Have a healthy executive team. The…
May 20, 2023
Takeaway from : The 7 Habits of Highly Effective People
The 7 Habits of Highly Effective People: Powerful Lessons in Personal Change Stephen R. Covey , Jim Collins Book Link : https://www.goodreads.com/book/show/36072.The_7_Habits_of_Highly_Effective_People Takeaway Learning Be proactive. Proactive people take responsibility…
April 29, 2023
Takeaway from : zero to one
Zero to one : Notes on Startups, or How to Build the Future Peter Thiel , Blake Masters Book Link: https://www.goodreads.com/en/book/show/18050143 Takeaway Learning In the most dysfunctional organizations, signaling that…
April 11, 2023
Serving Data Securely from S3 bucket using cloud front
When it comes to serving data from S3 buckets using CloudFront, there are numerous tutorials available. However, security is a crucial aspect that needs to be taken care of. There…
March 21, 2023
Takeaway from : The Phoneix project
The Phoenix Project: A Novel About IT, DevOps, and Helping Your Business WinGene Kim , Kevin Behr , George Spafford Book Link : https://www.goodreads.com/en/book/show/17255186-the-phoenix-project Takeaway Learning Success is not delivering…
February 6, 2023
Takeaway from : The Lean startup
Book Link : https://www.goodreads.com/book/show/10127019-the-lean-startup Takeaway Learning Build-Measure-Learn. The fundamental activity of a startup is to turn ideas into products, measure how customers respond, and then learn whether to pivot or…
January 24, 2023
2022
Moodle with AWS opensearch
following is a step-by-step guide to setup moodle global search with AWS OpenSearch service. This provides enhanced searching in rich content. Moodle A powerful open-source LMS. AWS opensearch This is…
December 1, 2022
AWS Devops Cheat Sheet
There is a plethora of services provided by AWS, however, the following is oriented in the aspect of AWS DEVOPS professional certification and AWS professional solution architect certification. GeneralDeveloper ToolsComputeDatabaseStorageManagement…
October 10, 2022
Git Utilities and hacks
Although GIT is an old topic, still i am adding a collection of basic and useful git utilities and hacks that is helpful in day-to-day git cli interaction. Reference to…
September 19, 2022
Setup Solr with Moodle for search inside files content
Following is the step by step guide to setup Solr with Moodle for search inside files content. This will need setting up of SOLR, setting up php-solr extension and solr…
June 29, 2022