Skotimusj

joined 1 year ago
[–] [email protected] 15 points 7 months ago* (last edited 7 months ago)

This may be a dumb way to do it but I print to PDF. It doesn't require any new software and works just fine for documents

[–] [email protected] 22 points 8 months ago (1 children)

People think that the immune system is like this pinpoint accurate machine that kills invaders. In reality, it is more like a carpet bomber that functions under the principle that we can heal and viruses/bacteria cannot. Inflammation is basically your body carpet bombing and healing.

We would also not be able to build muscle mass as the repair of microtears is what leads to hypertrophy.

So we would all be dead. Healing if fundamental to life.

[–] [email protected] 1 points 8 months ago

Check the compatibility with Linux but I also used Ubuntu with very little problem. It works flawlessly for me. I had no experience with Linux before this and was able to set it up with some googling and Asking ChatGPT for some useful commands. It was a fun project. The *arr suite is great.

[–] [email protected] 28 points 8 months ago (1 children)

I would imagine it is as follows:

  1. Come up with ideas or goal to accomplish /be given said goal

  2. spend large amount of time looking at existing code or prior implementation of your stated goal.

  3. attempt to write or import some code tailored to your specific needs

  4. test and identify problem areas

  5. find everything fails spectacularly and start over +/- tears.

  6. repeat until successful or dead

[–] [email protected] 3 points 10 months ago (1 children)

We need more information. Structural issues can be small or very big. Remember, the person doing an inspection has to over report everything possible because if they don't , and something major happens after the sale, they can be sued. For me, I would take a look at how serious the issues are and decide if working on them is worth the time/effort/investment. I wouldn't buy a car that had the front end crushed in an accident because, even after the repair, the final product is not something I would want to drive or have to deal with.

[–] [email protected] 3 points 11 months ago

Came here to say this.

 

I am new to Linux. I just got my hands on an old server machine with Internet to set up a media server and installed a fresh version of Ubuntu. Ultimately, I hope to use it as a headless unit but as I am a newbie, I put the GUI version on. I am having an issue getting it to display at all.

On boot, the output just stops. I can fix it by adding nomodeset to the boot script. I updated the Intel graphics driver's per the instructions on Intel's site. I am not sure where to go next. Any advice for troubleshooting? The onboard graphics is intel corporation hd graphics 530 rev 06.

1
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

About a week ago I setup Ubuntu as my primary OS on an old machine. It is my first time trying a unix based OS (previously windows). It has been ok, but it seems like every time I try to install something I run into problems. The app has the wrong permissions or I don't have the right packages or I need to change port settings ect... I was expecting a learning curve but I wanted to know if this is something I should expect to be a long term issue or if I will aquire the skills to side step stuff like this over time?

Update* I got it working. Last night I reinstalled it and figured it out. Two issues. On initial install I failed to update one of the packages needed. I also assigned the service to a group without the required permissions. On reinstall I rectified both of these issues and it works flawlessly. Thanks all for your help and input (and ignoring typos in the title)!