0. Overview This tutorial will guide you through building a Word Count program using the Hadoop MapReduce framework. The basic idea is to store the input file in the HDFS structure of Hadoop and run the program from the local machine. The program will read this input file, count the number of words, and write the result back to HDFS. ...
Dockerize a Laravel 11 Application
Dockerizing a Laravel 11 application provides a consistent development environment, ensuring your application runs the same across different systems. This is especially useful in teams where developers may have different system configurations or when deploying to production. In this guide, we’ll walk through the steps to Dockerize a Laravel 11 application from scratch. ...
Dockarize a Laravel 11 Application
Dockerizing a Laravel 11 application provides a consistent development environment, ensuring your application runs the same across different systems. This is especially useful in teams where developers may have different system configurations or when deploying to production. In this guide, we’ll walk through the steps to Dockerize a Laravel 11 application from scratch. ...
Problem Solving Skill: Why is it important? - Simple Explanation
Problem solving is a part of our daily life, both at home or in the workplace. For that very reason we can say that problem solving skills are important in our life. ...
Linux (Ubuntu) Server Management Cheatsheet
I started this post for my personal use. However, if you find it useful, you can use it.This post will be edited continuously. ...
যেভাবে Mailspring এ ইয়াহু মেইল অ্যাকাউন্ট অ্যাড করবেন (Video)
Mailspring প্রচুর ফিচার এবং দারুণ ইউজার ইন্টারফেস সম্বলিত ডেক্সটপ মেইল ক্লায়েন্ট। Gmail, Yahoo, Outlook/Hotmail, Yandex, ProtonMail সব অ্যাকাউন্টের এক ও অভিন্ন ঠিকানা হতে পারে মেইলস্প্রিং । কিভাবে Mailspring এ ইয়াহু মেইল অ্যাকাউন্ট অ্যাড করবেন সেটাই এই ভিডিও তে দেখানোর চেষ্টা করেছি। ...
Install XAMPP, Composer on Ubuntu 20.04 LTS or Newer
XAMPP is a complete package of Apache, MariaDB(MySql), PHP and Perl. XAMPP is completely free software and widely used on Windows platforms for web development and database management. Its easy to install XAMPP on a Windows operating system but complicated to install on a Linux machine. In this article, I am trying to show how to install XAMPP on Ubuntu 20.0.4LTS+. ...
কমান্ড লাইনের মাধ্যমে MySql ডাটাবেজ এক্সপোর্ট/ইম্পোর্ট করা
আমি এই লেখায় সার্ভারে অবস্থিত ডাটাবেজকে export/import করে দেখাবো। একই পদ্ধতি পিসির লোকাল apache/nginx সার্ভারেও অনুসরণ করা যাবে। ...
একই অ্যাপাচি সার্ভারে (উবুন্টু) একাধিক সাইট হোস্ট করা
অ্যাপাচি সার্ভারে চাইলেই একই সাথে অনেকগুলো ওয়েবসাইট হোস্ট করা যায়। এতে খরচ যেমন কমে তেমনি একাধিক সার্ভার কনফিগারেশন করার ঝামেলায় যেতে হয় না। এই ফিচারটি ভার্চুয়াল হোস্ট নামে পরিচিত। ...
গিট ব্যবহার করে উবুন্টু সার্ভারে ফাইল আপলোড
FTP ক্লায়েন্ট ব্যবহার করে রিমোট সার্ভারে ফাইল আপলোড করা বেশ সময় সাপেক্ষ আর কষ্টকরও। কেমন হয় যদি git ব্যাবহার করে একটি মাত্র কমান্ড দিয়ে সার্ভারে ফাইল আপলোড করা যায়? এই লেখাটিতে সেই উপায়টিই বাতলে দেওয়ার চেষ্টা করছি। ...