Skip to content

Sakibmoon

    Posted in Linux

    How to force stop hang tmux and terminal session

    • sakibmoon
    • posted on May 18, 2020May 18, 2020
    • No Comment
    When scrolling on a tmux pane, my tmux session suddenly got stuck and it stopped responding to any command. I decided to just close the terminal. On a new terminal, I tried to create a new tmux
    Read More
    Posted in Payment Gateway

    How to Use localhost as Stripe Webhook URL

    • sakibmoon
    • posted on April 30, 2020April 30, 2020
    • No Comment
    ngrok is a great tool and can be used to establish connection between local server and public internet over secure tunnels. This is a general purpose tool and can be used for a lot of tasks including
    Read More
    Posted in Reactjs

    React: Should I use Functional Component or Class Component

    • sakibmoon
    • posted on April 26, 2020April 26, 2020
    • No Comment
    Short answer, for any new projects use Functional Component. With the introduction of hooks in React 16.8, there is no reason to use class component. Facebook is also encouraging people to use
    Read More
    Posted in Ansible

    Ansible User module system parameter creates home directory

    • sakibmoon
    • posted on April 7, 2020April 7, 2020
    • No Comment
    Ansible User module has a parameter named system to create system user. It’s description says: When creating an account state=present, setting this to yes makes the user a system account. This
    Read More
    Posted in Linux

    How to sort installed packages by date in Ubuntu

    • sakibmoon
    • posted on October 31, 2017April 7, 2020
    • No Comment
    You can see the install log history in /var/log/apt/history.log, but apt do not keep track of date. But there is still ways to see the installation date of a
    Read More

    Recent Posts

    • How to force stop hang tmux and terminal session
    • How to Use localhost as Stripe Webhook URL
    • React: Should I use Functional Component or Class Component
    • Ansible User module system parameter creates home directory
    • How to sort installed packages by date in Ubuntu
    Copyright © 2020 All Rights Reserved.  Theme By Mrtemplates