Skip to content

Instantly share code, notes, and snippets.

View chaudharydeepanshu's full-sized avatar
:octocat:
wfh

Deepanshu chaudharydeepanshu

:octocat:
wfh
View GitHub Profile
@rydmike
rydmike / analysis_options.yaml
Last active December 3, 2025 13:28
RydMike lints v2.6.0 - Personal preferences and starting point for Dart & Flutter linter rules setup.
# RydMike LINTER Preferences v2.6.0
#
# Get this file here: https://gist.github.com/rydmike/fdb53ddd933c37d20e6f3188a936cd4c
#
# We include and activate all_lint_rules, then below we disable the not used or desired ones.
# You can find a list of all lint rules to put in your all_lint_rules.yaml file here:
# https://dart.dev/tools/linter-rules/all
#
# This version is updated for Flutter 3.38 and Dart 3.10.
#
@mrladeia
mrladeia / readme.md
Last active October 25, 2025 22:00
Iptables to Oracle Cloud port 80 and 443 open

IPTABLES to Oracle Cloud port 80 and 443 open

If you need to open up ports 80 and 443, on file /etc/iptables/rules.v4 just add

-A INPUT -p tcp -m state --state NEW -m multiport --dports 80,443 -j ACCEPT

directly below

@nicolasdao
nicolasdao / open_source_licenses.md
Last active November 27, 2025 22:24
What you need to know to choose an open source license.