Skip to content

Instantly share code, notes, and snippets.

View abbyck's full-sized avatar
🦄
kaboom

Abhinav Krishna C K abbyck

🦄
kaboom
View GitHub Profile
@abbyck
abbyck / collapsible-dropdown.md
Created August 16, 2022 11:43
Add collapsible dropdown to your GitHub Markdown
<details>
  <summary>Click me</summary>
  
  ```
  echo "hi"
  ```
</details>
@abbyck
abbyck / readme.md
Created July 9, 2022 08:03
Hack curl snippets

Check BSNL data usage without login

No need to login

curl -s 'https://redirect1.bbportal.bsnl.co.in/portal/fetchUserQuotaPM.do' -X POST | jq '.rows[]'

Delhivery tracking

Quick refresh (replace with your AWB)

@abbyck
abbyck / etc-config-mwan3
Last active November 9, 2020 10:18
mwan3 config to failover between 3 pppoe interfaces(BSNL FTTH, KeralaVision, BSNL DSL)
config globals 'globals'
option mmx_mask '0x3F00'
option rtmon_interval '5'
config interface 'wan'
option enabled '1'
list track_ip '8.8.4.4'
list track_ip '8.8.8.8'
list track_ip '1.1.1.1'
list track_ip '1.0.0.1'
/usr/lib/python3.7/site-packages/ulauncher/main.py:8: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
from gi.repository import Gtk
[!]
Looks like you are in Wayland session
Please run Ulauncher with env var
GDK_BACKEND set to 'x11' like this:
GDK_BACKEND=x11 ulauncher