Enhancing Business Insights and Enterprise Search with Amazon QuickSight and Amazon KendraFeb 28, 2025·5 min read·3
PinnedEasy Custom Ubuntu Server Auto-Install GuideConfigure a custom Ubuntu server ISO for seamless automatic installationDec 19, 2023·9 min read·307
Unlocking the Layers: How Android, Linux, and Your Smartphone IntertwineFrom Unix Inspiration to Global Domination: The Dynamic History of Linux and AndroidNov 20, 2023·4 min read·31
What is a file system, and why do computers need it?In today's digital age, we rely on computers and other digital devices to store, manage and access a vast amount of data. Whether it's personal documents, photos, music, or business files, the ability to organize, store and access data efficiently is...May 4, 2023·4 min read·74
Amazon EC2 pricingWith Amazon EC2, you pay only for the computing time that you use. Amazon EC2 offers a variety of pricing options for different use cases. For example, if your use case can withstand interruptions, you can save with Spot Instances. You can also save ...Mar 27, 2023·2 min read·44
Introduction to AWS EC2Amazon Elastic Compute Cloud (Amazon EC2) Amazon Elastic Compute Cloud (Amazon EC2) provides secure, resizable compute capacity in the cloud as Amazon EC2 instances. Imagine you are responsible for the architecture of your company's resources and nee...Mar 26, 2023·2 min read·36
Create Your First Git hookGit hooks are shell scripts found in the hidden .git/hooks directory of a Git repository.Dec 11, 2022·2 min read·30
RUN instruction - DockerfileThe RUN instruction will execute the Linux command on a new layer. It is used to alter the image like adding new packages using apt-get or changing file permissions etc. RUN has 2 forms: RUN (the command is run in a shell, which by default is /bin/...Nov 26, 2022·2 min read·23