To rename a git branch locally type the following: git branch -m <new_branch_name> Example of renaming a local git branch Let's say we had a branch `patch_stikcynavbar` and we want to fix the spelling then we just type: git checkout patch_stikcynavbar git branch -m patch_stickynavbar Example of renaming a remote git branch First, we rename…
Author: ওয়াসী (Wasi)
Setup Real Time Login Alert using a Telegram Bot in Linux VPS
In this article, We are going to setup linux vps login alert based on PAM using Telegram Bot. I am assuming you already have a vps and know how to use ssh to login. 1. Create a Telegram Bot and Get the Access Token To create a Telegram bot, we will need a telegram account.…
Recommended Books for Beginners to Learn Ethical Hacking
In this article, I'm attempting to raise your curiosity to learn ethical hacking so that you can get the basic idea of Computer Underground. These are hand picked and by no means a complete list of all the hacking books you need to master the art of ethical hacking:
It’s been three years already…
Three years ago, I lost one of the most precious gifts of my life... My mother (I call her 'Ammi') She had an amazing personality, she was jolly. She was kind to all and never distinguished people in different types or categories. People used to be very fond of her as she treated them with…
The Term “Good Programming” – in a nutshell
Nowadays the term Programming is becoming very popular! Specially among those who are involved in any profession related to Computer Science or, Web Development & Design. Most of them do programming more or less everyday! But, not everyone who code is a good programmer! One of the biggest reason behind this is to be a…
কিভাবে পাইথনের বেসিকস শিখবো?
বেসিক থেকে ইন্টারমিডিয়েট লেভেলের পাইথন প্রোগ্রামার হিসেবে নিজেকে গড়ে তোলা শুরুতেই বলে রাখি, কোন প্রোগ্রামিং ল্যাঙ্গুয়েজ আয়ত্ত করা সোজা কথা না। কারণ, আমি নিশ্চিতভাবেই বলতে পারি, প্রোগ্রামিং এর বিভিন্ন নতুন কনসেপ্ট গুলো বুঝে আত্মস্থ করা এবং সেটাকে কাজে লাগানো অনেক কঠিন, এটাই স্বাভাবিক তা না হলে আপনি অবশ্যই গিফটেড ;)। যদি সি এস ই বা কম্পিউটার সায়েন্স…
Classic 2048 Game Tips & Tricks
আজকে আমি ২০৪৮ গেইমের কিছু ট্রিক্স ও টিপস আপনাদের সাথে শেয়ার করবো। ৪ ক্রস ৪ বোর্ডের এই ক্লাসিক গেইমের মজার কিছু ফিচার নিয়েও আলোচনা করা হবে
How to run Multiple Terminal Sessions on Linux VPS Server
In this article, I will introduce you with one of the handy tool for your vps servers. It is an extremely useful app for maintaining multiple terminal sessions through just one window! This Command Line Utility is called Screen.You may think of it as a Manager who manages different terminal sessions for you using shell.…
How to create a .torrent file to share files or directories with a self hosted Private Tracker in Linux
In this tutorial, you will learn how to create self hosted private tracker using bittornado on a linux based system to share file using torrent and, seed it using ctorrent.
Learn Fundamentals of Computer Programming Using Python – Python Workshop 2018
Last September 2018, I have organized a Free for All Basic Python Workshop in Premier University Chittagong. It was two day Workshop where numerous python enthusiasts participated spontaneously!