|
You are here |
maissan.net | ||
| | | | |
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... | |
| | | | |
ncona.com
|
|
| | | | | Xdebug is a PHP extension which provides debugging, tracing and profiling capabilities. Installing xDebug in an Ubuntu based distribution is very easy using apt-get: 1 sudo apt-get install php5-xdebug Just by installing xDebug you will get two very basic but useful rewards: Pretty var_dumps and pretty error messages. | |
| | | | |
juffalow.com
|
|
| | | | | I am currently working on three computers and it is real pain to get everything synchronized. Of course I am using git repositories and cloud but I still have to get rid of apache server, databases, etc. So I decided to create Virtual Machine which I save on USB drive and try to do it this way. | |
| | | | |
techblog.jeppson.org
|
|
| | | I followed this guide to get NVIDIA drivers working on my Proxmox machine. However when I tried to get them working in my container I couldn't see how to get nvidia-smi installed. Thankfully this blog had what I needed. The step I missed was copying & installing the NVIDIA drivers into the container with this ... Continue reading Add NVIDIA GPU to LXC container ? | ||