Skip to content

Instantly share code, notes, and snippets.

View tnowad's full-sized avatar
:shipit:
I may be slow to respond.

Nguyen Minh Tuan tnowad

:shipit:
I may be slow to respond.
View GitHub Profile
@tnowad
tnowad / note.md
Last active November 30, 2024 11:29
A collection of documents, projects and tricks that I find useful

Accessing Blocked Websites without VPN

Method Overview:

This method enables access to blocked websites without the use of a VPN. It utilizes cutting-edge browser features to enhance security and bypass restrictions.

For Chrome 116+

Enable TLS 1.3 Hybridized Kyber Support:

Open Chrome and type chrome://flags in the address bar.

@tnowad
tnowad / i3config
Created April 12, 2024 06:15
List commands find function keys in X11
bindsym XF86Back exec --no-startup-id i3-nagbar -m "key XF86Back press"
bindsym XF86Forward exec --no-startup-id i3-nagbar -m "key XF86Forward press"
bindsym XF86Stop exec --no-startup-id i3-nagbar -m "key XF86Stop press"
bindsym XF86Refresh exec --no-startup-id i3-nagbar -m "key XF86Refresh press"
bindsym XF86Favorites exec --no-startup-id i3-nagbar -m "key XF86Favorites press"
bindsym XF86AudioMedia exec --no-startup-id i3-nagbar -m "key XF86AudioMedia press"
bindsym XF86OpenURL exec --no-startup-id i3-nagbar -m "key XF86OpenURL press"
bindsym XF86HomePage exec --no-startup-id i3-nagbar -m "key XF86HomePage press"
bindsym XF86Search exec --no-startup-id i3-nagbar -m "key XF86Search press"
bindsym XF86AudioLowerVolume exec --no-startup-id i3-nagbar -m "key XF86AudioLowerVolume press"