No ads doesn’t mean no data collecting
No ads doesn’t mean no data collecting
I’m glad to see that we’re not all addicts here
I’m also pretty new to Linux, but I’ve finally gotten a bit of a grasp on it. I started learning Linux to set up a home server, so I also jumped straight into Docker. You have gotten some thorough replies, but I thought I’d share my chaotic journey with it that has ended in a decent ratio of success vs confusion. Note: I have used Ubuntu from the start.
Don’t use docker desktop. It’s garbage. Also, don’t use the Snap image.
$sudo apt install docker.io
$sudo apt install docker-compose
Those are both cli “programs”. They aren’t apps like you have on Windows. It seems VERY intimidating to talk into the void of the terminal, but you’ll build confidence. Docker commands work like any other commands, all in the same place.
Now install Portainer CE. The instructions are very simple to follow. You can reach Portainer through your browser at the localhost address it gives you, which you type directly into the URL bar. I think it’s http://localhost:9000.
Portainer will give you an easy visual way to manage Docker. You can perform many tasks through Portainer instead of using the command line. Honestly, I’m pretty sure you could do everything on Portainer and not even touch the terminal. I don’t suggest that because you will have to have at least a basic understanding of how Linux and Docker work. You will be confused, and you will feel crazy. Eventually, you’ll get more comfortable living in that psychosis.
On to Docker Compose!! This is my preferred way to run containers. I have a designated folder in /opt that I use for my compose files. This way, I know exactly how I set up my programs. My memory is awful and I tweak things so often that I’ll completely forget how I have even gotten to this point or where ANY of my files are. It’s pretty easy to find docker compose files online that you can copy and paste and it instantly works!
To make it simple, after I have saved my docker-compose.yaml file in the designated folder, I right click on the empty area and choose “open in terminal”.
$sudo docker-compose up -d
The -d instructs the program to continue to run, even if you exit out of the terminal. At this point, your container will also show up in portainer!
I think that covers the basics. My biggest tip is to keep a notepad handy to write down commands that you have to search for. Your bookmarks will fill up very quickly otherwise. Expect to get stuck sometimes. Expect to spend hours trying to troubleshoot an issue, then have it suddenly work with no idea what you actually did to fix it. Accept the win and never touch it again.
I have done fresh installs many times. Some because I’ve played with 10 different programs that I decided against and want the leftover files gone, some because I wanted to try different mixes of distros, and once because I legitimately broke the OS.
Keep your important stuff on an external drive to avoid any loss and don’t be afraid to mess around with it!
Btw, I’m a huge KDE plasma fan. It’s lighter than GNOME, but very user friendly. I’ve settled on Kubuntu as my distro of choice.
The headline is very misleading. Porn companies are considering facial recognition as an option for validating age. Governments are putting more pressure on porn websites to keep minors away from the content, but it’s very hard to thoroughly prove your identity online. A government issued photo ID is useless if you have nothing to compare it to visually. That’s why many websites use bank/credit card info as opposed to an ID.
It is definitely a privacy concern if you worry about it being known that you watch porn, but I don’t think it’s right to fault the company.
It’s all relative. Ubuntu desktop is minimal compared to Windows, and I’ve found KDE to run much better than default Ubuntu. It’s lightweight for how much it offers.
I guess it would generate a bigger pool of people if they want to get super technical about who they want to genocide. US citizens already have to hand over their demographics to the government, but worst case… I could entertain that idea.
That’s a good point that I hadn’t considered. I’m not sure how that would go over legally in the US. They could gather very similar information by looking at records from relatives who have used the same insurance company, even just financial records, but that is monitored closely by the government. I wonder if we’ll be seeing any lawsuits in the near future.
What is your concern with doing a DNA spit test? I’m honestly curious, because I haven’t heard an actual answer yet. I don’t see how it exposes any more information compared to what advertisers already have.
I struggle to see what someone could do with that information. My ethnicity is already known by the government and every advertiser collecting my information online. I randomly had my identity connected to my cousin’s before any family took DNA tests. Her name would show up in those questionnaires along with what car I’ve owned and where I’ve lived when I had to go through online government stuff.
I’m relatively paranoid about giving out personal information, but I don’t consider my spit very sensitive.
They don’t care about women who are considering abortion. I’d be more worried that they’d implement a less reliable test.
My 1995 truck could handle that throw, but sure, we’ll call it “innovation”
I use KDE plasma because I’m new to Linux but also want something minimal system-wise. I love the programs and the interface. Maybe my opinion would be different if I spent more time with other DE’s or used it as my daily driver, but I’m sold on it now.
GNOME is definitely more user-friendly for someone who is moving over from Windows/Mac. I wouldn’t recommend KDE to someone who is just going to stick to using one-click apps.
A lot of people are getting back into pirating because of this. If a show isn’t on a streaming service you use, you either pay $2/episode and hope that Amazon doesn’t drop it, or you pirate it. I went almost a decade without pirating, and now I just bought a 5tb SSD for my Plex server. I’m tempted to fully convert now that I’ve already set everything up, too.
Which is almost impossible now. You can’t even play offline games without internet access because companies force you to use their app to launch it.
I thought I would be able to get around that system with EA by purchasing a hard copy of the game circa 2016, but nope, I just bought a plastic case to throw away. I miss the old days of owning things.
You can’t even buy MP3s anymore?? I haven’t paid for a digital download since before smart phones. I would be more concerned about downloading digital content from a website that charges for it rather than pirating tbh. Where did the seller get it from in the first place??
That’s not a bad black-market business model, actually…
Removed by mod
I read that Linux usage is much higher in India (I think ~13% vs 5% in the US, though the statistics are probably outdated). I am totally ignorant when it comes to India, so correct me if I’m wrong, but I’m wondering if the rise of Linux users has something to do with the government trying to limit access to Github.
Based on the other comments, they blocked the raw url.
I started messing with Linux to build a home server a few months ago. I am now fully in the Linux/FOSS cult, and as soon as I figure out how to either run Adobe on Linux or use the alternative software, I am nuking Windows on my personal computers. The bloatware is insufferable, not to mention shit like this.
Thank you! I’ll look into that