I have a script running that uses the Namecheap API to automatically get wildcard certs from Let’s Encrypt. I didn’t pay a dime for this. Did something change?
I have a script running that uses the Namecheap API to automatically get wildcard certs from Let’s Encrypt. I didn’t pay a dime for this. Did something change?
Nothing wrong with Boost Mobile, or any other discount telecom provider either. It’s not like the phone signals taste different lmao
It’s just a hallmark of “I bought the cheapest domain name TLD available”.
That’s not necessarily bad if all you need is something to get the job done, but there is a stereotype associated with it.
I think it is generally okay to bundle the root domain certificate and the wildcard for its subdomains into a single renewal.
So for example:
example.com
*.example.com
The data is all stored server-side. The worst that could happen is the sync connection stops working and you need to redownload the files. Nothing gets deleted by these commands. They will still be on your disk and accessible by you.
If this breaks Nextcloud, it indicates something’s wrong with your installation.
I’m guessing you’re talking about the client, right? The data folder on the server shouldn’t be touched or modified, except by Nextcloud.
Check who owns the folder. I’ll assume the folder is at ~/Nextcloud
, but if it’s not, just substitute in the path to the Nextcloud folder.
You can check who owns the folder using ls
:
ls -la ~/Nextcloud
This should give you something like:
drwx------ 10 user group 4096 2024-03-04 00:00 Nextcloud
Where the word “user” is in the above example should be the name of the owner of the directory. Where the word “group” is should be the group.
If either is root
, check to make sure the Nextcloud client is not running as root (using sudo
or otherwise).
Otherwise, give yourself ownership of the directory:
sudo chown username:username -R ~/Nextcloud
Replace username
with your username.
Mine is… eh. It’s alright. I don’t use any of the apps. Just the actual sync functionality. Sometimes when I’m moving files around there’s a problem where the entire thing just stops responding. My MediaWiki instance still works, just not Nextcloud. Not sure why this happens and not sure if it also happens to other people.
For comparison, it is running on a Contabo VPS M
Think about how this would actually work. Suppose you paid some small sum for access to a piece of content.
Fairly speaking, you should only get one chance to download it or one physical copy. That’s how it’s traditionally been. The ability to download it multiple times (which is what happens when you stream content) is a service, and it costs a lot of money.
Streaming would therefore be pay-per-view, since you are paying for each individual copy of the data that has to be transmitted to you. It wouldn’t be fair for you to just pay once and watch once and have paid the same price as someone who paid once but watched it fifty times, thereby consuming fifty times as much server power.
Most people would find it more convenient to pay a large sum upfront in exchange instead of going through the hassle of making dozens of micropayments.
In order to encourage people to make those large upfront payments, content creators would probably offer deals whereby users could get unlimited streams of their content if they commit a certain amount each month. This means their revenue is predictable and the expense is also predictable for the viewer.
Congratulations. We have invented the pricing scheme of cable television.
Same here. I get $10 off for using my own router. That’s $120 off per year. A cheap router bought from a supermarket cost me $60. It works fine, the signal quality is only okay but my flat’s pretty small anyway. Getting your own router is just a financially sensible option.
IPv4 address depletion isn’t really the ISP’s fault. It’s a shitty solution to a shitty situation, to be sure, but it’s either that or employing rationing strategies to stretch the remaining supply of IPv4 addresses.
If you want to call it that, you can. The State spying by proxy (paying or asking companies for info) is legal and not prohibited by Amendment 4. Amendment 4 does not protect the subjects of information. It protects the controllers of information (which would be the car company).
This is getting off-track again—
Government agencies paying private companies for your information, or even just asking for it in exchange for something or nothing is legal. That’s because nothing was searched unreasonably (because consent was given by the controller of the information) nor was anything seized against the controller’s will.
You are not in the picture. The information might be about you but you don’t control the information, the car company does. From a legal standpoint, you are irrelevant for the purposes of Amendment 4 protection.
Amendment 4 protects the controller of the information from Government seizure but does not protect the subject of that information. Privacy laws are what are intended to protect the subjects of information. There is some overlap of course. For example, your computer has lots of information about you and what you did in the past. You would be both the subject of the information and the controller (since it’s stored on your computer).
Please remember, I am describing what the law is, not what it should be.
Correct and it is not illegal. It is an invasion of privacy but the law doesn’t prohibit that. Amendment 4 covers the Government doing it without the permission of the person who controls the information. It refers to “can the Government bust in or sneak in to get info”, not “can the Government make clandestine deals to buy info for surveillance purposes”.
Do you actually literally believe that (in the context of law), or is that just rhetorical speech?
Amendment 4 does not apply to the practices of a private company. That’s what privacy legislation is intended to protect against. Amendment 4 only applies to spying done by the State.
You’re getting a bit off-track here. The scenario is this: the company that provides the software for your care collects data. This part is unconcerned with Amendment 4. Amendment 4 prohibits the State from collecting information and searching unreasonably. It does not prohibit the private company that provides the software from doing so. That is what privacy laws are intended to protect against, not Amendment 4.
Amendment 4 also does not prevent the company that collected that data from providing it to the police upon request. Amendment 4 (and the rest of the US Constitution) applies only to the State. Private companies and private individuals are not bound by it.
Disappointing result but this seems like something for the legislature to fix. Courts aren’t always the solution, sometimes you have to just fix the damn law.
Ubuntu Server, Debian, or Rocky Linux will save you a lot of headaches.
Most software is designed with these major distros in mind and using something more obscure will just cause problems later on when you realise that there are no guides written for it by the software vendor. Fixing broken software gets old really fast especially when it causes your stuff to break when you’re actually trying to use it.