Startertutorials Blog
Tutorials and articles related to programming, computer science, technology and others.
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.

Let’s Compare TKL and 75% Keyboard Layouts

Categories: Hardware. No Comments on Let’s Compare TKL and 75% Keyboard Layouts

When it comes to keyboard layouts, two popular options to consider are TKL (Tenkeyless) and 75%. Each layout offers a unique combination of form factor, functionality, and space-saving design. In this article, we will compare TKL and 75% keyboard layouts, highlighting their strengths and differences to help you make an informed decision about which one […]

Read the rest of this entry »

Java Microservices on AWS: Best Practices for Scalability and Resilience

Categories: Cloud. No Comments on Java Microservices on AWS: Best Practices for Scalability and Resilience

Overview Java Microservices on AWS is a modern approach to building and deploying applications that is gaining popularity in the software development community. The approach involves breaking down a large application into small, independent services, each with its own functionality, and deploying them on a cloud infrastructure such as AWS. This allows for greater scalability […]

Read the rest of this entry »

Bitnami LAMP Stack Installation and Configuration

Categories: Linux. No Comments on Bitnami LAMP Stack Installation and Configuration

In this article we will learn about Bitnami LAMP stack installation and configuration on a Linux machine. This covers how to establish a SSH connection to the LAMP server and accessing phpmyadmin running on the LAMP server.     These instructions assume that the OS on the host machine (your computer) is Ubuntu 16.04.   […]

Read the rest of this entry »

Openstack Ocata Installation on Ubuntu 16.04

Categories: Cloud. 1 Comment on Openstack Ocata Installation on Ubuntu 16.04

  Following are instructions for installing OpenStack (ocata) on Ubuntu 16.04 LTS VM.   When creating Ubuntu VM, the RAM size must be at least 4GB. Otherwise, OpenStack may show errors while installing.   Add user named “stack” using the following command: sudo useradd -s /bin/bash -d /opt/stack -m stack   Assign no password for […]

Read the rest of this entry »

Cloud Computing Trends, Challenges, and Surveys

Categories: Cloud and Cloud Computing. 1 Comment on Cloud Computing Trends, Challenges, and Surveys

This article contains links to various resources on the web that disseminate knowledge with respect to cloud computing trends, challenges in its adoption, and various surveys related to cloud technology.   My main intention to create this article/post is to save these links for my future research related to cloud and its security. May be […]

Read the rest of this entry »