Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
5 votes
1 answer
643 views

How to tackle leaking file watchers on Debian 11?

I work with a couple different nodejs live servers as part of my job and there seems to be some kind of leak within my tooling/workflow causing file watchers to accumulate over time until they hit the ...
mkurz's user avatar
  • 227
0 votes
1 answer
117 views

Can not see mounts after using mount -a in Debian 10

I am trying to create some mount points between two Debian 10 machines using NFS. On the server I have this information in my /etc/exports file: /home 10.13.38.184(rw,sync,no_root_squash,...
Greg Lamm's user avatar
-1 votes
1 answer
38 views

Does Winscp have a local file on my pc I can reference from my web server? [closed]

I've been using Winscp to transfer files back and forth, but for certain applications it would just be a lot simpler if I just had a "file" I could reference for the app to my web server without ...
goodkarma's user avatar
5 votes
4 answers
8k views

How can I make my Linux server sleep and wake on LAN when not in use?

I have recently purchased myself an HP rack server for use as a personal fileserver. This server currently lives under my bed as I have nowhere else to put it. For those not aware (as I was not ...
James Stone's user avatar
0 votes
1 answer
99 views

Synchronize files across different Linux distributions

I have been digging around and can't really figure out which software can synchronize files automatically to other web servers. Just like Facebook. they have many servers but when you upload something,...
Dennisrec's user avatar
  • 101
1 vote
1 answer
1k views

Access Debian server folder via web browser with user login

I just signed up with digital ocean for my Debian server. In the server I created multiple users, each user having an access to 1 different folder to view files in there. Now what I want to do is to ...
zuzu's user avatar
  • 13
5 votes
3 answers
433 views

Limit FTP connections by area

Is there any (simple) way to deny FTP connections based on the general physical location? I plan to use FTP as a simple cloud storage for me and my friends. I use an odroid c2 (similar to raspberry pi ...
Muffin's user avatar
  • 63
2 votes
2 answers
13k views

How to configure EXIM4 to relay emails?

I have a Debian Jessie (Version 8.1) server that serves multiple domain names. Each has their own folder configured under /var/www/. Each domain name has a unique conf (example.com.conf) file under /...
KingsInnerSoul's user avatar
3 votes
1 answer
12k views

TFTP "put" works with files in pwd but fails with absolute pathnames

The following command works as expected: tftp <tftp_server_name> -c put some_file However, the following command fails: tftp <tftp_server_name> -c put /absolute/path/to/some_file And, ...
Lotney's user avatar
  • 567