Try sudo lspci-vv
. It should tell you the negotiated link speed.
Try sudo lspci-vv
. It should tell you the negotiated link speed.
It just lets you opt to see the folder size as an attribute in list view the same as you can a file in Windows or Linux. It’s more or less the same info as disk usage analyzer but without the flower and displayed inline which is useful and convenient.
“Show all folder sizes” is MacOS’ greatest innovation IMO. Honorable mention to Messages app.
Are you positive it’s not running at PCIe x4?
Most computers sold are the lowest end models. At work we never got anything decent so it was always a bit of a struggle. Our office stayed with XP for way longer than we should have so we skipped Vista altogether and adopted Windows 7 a few years late.
I think you got downvoted because you put 2021 instead of 2012. Made the comment sound hyperbolic instead of factual.
That’s crazy. We couldn’t even wear polo shirts then and before 9/11 we had to wear ties.
It’s common at the high school level. It’s a byproduct of pandemic lockdowns.
I stand quite corrected. I learned a lot about native messaging on Ubuntu and understand where you’re coming from!
I use Mac most of the time and I’ve found that the functionality on Mac has largely started following how 1Password works on Linux. Meaning that the desktop app functions as a standalone app to modify your password records and the browser plugin allows you to access or lightly edit those records. Older versions would let you call the desktop app with a simple plugin but since I switched to the 1password.com version that’s no longer the case. If you’re on 1Password 7 then what you’re saying makes sense.
As an aside, the function I use by far the most on Mac is command-shift-space to pop up a password search dialog that works very well. Not sure if that function exists on Linux.
I use 1Password and the Firefox snap with no problems. How is the deb different?
Snaps call your atypical drive arrangement “removable media” so even if you saw it, it might have been counter intuitive. This is what you would’ve needed to run:
sudo snap connect filebot:removable-media
Since 23.10 setting snap permissions has been easier in the gui.
VS Code hits on every single point that op asked for. I don’t totally agree on the keyboard shortcut concern but it’s not like we’re talking vi or eMacs.
That’s a beast of a Mac. Wake on lan is your friend. I have the same problem with my Threadripper. I wrote a script that issues a WOL command to either start/unsuspend my Ubuntu machine so I can turn it off when not in use. It’s probably $70/month difference for me. Most of my virtualization is on Linux but I’ve moved away from VM Ware because QEMU/KVM has worked so well for me. You should check out UTM on the Mac App Store and see if that solves any of your problems.
Why do you care if it’s a snap or a Deb? To me the biggest problem with snap is the pollution in /dev/loop*.
You have to explicitly grant permission to the disk because the app is sandboxed.
Mint isn’t accept able for the server use case and desktop Ubuntu allows you to run a virtually identical configuration to your server for development purposes. Server Ubuntu pays the bills and it’s important to make sure you don’t have any conflicts with your dependencies. If you’re using desktop Linux for aesthetic, personal, or ideological reasons, then you’ve got a lot of options to choose from. Ubuntu pro just adds developer support to universe instead of just main and adds kernel live patch. It’s free so people are really upset about wording instead of any practical problem.
I mentioned above, and not to spam, but there might be a use case that requires a different host distribution. Networking isolation might be another reason why. For 90% of use cases, you’re correct.
I have a real use case! I have a commercial server software that can run on Ubuntu or RHEL compatible distributions. My entire environment is Ubuntu. They also allow the server software to run in a docker container but the container must be running RHEL. Furthermore, their license terms require me to build the docker container myself to accept the EULA and the docker image must be built on RHEL! So I have an LXC container running Rocky Linux that gets docker installed for the purpose of building RHEL (Core is 8) imaged docker containers. It’s a total mess but it works! You must configure nested security because this doesn’t work by default.
Instructions here: https://ubuntu.com/tutorials/how-to-run-docker-inside-lxd-containers#1-overview
XZ is quite slow for compression when single threaded. When run in parallel it uses a significant amount of RAM. It creates some of the smallest files and is fast to decompress compared to other well-compressed alternatives.
Source: https://linuxreviews.org/Comparison_of_Compression_Algorithms