axzxc1236

joined 1 year ago
[–] [email protected] 2 points 1 week ago* (last edited 1 week ago)

simplest tool to backup to Google drive

Without the need for versioning, I think rclone fits the description. For backup into USB drive / remote SSH server I would recommend rsync.

[–] [email protected] 2 points 1 month ago

You setup Wireguard server on the VPS with both IPv4 and IPv6. Then you connect both your computer and IPv6-only server to the Wireguard server. After connection, you can connect to the VPN through IP address assigned by wireguard.

[–] [email protected] 2 points 1 month ago* (last edited 1 month ago) (2 children)

Personally have good experience with https://github.com/Nyr/wireguard-install, there are other script that are available by searching "wireguard setup script github".

Note: By default Wireguard config generated will route every bit of traffic through Wireguard (which will be slower and probably not wanted in this situation), to change that change AllowedIPs field in Wireguard config, lets say all your machines are assigned 1.2.3.xxx as IP address, to only access other 1.2.3.xxx IP through wireguard, change the config to AllowedIPs = 1.2.3.0/24.

[–] [email protected] 3 points 1 month ago* (last edited 1 month ago) (4 children)

Host a website that needs to be accessible from your own machine or public?

Former situation: Can be solved by setup reverse proxy on the other VPS, or join machines to a VPN server (like tailscale,, Zertoier or Wireguard server)

Later situation: Cloudflare or other CDN, setup reverse proxy on the other VPS.

Less accessible option but available for public: Tor or I2P

[–] [email protected] 3 points 1 month ago (6 children)

Great, if you need to SSH into Ipv6 only machine, SSH has -J flag which can be used to specify "jump host" (basically run SSH through SSH)

[–] [email protected] 3 points 3 months ago

I think that means the access point can only run at up to 80Mhz bandwidth, so not full bandwidth.

[–] [email protected] 3 points 4 months ago (1 children)

I9 14900k…bad news for you, 13th and 14th gen I9 is unstable, crashes.

Suggestion: Wait for 15th gen or AMD 9000 series CPU to come out.

[–] [email protected] 16 points 4 months ago
  1. Dead torrent
  2. Your Internet blocks torrent/DHT traffic.
[–] [email protected] 6 points 4 months ago

I remember trying Retroshare..... no offline message is the biggest obstacle.

[–] [email protected] 16 points 4 months ago (1 children)

If the firewall just means no incoming connections, your computer can still reach out to the other side (if they open their port)

[–] [email protected] 1 points 4 months ago

Forgot to answer this question, yes I think it would work.

[–] [email protected] 3 points 4 months ago

Yes, speed would be much slower.

Yes, you can host a normal website through tor.

 

I currently have a server running in cloud that can send custom notification through self-hosted gotify server.

The down side is battery drain, it eats more than 15% of battery per day and it's unsustainable, I have to turn on battery optimization.

I know google offers GCM and FCM which instant messaging APPs uses, but I couldn't find a software that is as easily configurable and have a ready to use Android client (that preferably connects to GCM and FCM so no battery drain problem), any recommendation?

view more: next ›