Skip to content

Instantly share code, notes, and snippets.

View sirusdas's full-sized avatar
😎
Think Interesting!!!

Suresh sirusdas

😎
Think Interesting!!!
View GitHub Profile
username: sshd
@sirusdas
sirusdas / firefoxScreeshot_readme.md
Created January 13, 2023 02:44
Enable Firefox Screenshot Option
  1. Enter "about:config" text into your address bar.
  2. Accept the Risk on your own
  3. Search for "extensions.screenshots.disabled" and change to false.
@sirusdas
sirusdas / enterprise_token.rb
Created June 23, 2024 17:17 — forked from CC1119/enterprise_token.rb
OpenProject Enterprise mode for free
############ REPLACE app/models/enterprise_token.rb in the source code with this file! ################
############ also be sure to RESTART OpenProject after replacing the file. ################
############ it doesn't show that enterprise mode is enabled in the settings, but all ################
############ enterprise mode features, such as KanBan boards, are enabled. ################
#-- copyright
# OpenProject is an open source project management software.
# Copyright (C) 2012-2024 the OpenProject GmbH
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License version 3.
@sirusdas
sirusdas / mac_os_helpers.md
Created September 28, 2024 09:14
Mac OS stuffs

Python installation and version change:

Below command helps to check the path variable where python might be installed.

grep -H 'PATH=' ~/.zshrc ~/.bash_profile ~/.bashrc ~/.profile ~/.zprofile ~/.zlogin /etc/profile /etc/bashrc /etc/zshrc

MAC Setup

This was used to install node 14.19.1 using nvm install 14.19.1

arch -x86_64 zsh