Skip to content

Instantly share code, notes, and snippets.

View cyrixhero's full-sized avatar
🏠
Working from home

Cyrix Zhan cyrixhero

🏠
Working from home
View GitHub Profile
@michael-lazar
michael-lazar / alternatives_to_rtv.md
Last active April 29, 2025 01:11
Alternatives to RTV
@leafsummer
leafsummer / make_zero_seed.md
Last active May 17, 2022 11:54
zeronet auto make seed

Become a Seeder: If you have a spare node (like a Raspberry PI with external HDD), you can setup a ZeroNet node here, which can automatically download and seen each new site published here.

Script to download new sites:


ZERO_DIR=~/ZeroNet-master
ZERO_HOST=127.0.0.1
@FrancisMurillo
FrancisMurillo / browsing-w3m-anonymously-tor.el
Last active January 19, 2021 11:29
Browsing w3m Anonymously With tor
(with-eval-after-load 'w3m
(require 'cl nil t)
(require 'cl-compat nil t)
(when (and (executable-find "polipo")
(executable-find "tor"))
(defcustom fn/w3m-polipo-cache-dir (expand-file-name "polipo-cache" user-emacs-directory)
"Polipo cache directory."
:type 'directory)
(defcustom fn/w3m-tor-cache-dir (expand-file-name "tor-cache" user-emacs-directory)
anonymous
anonymous / index.html
Created November 9, 2016 17:44
Capture FB Reactions count and show them on webpage
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>My FB Reactions Page</title>
<style>
html {
box-sizing: border-box;
width: 100%;
@kurgm
kurgm / GWN_usage.ja.md
Last active November 19, 2022 07:07
GlyphWiki更新通知ボットの使い方

GlyphWiki更新通知ボット(@GlyphWikiNotify)の使い方です。

このボットはグリフウィキ関連の非公式ボットです。何かあったら @kurgm(またはグリフウィキの 利用者-会話:twe)までお知らせください。

なお、当ボットのサービスは無保証とさせていただきます。 何らかのバグにより、返事がこなかったり通知が投稿されなかったり変な動作をしたりするかもしれません。ご了承ください。

2つの機能

@samkahchiin
samkahchiin / macvim
Last active September 30, 2023 22:15
- How to set the default font size in macvim
# Open Terminal
vim ~/.vimrc
# Mac OS-X -> .vimrc ; Window -> .gvimrc
# Add it in the file and adjust the font size (h12) accordingly
set guifont=Menlo\ Regular:h15
@aint
aint / I2P OS X.md
Last active September 23, 2024 01:11
Set Up I2P on Mac OS X
  • Install I2P
    • Download I2P
    • java -jar i2pinstall_*.jar
  • Install Java Service Wrapper
    • Download Community Version
    • tar xzf wrapper-*.tar.gz
    • cp wrapper*/bin/wrapper /Applications/i2p/i2psvc
    • cp wrapper*/lib/wrapper.jar /Applications/i2p/lib
    • cp wrapper*/lib/libwrapper.so /Applications/i2p/lib
  • Try to start I2P using /Applications/i2p/i2prouter start or Start I2P Router app
BEWARE: THIS GUIDE IS OUTDATED
#
# this is a howto for an i2p inproxy from the best of my recollection
# you will need: nginx, squid3, polipo, i2p and a good vps provider that doesn't suck ass
#
# this setup uses nginx as load balancer + logger, squid for transparent proxy and polipo for interfacing with i2p socks proxy
#
# client => nginx -> squid -> polipo -> i2p socks -> i2p => eepsite
#
@areina
areina / emacs-email-setup.md
Created October 12, 2012 15:00
Manage your email in emacs with mu4e

Manage your gmail account in emacs with mu4e

There're a lot of combinations to manage your email with emacs, but this works for me. I've a backup and I can manage my daily email.

The stack:

  • emacs
  • offlineimap
  • mu
  • mu4e