|
|
|
|
|
by freehunter
3615 days ago
|
|
I don't actually like Finder. At all. I think Windows Explorer is better. Nothing in Finder makes sense to me except the "All My Files" section, and even then I can save a file and it doesn't show up in there. Complete mystery to me. What I like is a Unix command line. I also like virtual desktops that I can spawn by full-screening an application. I have a Red Hat laptop that work gave me, but I prefer my BYOD Macbook. I have three Linux certifications, but it's still so fiddly and good lord do I hate the package management tools. All of them. Why is it "yum install httpd" but "apt-get install apache2"? Why doesn't my OS run "apt-get update" in the background every so often so I don't have to do it manually when I want to install something? It's nice to have Unix but backed by a company who knows how to design a user-friendly experience. |
|
Probably because you disabled it at install time. There's a box to check in the software update settings on Ubuntu; I see a similar cronjob on Debian.
In any case, you don't have to do it. You'll simply get the version of the package that was current at the time you last did the update.
> Why is it "yum install httpd" but "apt-get install apache2"
Because these are different tools.