Hello all,
I’m in the market for buying a new laptop to install Linux on. I’m trying to stay with something relatively cheap (Around $300 and below). I’m getting ready to start a degree program in cyber security and did some research, and it seems Kali Linux would be the best distro for me to install.
I would install it on my current computer, but I only have a 2015 MacBook Pro, and I’ve read that a few people run into some issues installing on a Mac compared to a regular PC.
With the above in mind, do I need to increase my budget or does Linux run fine on low-end laptops?
Thanks!
No problem! About the USB drive, running it in a VM would not tell you anything about how it will run on the Macbook itself. I would recommend booting into the usb in a ‘live environment’. Essentially, you boot into the linux operating system off of the usb and are able to play around and use it in a non-persistent environment. You simply plug in the usb and select it as your boot device. If you decide you like it and it works well, installing should be as easy and following the steps in the installer. The reason running a VM wouldn’t tell you anything is that VMs are virtualizated, meaning they don’t directly run off of your computers hardware. The drivers used for virtual machines are their own unique virtualization drivers, so for these reasons running linux VMs is separate from linux compatibility on bare metal.
Here is an explanation of those questions:
To show what I mean, here’s the command for installing a package with each:
dnf install <package>
pacman -S <package>
Some find the letter arguments of pacman more confusing.
An example of a preference I’ve observed is that I prefer dnf’s search results over apt’s (Debian’s package manager), although apt search is much faster than dnf’s. Little things like these don’t make a huge difference, but the package manager is something you will interact with a lot, so watching a quick video or guide on a distro’s package manager can’t hurt.
Desktop environments and window managers will either:
As for your applications, some may or may not support running on Wayland natively, which is a non-issue as the program XWayland will automatically run X11 only programs through X11 on your Wayland desktop.
TL;DR on the display server section here: One day you will have to use Wayland, but today is not that day. If Wayland covers all the functionality you need, and you do not use NVIDIA (Wayland on NVIDIA is not in a good state currently), I would go with that. If accessibility or easy software compatibility is your aim, go X11.
I hope this helps and isn’t confusing!
Wow! Thank you for the detailed information. I had some issues trying to install Linux on my Mac so I ended up buying a t480 and I installed Pop! OS on it. Everything at the moment is running smoothly and I’m currently still setting up programs on it that I believe I will be using in my cyber security journey. Thanks again for the detailed explanation, I have a lot to learn!
No problem! Pop! is a great distro, and if you end up really loving it you could go for a System76 laptop at some point in the future, because S76 makes Pop! it integrates really nicely with their laptops.
We never stop learning!