Optimising disk usage of a linux server

Finding out which files, folders or tools are consuming disk size might be tricky. In this article, I am going to discuss some
basic commands and tools those are helpful for finding out the issues and some measures that can prevent unnecessary disk usage.

Get started

The following command prints the folders with disk usage greater than a Gigabyte.

1
du -h / 2>/dev/null | grep '[0-9\,]\+G\s'

Explanation

du / lists all the folders and their disk usage
-h flag prints the sizes in human-readable format
| pipe operator
grep '[0-9\,]\+G\s' runs a regular expression pattern in each line. The pattern means anyword that starts with at least one digit followed by a comma, then followed by a letter G
2>/dev/null (This phrase suppresses all errors.) In this case, filters out all the “permission denied” error.

Sample output:

1
2
3
4
5
6
7
8
9
10
11
12
2.1G	/usr/lib
3.6G /usr
1.1G /var/log/journal/15fbb9d7d55f2ef0bcfb758634f17574
1.1G /var/log/journal
1.1G /var/log
2.0G /var
1.2G /home/robinmollah/.cache/yarn/v6
1.2G /home/robinmollah/.cache/yarn
1.2G /home/robinmollah/.cache
3.4G /home/robinmollah
3.6G /home
9.3G /

Read More

Nginx essential cheatsheet

Nginx saves it’s logs, configs, binaries in different folder in different operating system. Every time I struggle to find them in different locations.
Also, the commands are different. I have curated these in this document based on Ubuntu, Macbook and CentOS(coming soon).
Moreover, there are some frequently encountered issues and solution.

Read More

Generating Lets Encrypt SSL certificate using Certbot

Let’s Encrypt allows to generate a free SSL certificate for almost anyone who owns a domain. Generating an SSL certificate
is very easy when you are behind a NGINX server or the IP Address is directly pointing to the server you are IN.
It gets a bit tricky in other cases. You have to use the certbot’s DNS challenge verifying ownership of the domain. Here
are the steps:

Read More

Deploying third party SSL in the GKE

Prerequisite

You already have the fullchain and private key of the SSL certificate. How to use them to access a deployment.

Kubernetes resources

We will need the following resources:

  • A deployment (WebServer) [Pre-requisite]
  • A NodePort pointing to the deployment
  • An Ingress pointing to the NodePort
  • An SSL certificate [You can get free from nginx as well]

Read More

Maintaining extra large binary files with Git and GCS

[Writing in progress]

Index

  • Overview
  • Limits of existing git servers
  • Gitea
  • Method of integration with GCS

Git is not good for version controlling large binary files. Especially if they are frequently making a huge historical changes.
The repository size increases rapidly. It exponentially increases the time to clone the repository to a new machine or instance.

There is a maximum file and repository limits in Git systems as well.

Besides, we don’t get a lot of benefits of Git for binary files. For example, we can’t merge the changes from different branches.
We cannot have a meaningful history of the changes.

In this article I will be discussing the size issues and their solutions only.

In this table, I am showing the comparison between some popular Git systems and their maximum allowed size.

x GitHub BitBucket GitLab
Single file limit normally: 100 MB
With LFS: 2GB
Repository size Recommended: <**1GB**
Strongly recommended: <5GB
normally: 2 GB
With LFS and paid upto 4GB

Read More

Dare to make mistake, Dare to do things you can't

“ভুল করা” একটি বে……শ প্রশংসনীয় কাজ।

কয়েকদিন আগে নাসা 1300 কোটি বছর আগের একটি ফটো প্রকাশ করে। এটি আমাদের মহাবিশ্ব নিয়ে ধারণা স্পষ্টতর হওয়ার অন্যতম ইন্ডিকেটর। এত দূর চলে আসার শুরুটা হয়েছিল, হাজার হাজার উদ্ভট ভুল ধারণার উপর। এরিস্টটল এবং প্ল্যাটোও মহাবিশ্ব নিয়ে অনেক ভুল তথ্য দিয়েছে। প্রতি শতাব্দীতে আমরা নিজেদের বারবার সংশোধন করেছি। আমরা শক্তি, বস্তু, পদার্থ, পরমাণু নিয়ে ২০০ বছর আগে যে অবস্থানে ছিলাম, এখন বেশ ভিন্ন অবস্থানে আছি।

আমি এখন যে স্মার্টফোন চালাই, আইন্সটাইন স্মার্টফোন চালিয়ে যেতে পারেন নি। আমার এক ফ্রেন্ড এইচএসসি শেষ করে স্মার্টফোন ম্যানুফাকচারিং এ কাজ করে। এর মানে কি আইন্সটাইন চিন্তাধারায় পিছিয়ে? আমরা এখন অনেক তথ্য জানি যা আইন্সটাইনও জানতেন না। যেমন, আইন্সটাইন বিশ্বাস করতেন পারমাণবিক অস্ত্র বানানো সম্ভব না। এখন আমরা জানি সম্ভব। আমাদের যে এখন মোবাইলের OLED রঙিন ডিসপ্লে, এ পর্যন্ত আসতে আমাদের অনেকগুলো আইটেরেশন(ভুল) এর দরকার পরে। আমরা সাদা কালো ডিসপ্লে থেকে রঙিন ডিসপ্লেতে আসতে আমাদের অনেক অনেক নতুন জ্ঞান যুক্ত করতে হয়েছে। কিন্তু সাদা কালো ডিসপ্লে একটা স্টেপিং স্টোন রঙ্গিন ডিসপ্লে তে আসার জন্য। আমরা সাদা কালো ডিসপ্লের ভুল না করে রঙ্গিন ডিসপ্লেতে আসতে পারবো না।

এরিস্টটল এর ভুলগুলোও কোপারনিকাস এবং গ্যালিলিও কে এক ধাপ এগিয়ে নিয়ে যেতে পেরেছে। সেই ভুলগুলোর উপর ভিত্তি করেই নিউটন মহাকর্ষ ধারনা নিয়ে আসে।

এখন যদি আমি ভুল কিছু ভাবি, ভুল কিছু করি, ইটস ফাইন, সামনে আমি ভাল করবো। আমি না করলে অন্য কেউ করবে।

আমাদের প্রত্যেকটি বিশাল অর্জনের শুরু হয়েছে একদম হাস্যকর ভুল কনসেপ্ট থেকে। পিথাগোরাস আগুন, পানি এবং ৩ টা পদার্থকে মৌলিক মনে করতেন, এই কনসেপ্ট এরিস্টটল এবং প্ল্যাটোর যুগেও বহাল থাকে। পৃথিবীকে ঘিরে সব কিছু ঘুরে, এই কনসেপ্ট এরিস্টটল যুগেও বহাল থাকে। আমরা ভুল সংশোধন করে পদার্থ এবং শক্তি ডিফাইন করি। মৌলিক পদার্থ ডিফাইন করি। অণুর সাথে পরিচিত হই, তারপর পরমানুর সাথে পরিচিত হই। তাকেও ভেঙ্গে আমরা নিউট্রন ইলেক্ট্রনের সাথে পরিচিত। এখন পদার্থ এবং শক্তি নিয়ে আমাদের যে ধারণা তা প্রাথমিক ধারণা থেকে অনেক বেশি এগিয়ে। এই পুরো যাত্রাটা ছিল মূলত আমাদের ভুল খুজে বের করার যাত্রা। যারা প্রাথমিক পর্যায়ে ভুল ধারণা দিয়েছিল, তারাও সামনে এগিয়ে যেতে বড় ভূমিকা রেখেছিল।

ভুল করা আসলে এগিয়ে যাওয়ার এক ধাপ সিড়ি, পরিপক্বতার অংশ।

How to avoid ending up with a legacy system

We give very little to no attention to increasing the lifespan of our software source code. The less attention we give
to this, the faster we will make our system a legacy system.

To avoid creating a legacy system, here are some points we can consider:

Predict the lifespans of the tech stack: We should keep an eye on the life span of programming language, libraries,
frameworks, cloud providers, third-party vendors, and open-source projects as well. Suppose, your project highly depends on AWS for storage. If AWS fails to cope with improved storage solutions then part of your system is also failing. If any open-source projects cannot move without contribution

Let’s consider the case of Android development.

The way we develop Android apps today is very different from the way we have done only 6-8 years back. Eclipse was the leading IDE, Now Android Studio. We used ADT Bundle instead of Android SDK. There is a huge improvement brought in development, data structure, security, UI, etc.

If a codebase was reluctant to step back from adopting new changes, it’s now become a legacy system.

How I add a new skill or experience in Robin.Engineer

This is a very simple question. Isn’t it? I just open the HTML file and I add a new skill or experience. But I don’t do it in this way.
How do I update it in my portfolio website? Before going into that question, let me tell you how I am doing this thing and why? Let’s explore the options we have.
Do I store the skills map in a database? Keep it hard coded in the HTML file? How simple I want?

Read More

Uploading extra large files to S3

In this article, I will be discussing 3 approaches we have followed to upload large files to S3.
As requirements increased, we had to face some issues in different methods we have faced and finally came out with the highest possible
performance in S3.
We have tried the following methods

  • Streaming through multer-s3
  • Single PUT Request
  • Single POST Request
  • Multipart Upload

    Read More