I’m paranoid. I have like 5 different ways (including 3-2-1 backups) to restore everything. COW fs is great for stuff that is not a git-able project.
- 0 Posts
- 22 Comments
You guys don’t use a COW (copy on write) filesystem?
HelloRoot@lemy.lolto Open Source@lemmy.ml•in case anyone wants to try out a privacy-respecting, community-empowered map app! so excited for this! - midwest.socialEnglish6·23 hours agoWell it says right there that the app is hidden due to your antifeature settings.
10/10 best value
HelloRoot@lemy.lolto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•'28 Days Later' is a Hit on Pirate Sites... 23 Years LaterEnglish49·1 day agoThe original ‘28 Days Later’ is less widely available due to licensing issues, so many have turned to pirate sites instead.
Piracy is a service issue.
HelloRoot@lemy.lolto Selfhosted@lemmy.world•Do any of you have a buttload of RAM sitting around?English7·3 days agoput your butt on a scale, convert the result to RAM, duh
HelloRoot@lemy.lolto Selfhosted@lemmy.world•Do any of you have a buttload of RAM sitting around?English27·3 days agoWhy not get a 0.5 or 1 tb nvme ssd and set it all as swap?
It will run probably 10 times slower, but it’s cheap and doable.
I personally really like sftpgo and I mount it via webdav.
I used seafile first, then nextcloud. Each for a couple of years and had significant problems with both.
If you already have a server then follow the installation instructions on the pterodactyl website. https://pterodactyl.io/panel/1.0/getting_started.html
Then if some step goes wrong:
if you want help you should provide detailed information. Tell exactly what commands you entered, from start to finish, not skipping anything and provide the outputs that you’ve gotten, especially the errors.
The pterodactyl discord will probably be more helpful there.
deleted by creator
You can not run pterodactyl on cloudflare.
For pterodactyl or any gaming server, you need a real server with a real operating system that you get full control over.
Instead look for cheap VPS options in your country. Make sure their specs are good enough for a minecraft server. It will cost ~ 5-10$ per month. Then:
-
Point the domain from cloudflare to that VPS by changing the dns records in cloudflare
-
Install some linux on it like debian.
-
Get into that linux by using ssh.
-
Then follow the installation instructions on the pterodactyl website. https://pterodactyl.io/panel/1.0/getting_started.html
-
Sounds like you are in head over heels.
Pterodactyl has a discord, why don’t you go there for dedicated support?
Regardless of where you ask - if you want help you should provide detailed information. Tell exactly what commands you entered, from start to finish, not skipping anything and provide the outputs that you’ve gotten, especially the errors.
HelloRoot@lemy.lolto Programming@programming.dev•Computer specs for compilation times?English8·5 days agoOn linux you can also use vmtouch to force cache the project files in RAM. This would speed up the first compilation of the day. On repeated compilations files that are read from disk would naturally be in the RAM cache already and it would not matter what drive you have.
I have used this in the past when I had slow drives. I was forcing all necessary system libs (my IDE, jdk etc.) and my project files into RAM at the start of the day, before going on a 2min break to make coffee while it read all that stuff from a hdd. Which sped up the workflow in general, at least at the start of the day.
It is not the same as a ramdisk, as the normal linux file cache writes back changes to the disk in the background.
You can also pin your fastest core to a specific process, so that it gets no tasks except for the one you want it to do. But that seems more hassle than it’s worth, so I never tried that.
the language is called: horrible christian joke (propaganda)
I just tested it on my instance. You can create a public share by setting the mode to “Write”, which is accessible without logging in as a user (but with optional password).
It works, but one does not see any files, not even the ones you uploaded yourself. So for example if you updated the file and need to re-upload it, there is no way for you to delete the previous one.
You can also create a shared “virtual folder” that is seen by multiple users, and then you have fine grained control on a user basis (Users > burgermenu > edit > ACLs > Per directory permissions) there you can mix and match from a list of ~15 permissions. To upload anything to that virtual folder, you’ll have to properly log in as a user.
Hope either one of the ways works for you. Cheers
AAAAH sorry I misunderstood your point before. I thought users should not see files prior to their joining of that folder, but see files that come in after their joining.
But you mean, users should only see files they upload, while an admin or so sees all files.
I don’t know the details, but from just trying out both jShelter worked better for me.
When a website didn’t work, I know to toggle the toggles one by one until it works. With chameleon, I have tried clicking around through it’s 7 tabs and 20 options, but failed to make the websites work. It also wasn’t clear what it does with the useragent and such, as creepjs was still able to detect everything.
So yeah, I recommend to try creepjs with either one and see what changes. Then you know which the better one is for privacy. And if it’s neither, then you know that js is really fucking creepy, because it can use a lot of tricky ways to figure out stuff about your browser and os. The only way is to fully block js.
https://github.com/drakkan/sftpgo
it can do what you ask, except I am not sure for the last one
can’t see / download files already present in the shared folder
that seems a bit complicated. Unless the solution stores user permissions per file.
HelloRoot@lemy.lolto Programming@programming.dev•How could I allow users to schedule sending emails at a specific interval?English1·11 days agotry
robfig/cron
orgocron
they are much more simple and you can directly use the cron syntax.
Marker-based folding