Skip to content

Instantly share code, notes, and snippets.

View RitabrataDas343's full-sized avatar
:electron:
On a Mission

Ritabrata Das RitabrataDas343

:electron:
On a Mission
View GitHub Profile

i3_Ricing

This is the repository containig the ricing configuration of the system. Please follow the steps of the README.md file in the repository to get the desired effect of ricing.

i3 is one of the most popular open source software that is used for ricing. 'Ricing' basically represents customizing desktop and enables multi-tasking tiling features and so on.

To install

$ sudo apt install i3

Uncomplicated Firewall (UFW) - To Open New Ports in Linux.

Task: Add port "8080/tcp" and verify by listing the ports currently listening or are active and append the output to "zones.txt".

Assigned by: GNU/Linux Users' Group, NIT DURGAPUR.

What is Uncomplicated Firewall or UFW?

A correctly functioning firewall is the most crucial part of the complete Linux system security. By default, Debian and Ubuntu distribution comes with a firewall configuration tool called UFW (Uncomplicated Firewall), is a most popular and easy-to-use command line tool for configuring and managing a firewall on Ubuntu and Debian distributions.

@RitabrataDas343
RitabrataDas343 / Deploy.md
Created March 2, 2022 10:57 — forked from mayankt18/Deploy.md
Deploy using nginx and gunicorn and install ssl

Deploy with nginx and gunicorn

  1. Clone and run your project
  2. sudo apt update
  3. sudo apt install python3-pip python3-dev nginx
  4. sudo pip3 install virtualenv
  5. python3 -m venv env
  6. source ./env/bin/activate
  7. pip install gunicorn
  8. deactivate
@RitabrataDas343
RitabrataDas343 / postgresql-manjaro.md
Created May 18, 2022 18:54 — forked from marcorichetta/postgresql-manjaro.md
Install PostgreSQL on Manjaro and set it up for Django
@RitabrataDas343
RitabrataDas343 / .bashrc
Created June 21, 2022 17:21 — forked from rickdaalhuizen90/.bashrc
Parrot Os bash theme for ubuntu
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
# don't put duplicate lines in the history. See bash(1) for more options
# ... or force ignoredups and ignorespace
HISTCONTROL=ignoredups:ignorespace

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name: