Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
sudo apt install:
Vs code,
Spotify,
Xampp,
Neofetch,
Nvidia drivers (if Nvidia GPU == true),
Aaand....
Snap
🍻☕ -
@Desinika sorry, but who uses xampp? Is it hard to just install PHP separately and then nginx, and a quick fpm-through-sockets configuration?
-
Anyway, my 2 cents:
* Boostnote
* Insomnia
* thefuck
* zsh with oh-my-zsh on agnoster theme and powerline fonts (Hack is so far the most unambiguous and with the best support)
* KeePassXC
...
Also I would've chosen KDE for its ease of customizability and best support for modern desktop features. -
@AndSoWeCode see you point, I'm personally just used to run xampp and run things from there. On mac usually mamp so.. it comes automatically for me and seems simpler
-
shahlin4876yNot sure why, but Ubuntu 18.04 is kinda laggy on my laptop :/ I've got 8GB Ram and gave it a storage of 300GB
-
bahua129056yInstall mutate for keyboard shortcuts, rofi for a more functional app switch, and clipper for good access to your clipboard history. Remmina for VNC and RDP(if necessary). KVM/qemu/libvirt for a local virtual environment.
-
GTom7256y@AndSoWeCode Thank you for that I saw that thefuck somewhere thing but could not find it.
Yeah and Insomnia is :love: . -
@shahlin Ubuntu is a BIG distro, I recommend installing it on an SSD, it's not as bad as Windows 10 but still...
-
shahlin4876yThanks everyone, for your suggestions 🕺 I'm gonna try Ubuntu for a few days, if it's really slow, I'll just switch to a lighter distro
-
shahlin4876y@Desinika will check, it doesn't lag always, just sometimes, and the thing is in Windows I just do Ctrl Alt Del whenever it crashes 😂 Not sure what to do here
-
@Desinika my main gripe with *AMP packs is that they force a specific task and educate the use that it works best like this.
Let's just admit that they're all there for PHP.
Why does it have to be Apache HTTP Server? Why not nginx? It's easier to configure and faster for static files. Or why not lighthttpd? I never used it, but that's partly because I too was indoctrinated into the "APACHE" doctrine.
Why MariaDB / MySQL? It's the worst SQL-like database engine out there. And I do stress "SQL-like" because it's not even SQL. Newbs that start with MySQL become crippled when it comes to general SQL and it's very hard to switch to anything better.
My opinion is that if there weren't the newb books in the early 2000s that always stuck MySQL with PHP, and all of these *AMP stacks, people would use a much more dynamic, and better (for their needs) stack. That's why I'm very hostile towards rigid stacks like that. -
bahua129056y@amatrelan
They walked back on unity for v18. Though if they hadn't, I would have said that Ubuntu isn't slow, unity is.
Don't use gnome, unity, kde, or Cinnamon. They will make you think Linux is slow, unless you run them on the fastest hardware. -
shahlin4876y@bahua I just had a question. Anyone is welcome to answer x)
Is it common for an Admin account (not root) to not have permissions?
For example, when I try editing/deleting a file inside /usr it always tells me "Permission Denied". So I have to use the terminal to do it. -
bahua129056y
-
bahua129056yBut that's right. Almost everything under /usr is owned by root, and only root can write anything there, depending on the file permissions. but overwhelmingly they should be set to be only writable by root.
-
shahlin4876y@bahua I was just trying to put a new theme that I downloaded to the themes folder. I thought I'd have the permissions since I'm the admin
-
bahua129056y"Admin" that isn't root is just a machination of whatever distro you're using. I have actually never heard of that term before, with regard to Linux user permissions.
I highly recommend you read this as a primer on this question, because it cannot be easily and simply explained with a devrant comment.
https://en.wikipedia.org/wiki/...
Related Rants
So I've decided to try and switch my complete development environment to Ubuntu from Windows. I've used Ubuntu before but just for general use. Excited :D
Any essentials or anything to get?
rant
ubuntu
development