Skip to content

Instantly share code, notes, and snippets.

@TohidEq
TohidEq / torrc.examples.markdown
Last active May 31, 2026 17:50 — forked from 0x9090/torrc.examples.txt
torrc examples

This file is part of Whonix Copyright (C) 2012 - 2014 Patrick Schleizer adrelanos@riseup.net See the file COPYING for copying conditions.

    **** Do NOT edit this file! ****

This file will show you examples you can copy and paste to /etc/tor/torrc

Additionally, you can read the official Tor Manual at: https://www.torproject.org/docs/tor-manual.html.en

@TohidEq
TohidEq / gmail_in_doom_emacs.markdown
Last active December 24, 2025 10:24
Setting Up Multiple Gmail Accounts in Doom Emacs (mbsync + mu4e, App Password)

Gmail in Doom Emacs using mbsync ,mu4e and App Password(not OAuth2)

A personal note documenting how I set up multiple Gmail accounts in Doom Emacs using App Passwords (not OAuth2), mbsync, and mu4e.

example

Components covered:

  • Doom Emacs
  • Gmail App Password (no OAuth2)
  • mbsync (isync) for local IMAP sync
@TohidEq
TohidEq / tmux-cheatsheet.markdown
Created August 23, 2023 15:45 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname