PyLadies India June meetup

We, PyLadies, have started our journey for quite a sometime now. Every year since 2016, we are growing in numbers and chapters. Currently, we have eight active chapters and counting. The COVID pandemic has somehow stopped our course of having physical meetups. But on a brighter note, the situation has…

Taking backup for znc instance in Python

IRC [https://en.wikipedia.org/wiki/Internet_Relay_Chat] plays an invaluable role in the life of so many people, separated by so many miles. It has been the primary source of communication for the Free and Open Source community for decades, now. In my last post [http://anweshadas.in/…

Setting up a znc service

Here is an installation guide of znc [https://znc.in] on Fedora [https://getfedora.org/] 31 : Install the znc package sudo dnf install znc The current version of znc in Fedora 31 is znc-1.7.5-1.fc31.x86_64. Configure znc The next was to configure znc. sudo -u znc…

February PyLadies Pune workshop

It was the time for “learning Python with harware” in February, 2020 with PyLadies in Pune. Coding in Python becomes fun when one can see the changes it makes in the hardware. Selecting a place for work is always a difficult task as any organizer. College Of Engineering Pune (COEP)…

Twitter from command line

Since the time I have started writing code, the toughest job for me is to be in peace with the black and green screen, the terminal. As it is being “The Thing” which keeps my lovely husband (ah ha, really?) from me. So as an initiative of my “peace making…

How to use Let’s Encrypt with nginx and docker

In my last blog post, I shared the story on how did I set my server up. I mentioned that I’d be writing about getting SSL certificates, so here you go. When I started working on a remote server somewhere out there in the globe and letting that come…

Setting up my own server

A long, long time ago a mortgage lawyer started to write her blog, just to get familiar with several crazy newfangled things called computers and the internet by using them to do something she liked, writing. So she started writing a blog using something called Wordpress [https://wordpress.com]. The…