server

  1. vs2-free-users

    Quick guide Debian/Ubuntu Setting up a IPv4 address subsequently on an IPv6 server

    Quick guide Debian/Ubuntu Setting up a IPv4 address subsequently on an IPv6 server Preparation Get IPv4 data from the provider (for a vs2-free under Contract->Server->IPv4-Addresses) You need: IP-Address Net mask Gateway MAC-Address (only for additional ips) Main IPv4 setup Log in to...
  2. tinfoil-hat

    How to get the fun back in computing?

    I used to really like tinkering with Linux and opensource software, servers and stuff. But my Distributions just works and Virtual Machines don't give a feel I get from bare metal. My servers do What they should do, no need to tinker with it. Anyone feel the same? Anyone have some hints or...
  3. vs2-free-users

    Quick Guide Accessing IPv4 Systems from an IPv6 Server

    Quick Guide Accessing IPv4 Systems from an IPv6 Server - The first thing to do is to log in to the server ssh [user]@[host] Example: ssh [email protected] - Now look for a public NAT64 server e.g. from https://nat64.xyz/ - Then we create a backup of the existing...
  4. vs2-free-users

    Quick Start Guide Setting up SSH Key Authentication on a rootserver

    Quick Start Guide Setting up SSH Key Authentication on a rootserver - You create an SSH key on the local computer ssh-keygen -b [Key strength] -t [Key type] Example: ssh-keygen -b 4096 -t rsa - Next you copy your public key to your server scp ~/.ssh/id_[Key type].pub...
  5. I

    Solved Trouble Establishing Inbound Connections to qBittorrent over OpenVPN

    Hi everyone, I'm trying to establish a private torrenting setup using qBittorrent on my local whitebox server machine using Ubuntu 22.04 called seedbox-server and a Virtual Private Server (VPS) as a VPN using Ubuntu 22.04 and OpenVPN (I used GitHub - Nyr/openvpn-install: OpenVPN road warrior...
  6. J

    docker.io wont safe files in VOLUME or WORKDIR and other... (ubuntu server)

    Hey, I´ve tried to create a docker for a minecraft-paper server. After long time trying the docker worked and started the .jar file for the server. The problem is now, that I cant join on the server via minecraft and I´ve opened all ports the server needs. The second and more importen problem...
  7. Z

    Openvpn client and server on the same machine.

    Hello to all !! I want to set up a Rraspberry with samba server + VPN server + torrent client + VPN client for torrent. The idea is to be able to access my local network from outside, which works very well. The idea is to be able to do wake on lan and remote on my fixed pc from outside...
  8. S

    MyDLP

    I came across to MyDLP on ubuntu.com and wanted to test it. I installed Ubuntu Server for the same and tried to follow the steps given here https://help.ubuntu.com/community/MyDLP#Installation but the repo (deb http://ftp.linux.org.tr/mydlp/ubuntu precise main) given here is no longer...
  9. naxsis61

    using multiple screen on linux server without WM , DE etc

    few hours ago I install for my 15 pc ubuntu server. I handle the res problem via grub.cfg file but the problem now I face is; some info here current grub res data : 1920x1080x32 laptop 15.6 " external monitor : 34 " what I need and want to do sperate those screens via cfg file if it detected...
  10. P

    [Ubuntu server 20.04 lts] Ubuntu goes to sleep

    Hi, I installed Ubuntu server 20.04 LTS on one of my laptops. It works great and fits my little needs for my Home Lab, but I noticed that it seems to go to sleep after a few hours (maybe). I still haven't figured out if it has something to do with the system itself or the laptop (as far as I...
  11. ljhwild

    I'm building my first server and it's so different than building a PC :OO [HELP!]

    Hi, I watched a bunch of videos on YT how to get an old enterprise server and make it work as home media device or a home server, the things are pretty cheap, but I'm also a pretty poor student, so I'd rather not experiment with parts that might not work. I'm planning to go with DebianEdu or...
  12. D

    Is It Possible to Jailbreak a Ring Doorbell?

    My neighbor across the street recently bought one of these because he wanted to keep an eye on his packages from amazon, and his wife wanted to feel safe when she's home alone with the kids. When we were talking about it, I politely mentioned that the data it collects goes right to Ring's...
  13. D

    Porting Code for Pulling Root Certs from Windows Store to Linux -- How Do I Do It?

    Hi, everyone. First post here. I have this server code I wrote in C++ a few years ago that I'm trying to enable ALPN and HTTP/2 support in. I've added code for ALPN already. I have code for pulling root certs from the Windows Cert Store in there that I want to port to Linux, but I want to...
  14. tinfoil-hat

    Hi there, I want to introduce myself :-)

    I transitionated to a tinfoil-hat, because of 3 reasons 1) my Paranoid / Cyberpunk / Free-Software - Computing 2) my way to support Free-Speech when it comes to Software 3) I am a diagnosed with Paranoid / Schizoaffective Psychosis My Homepage is https://tinfoil-hat.net For the ones that want...
  15. M

    Custom HTTP Apache rpm

    Hello, I started working with Linux, more accurate with RHEL8. I would like to create a custom rpm with a HTTP Apache Server via a .spec file. Building the rpm package via rpm-builder isn't the problem. I watched a lot of tutorials how to work with rpm-build and how to write a very basic .spec...
  16. Z

    snmp server not receives data

    Hello, I have a problem when using the snmp and the server receives data, The service is running correctly and the port is listening I do a snmpwalk -v 2c -c mycommunity 192.168.1.82 (which is the same) and it answers me and a snmpwalk -v 2c -c mycommunity localhost and also, that is, the...
  17. N

    Blocked external access (even with open ports)

    Hi guys, I have some problem on my server that I can't identify. I'm new to this subject, I have a Debian 10 server, but I can't leave it exposed to the external network, even with the proper port forwarding, so much so that I installed xampp on my work machine, and it's working normally, I...
  18. A

    Fix disk and volume manager configurations for a cloned server

    I have cloned a physical server that has Enterprise Linux version 5.1.19.6 as the operating system with Clonezilla to a VMware virtual machine and the cloning completed successfully. However, I noticed two interesting messages during the cloning process. The first one was on the physical server...
  19. jeremyy44

    Internet stops working after some time

    Hi, So recently I have been getting some problems with my server's internet. So my server is on Ubuntu Server 20.04 and whats been happening is that my internet will be fine and working for a while like for exemple it has been working fine for the past week but all of a suden with no good...
  20. F

    IPTABLES - Expert Advice Required

    Hi all, I have been battling trying to get something working for a while now. I'm close to just giving up as I just can't seem to make it work exactly how I want. I am trying to set up iptables on an Ubuntu Server 20.04 LTS to accept traffic from the LAN and route through a VPN tunnel that is...
Top