SJShubham Jangleinsjangaledevops.hashnode.dev·Oct 13, 2023 · 10 min readscylla dbScyllaDB is a high-performance NoSQL database that is designed for real-time big data applications and workloads. Install scylladb on 1 ec2 -> provides service for better throughput and low latency setup configuration files for a better communication...01S
SJShubham Jangleinsjangaledevops.hashnode.dev·Aug 1, 2023 · 1 min readBashBlaze: 7 Days of Bash Scripting Challenge: Day1Follow the link ---> In the Solutions folder for the solutions https://github.com/ShubhamJangle8/BashBlaze-7-Days-of-Bash-Scripting-Challenge.git Thank you :)00
SJShubham Jangleinsjangaledevops.hashnode.dev·Jun 29, 2023 · 5 min readNetworking: Self learningInternet - optical fiber through water connected, satellite not preferred because distance is more TIER 1 - cables all around world - TIER 2(AIRTEL) rent through tier1 - TIER 3(JIO) rent through tier2 MAN - metropolitian area network - provide intern...00
SJShubham Jangleinsjangaledevops.hashnode.dev·May 31, 2023 · 1 min readLinux troubleshooting: Self Learningnetstat -an | grep 12345 - to view ports which are already running | we can view process on a particular port netstat -putan | grep 12345 - to view number of connections on port 12345 netstat -r - view route table netstat -i - gives interfaces netsta...00
SJShubham Jangleinsjangaledevops.hashnode.dev·May 27, 2023 · 1 min readDocker: Self LearningHost - Land Docker - building Containers - aparments VM's seperate house in a row house So Containers are isolated as apartments are... They share the same resources of building as apartments would use the resources of the whole building in common as...00