Spyke
feddit.uk

People arguing about lid closing when clearly the biggest sin is a laptop on a carpet. Please put a hard surface under to stop it hoovering up all dust and particles possible and having appalling airflow

102
iktreply
aussie.zone

I have mine upside down so lid on ground, fan facing upwards but if I had it the correct way up wouldn't the fans be blowing outward/down?

11

Your intake on the side would still be close to the carpet. Also outward and down would build up heat still

7

All laptops I have used suck air in from the base and blow it out the side/back. I like your upside down solution.

6
lemmy.world

A hard surface is a start, but a cooler stand is ... cooler. Best give it a separate power source rather than plug it into the laptop, too? Just guessing.

3
feddit.uk

Yeah they can be good, but depends on what the pc is being used for. If it's not running into thermal limits it's much better off just trying to have decent airflow that won't suck up too much dust.

Laptops are usually designed pretty well when it comes to cooling vs. power when placed on a hard surface.

2
lemmy.today

why the lid thing tho? you can just disable lid detection and it'll not suspend even after closing.

48
lemmy.today

Makes me think of the time I was running a stripped down laptop motherboard as a server for a while. Was given a laptop with a broken screen, but it had a wired NIC, so I pulled the screen off, along with any other component that wasn't necessary, and shoved it behind a TV where it was close to the router. Ran on that thing for years before being able to afford better equipment.

An underrated feature of the laptop server: built-in UPS!

28
village604reply
adultswim.fan

Some laptops vent the hot air in a way that's blocked if the lid is closed.

24
softotteepreply
pawb.social

You could remove the laptop screen like I did with my home server. Although you'll have to put it very close to the router to get a WiFi signal afterwards.

4

You can get an external antenna and run it to the wifi card. I did that with my beelink mini desktop because the wifi antenna was garbage.

2
dogs0nreply
sh.itjust.works

Why would u do that other than maybe saving space? Leaving it open would have been easier and the same thing.

1
softotteepreply
pawb.social

The screen was broken so it was just wasting space. It also made it easier to move around because I had to close the lid to slide it in place then open the lid so it gets airflow.

1

Fair enough if it's broken.

Personally, I'd live with the (small) hassle of having the screen attached (in general), because being able to use it still could be a life saver one day (and in such cases, having to reattach a screen or plug into another external one if possible would be way more annoying).

1
hexagonwinreply
lemmy.today

makes sense. thinking again, i think my old macbook also did that..

2
Rustyreply
lemmy.ca

Do you think that people that are using a laptop as a server know how to do that?

-9

Honestly? Absolutely. I expect anyone who can set up a server to know basic shit about a laptop.

3
jcs
lemmy.world

Disable suspend when the laptop lid is closed on a systemd-based GNU/Linux system:

sudo sed -i 's/#HandleLidSwitch=suspend/HandleLidSwitch=ignore/g' /etc/systemd/logind.conf
sudo sed -i 's/#HandleLidSwitchExternalPower=suspend/HandleLidSwitchExternalPower=ignore/g' /etc/systemd/logind.conf
sudo systemctl restart systemd-logind

If you are in a TTY, you can blank the screen before closing the lid to prevent burn-in. After running this, come back later and press a key to turn the screen on again.

alias blankscreen='setterm --blank=force; read ans; setterm --blank=poke'

28

Came here to say this. All three of the major desktop operating systems have built-in controls to ignore the closing of the lid. Being forced to keep the lid open to keep a laptop on is a rookie workaround.

2

I'm using a crappy HP mini PC from 2016 with just 4GB of RAM and it runs my Nextcloud with Talk that I use instead of Discord. The most limiting factor is actually my internet connection... Only 8 megabits of upload only gets you so far (it used to be 20 megabits but my ISP screwed me over)

10
iktreply
aussie.zone

don't gatekeep 😑 maybe that laptop is running windows 11 with teamspeak on it and a buggy video driver

55

Incase it is running teamspeak server, you can fix that bug by setting up a mumble server instead.

1
sh.itjust.works

HOW DARE THEY HAVE A USE CASE THAT YOU DON'T APPROVE OF, OH ARBITER OF TRUTH AND JUSTICE IN THE MATTER OF SERVERS!

7

Agreed. How dare they. They could be running a ham sandwich or something. fuck, it must be time to eat again. i hear my cat mewing feed me. I JUST FED YOU FIVE MINUTES AGO THEY'RE NOT GONNA FALL FOR IT DIPSHIT they're falling for it aren't they.

3
somehackerreply
lemmy.world

Probably, but this is much less janky than some 100% critical to the business infrastructure that I've personally witnessed in data centers.

14

I've seen a laptop duct taped to the desk & wall with a similar note as the OP, so you would have to make a conscious effort to fuck with it.

3
notabotreply
piefed.social

Rather than snark, maybe offer some helpful pointers, or even ask if there's a reason for it?

14
Apytelereply
sh.itjust.works

definition of gatekeeping and immeasurably destructive to any community, real or online

11
sh.itjust.works

Funfact: not all windows laptops let you choose what happens when you close the lid.

My previous laptop had options for shut down, sleep and hibernate. And if you wanted none of those, you could go fuck yourself (or install not-windows, which didn't work for the shitty niche software I need)

14
Kittredgereply
lemmy.world

Control Panel > Power Options > Change What Closing the Lid Does > (there is no option to change what closing the lid does)

3
realitistareply
lemmus.org

This is Windows ableism. Just because your computer works with Windows doesn't mean everyone's computer works well with Windows.

10
mstdn.social

I have my lidswitch disabled on my Debian server, but if it's not open the MacBook won't boot.

5

Fuck off, let people enjoy things. The idea that you need to be knowledgeable in something before trying it is an unnecessary hurdle to just play around with things and learn

2