Skip to content
Snippets Groups Projects
Commit 8a60cc7b authored by Recolic Keghart's avatar Recolic Keghart
Browse files

update

parent f2993781
No related branches found
No related tags found
No related merge requests found
......@@ -118,3 +118,5 @@ dev tun
resolv-retry infinite
...
```
# Reproduce recolic's workspace
## base
ArchLinux
## Packages
TBD
## Modification
- OneSh
clone https://git.recolic.net/root/scripts to /home/recolic/sh, and run the bootstrap script.
- GnuPG
- thunderbird
Config editor: set `mail.openpgp.allow_external_gnupg` to true.
AccountSettings -> Composition -> WhenQuoting: start my reply above the quote, and `place my signature` below my reply.
# Reproduce recolic's workspace
## bridge hust wireless
## Server side (Ring0)
```
sudo iw wlp1s0 disconnect; and sudo iw dev wlp1s0 connect HUST_WIRELESS 2437
```
> Run everything as root
- Install ArchLinux
Extra: `pacman -S fish dhcpcd vim sudo`
## ovpn udp forwarder
- thunderbird
the naive script is good. script hosted [here](https://gist.github.com/recolic/5d0cf1bed2ca454e5e8edc7ac24431ba). do not read the horrible code (not written by me), just compile and use it. works on mips gcc.
Config editor: set `mail.openpgp.allow_external_gnupg` to true.
AccountSettings -> Composition -> WhenQuoting: start my reply above the quote, and `place my signature` below my reply.
- server
## GUI Workspace
```
./forward -l 0.0.0.0:9998 -r 127.0.0.1:9999 -a r**********************n
useradd -m recolic
passwd recolic
```
- any client
```
udp_forwarder -l 0.0.0.0:9999 -r 35.201.233.28:9998 -b r***************n
echo 'recolic ALL=(ALL) NOPASSWD: ALL' | sudo EDITOR='tee -a' visudo
```
- then
> Now, run everything below as recolic
```
set openvpn server to client:9999
sudo pacman -S --noconfirm gnome base-devel thunderbird firefox telegram-desktop docker
# TODO: setup gpg ssh
git clone https://git.recolic.net/root/scripts /home/recolic/sh
```
## gnome
- gnome
```
gsettings set org.gnome.desktop.media-handling automount false
......@@ -41,3 +46,5 @@ gsettings set org.gnome.desktop.wm.keybindings move-to-monitor-right "['<Super><
gsettings set org.gnome.desktop.wm.keybindings move-to-monitor-up "['<Super><Shift>Up']"
gsettings set org.gnome.desktop.wm.keybindings move-to-monitor-down "['<Super><Shift>Down']"
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment