You are here |
www.linuxmadesimple.info | ||
| | | |
newcome.wordpress.com
|
|
| | | | I wanted to spin up a Linux development environment to hack on some code that needed epoll. I could have run everything in a Docker container, but I kinda wanted to be in that environment for total hackage. I thought maybe I'd just do it in a Virtualbox instance. Then I didn't want to install... | |
| | | |
nathanchance.dev
|
|
| | | | Recently, I built a computer for school that I installed Windows 10 Pro on (link to the current specs if you are curious). I was a little bummed about leaving Chrome OS because I was going to lose my local Linux development environment; however, Windows Subsystem for Linux is a thing and it has gotten even better with WSL 2, as it is actually running a Linux kernel so there is full Linux compatibility going forward. | |
| | | |
wittchen.io
|
|
| | | | In this article, Ill describe Ubuntu software for common users, which I personally use and which could be helpful on daily basis. Ubuntu software dedicated to programmers AKA developers will be described in separate article. Chrome In my opinion, its currently the best web browser. We can download, unpack and install it, with the following commands: sudo apt-get install libxss1 libappindicator1 libindicator7 wget https://dl.google.com/linux/direct/google-chrome-stable\_current\_amd64.deb sudo dpkg -i goo... | |
| | | |
humanwhocodes.com
|
|
| | Getting started with Rust development takes a few more steps than with other web-based programming languages. |