Here are some alternatives to RTV that are worth checking out!
- Terminal UI for Reddit (TUIR) (defunct) - forked from RTV on 2019-06-09
- Tildes Terminal Reddit Viewer (TTRV) (defunct) - forked from RTV on 2019-12-12
- reddio - a command-line interface for Reddit written in POSIX sh
- Submit a PR to add your project here!
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>My FB Reactions Page</title> | |
<style> | |
html { | |
box-sizing: border-box; | |
width: 100%; |
GlyphWiki更新通知ボット(@GlyphWikiNotify)の使い方です。
このボットはグリフウィキ関連の非公式ボットです。何かあったら @kurgm(またはグリフウィキの 利用者-会話:twe)までお知らせください。
なお、当ボットのサービスは無保証とさせていただきます。 何らかのバグにより、返事がこなかったり通知が投稿されなかったり変な動作をしたりするかもしれません。ご了承ください。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
- 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
# |
NewerOlder