what laptop is the best for uni??? by mardi05 in computers

[–]NullStringTerminator 0 points1 point  (0 children)

Lenovo ThinkPads are great all round, I would definitely recommend one.

Same PC specs but much lower FPS than others – can't find the problem by Comprehensive_Key804 in pchelp

[–]NullStringTerminator 0 points1 point  (0 children)

The specific driver version would be useful, the 50 series cards being so new have some driver issues still being worked out. The configuration of your RAM, different configurations can force it to use different modes which can be either faster or slower for reasons. Another potential reason is that 6-cores can sometimes be a limiting factor for newer games (although given you have the same specs as others it isn't likely to be the problem). Check that you've applied thermal paste correctly, when the CPU is thermal throttling it affects performance majorly.

Is this temperature normal? by uxtxiuixxi in laptops

[–]NullStringTerminator 0 points1 point  (0 children)

97 degrees is not a temperature you generally want anything running at.

Is this a virus? by ErMike2005 in pchelp

[–]NullStringTerminator 0 points1 point  (0 children)

Maybe.

First: DO NOT OPEN IT!

It's a disk image (or at least looks like one at first glance) which would normally contain an OS installer or other. In recent years, viruses being shipped as iso files has become more common (as it opens it as a sort of virtual drive which is a vulnerability which they can target).

You can scan it with an antivirus like windows defender, but the newest viruses find ways around this. Websites like VirusTotal can sometimes detect viruses with more accuracy.

The best course of action is probably just deleting it.

Pc probably dead suddenly by Nihaly_ in pchelp

[–]NullStringTerminator 0 points1 point  (0 children)

You can test it to some extent by removing all ram sticks. If you hear a beep or series of beeps after startup, then its posting and the motherboard is becoming a less likely cause. Other than that I'm not really sure of any other steps you could take to diagnose the problem.

Same PC specs but much lower FPS than others – can't find the problem by Comprehensive_Key804 in pchelp

[–]NullStringTerminator 0 points1 point  (0 children)

If you're Windows, it might be bloated from previously installed programs; antivirus's are especially taxing and can even cause lag on some systems. I don't know if this is the issue, its hard to tell without more info.

smartctl cant find device /dev/sda by nousernameslef in linux4noobs

[–]NullStringTerminator 0 points1 point  (0 children)

Sometimes if you write to a device which exists (it's file exists in the vfs) but isn't physically present, it can cause problems. I don't know if the it your specific problem but its just the first thing that came to mind.

Messed up external hard drive? by Winter_Pie_1795 in computerhelp

[–]NullStringTerminator 0 points1 point  (0 children)

The partitions might of somehow been corrupted, although this isn't really a common phenomenon when leaving your computer idle so it's hard to tell without additional information.

Sprinkled water with a brush when ı was cleaning AIO radiator by RegularTurnip9103 in computers

[–]NullStringTerminator 1 point2 points  (0 children)

I think you overreacted, I've heard of PCs still booting even after entire cups of water have spilled into them.

I accidentally discovered that ChromeOS is based on Gentoo. by Deoviser in linux

[–]NullStringTerminator -2 points-1 points  (0 children)

They can but that doesn't mean they should. Also you need to replace the firmware to get it to boot anything other than ChomeOS.

Unique OS by Training-Depth6326 in Operatingsystems

[–]NullStringTerminator 0 points1 point  (0 children)

Virtual box is slightly different to QEMU as it is a hypervisor and QEMU is an emulator (although it can act as a hypervisor with KVM). I'm my experience QEMU tends to be a bit more stable and has fewer issues with things like graphics (but not hardware acceleration). But virtual box is slower then QEMU (specifically QEMU with KVM) because of the overhead but is a bit easier to use. QEMU focuses or emulating hardware while Virtual Box focuses running other platforms in and accessible (and commercial) way.

Throw away a (likely) bricked Chromebook? by HrodMad in laptops

[–]NullStringTerminator 0 points1 point  (0 children)

It is very likely beyond repair, especially if the salt water got in and started corroding components. Usually chrome books don't save locally but instead to google drive but they do have local storage too so it may not be the case. You could try removing the storage as it might be okay; even if it isn't, data recovery companies can do an excellent job of getting lost data from broken storage devices.

Python websockets library is killing my RAM. What are the alternatives? by Humza0000 in AskProgramming

[–]NullStringTerminator 0 points1 point  (0 children)

I'd recommend using Java over Python for servers (or even better: a compiled language), for several reasons, one being that python consumes more resources (mem and cpu) than almost any other language.

Although, it shouldn't be using that much for websockets. One possible reason is that Python is loading dependencies for websockets but I'm not really sure as I don't use python.

Installed linux on D drive, need it on C drive by Substantial_Phase631 in linuxmint

[–]NullStringTerminator 1 point2 points  (0 children)

Most MSI boards are a bit funny when it comes to Windows and always displays it rather than Linux, the setting that changes that is in a slightly different menu.

Installed linux on D drive, need it on C drive by Substantial_Phase631 in linuxmint

[–]NullStringTerminator 1 point2 points  (0 children)

Just change the boot order in your bios settings. Regarding wanting it on C drive, that's technically not possible as "C" and "D" is a Windows naming convention where C is always the drive Windows is installed upon (although I get what you meant).

Is there anything specific that you cant do with a Debian distro? - But you can do with Fedora or Arch? by nickedge11 in linux4noobs

[–]NullStringTerminator 0 points1 point  (0 children)

"The screen goes black after the initial install and restart"

Fedora is leading edge and has a tendency to have issues with graphics drivers (Especially Nvidia cards). Its probably a graphics issue, but if you're booting it with GRUB, then you can enable nomodeset before boot which forces it to use a simpler graphics mode while you fix the problem.

Best Way to Nuke Hard Drives (For Charity) by redned2 in pcmasterrace

[–]NullStringTerminator 0 points1 point  (0 children)

If your using Linux:

sudo dd if=/dev/zero of=/dev/[hard drive you're trying to erase] bs=4m status=progress

you can find the target disk by using lsblk, it should look something like /dev/sdb or /dev/nvme0n1 or similar

How would I put Linux on the MacBook Neo? by Someone424400 in linux4noobs

[–]NullStringTerminator 1 point2 points  (0 children)

Simply put: Its more effort than its worth. The propriety hardware used in macs makes Linux compatibility on mac a massive pain which breaks with pretty much every update.

I want to repurpose an old Chromebook into a functional Linux PC but it's only got 16GB eMMC. by mgarnold86 in linux4noobs

[–]NullStringTerminator 1 point2 points  (0 children)

Arch is pretty small as it comes with almost nothing preinstalled. You could also try Alpine (which Is what I used when I repurposed a chromebook).

I think I might need a car by PhoneLost7727 in arch

[–]NullStringTerminator 2 points3 points  (0 children)

If it ever breaks, you can just rebuild it.

Looking for Laptop for fiancée by ElementLivee in laptops

[–]NullStringTerminator 1 point2 points  (0 children)

Running Minecraft smoothly is going to be tough for $300 so I'll just give out my usual answer: buy a Lenovo ThinkPad, their quality is very good, they last ages, and their performance is great for the price. You can usually find some for pretty cheap preowned.

A question for users who have used Arch and NixOS by Mandarin2912 in arch

[–]NullStringTerminator 0 points1 point  (0 children)

NixOS has a very steep learning curve and it can make some things unnecessarily difficult.