Explore >> Select a destination


You are here

bicofino.io
| | doomlab.github.io
3.8 parsecs away

Travel
| | One of the most difficult things I try to teach my students is how to deal with error messages. Due to Hurricane Laura, I am currently re-creating several projects including formr, RStudio, and a website. I thought I would detail that here. You can find my first post on formr here: https://www.aggieerin.com/post/formr-installation-instructions/ Good news! It's mostly the same and pretty smooth. However, I sometimes get this nonsense: installation of package 'psych' had non-zero exit status - any time you get the non-zero exit status message, it requires a careful look at the installation messages.
| | stuvel.eu
4.2 parsecs away

Travel
| | Idefisk is an IAX Voice over IP client. It's a nice little program that runs without fuss. The only thing that's bugging me a bit is its installation procedure in Linux.
| | juffalow.com
3.8 parsecs away

Travel
| | 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.
| | blog.nuculabs.de
46.3 parsecs away

Travel
| Hello! If you want to do Hackgnar's BLE CTF but you've been struggling with flashing the ESP worry not! I have created a vagrant developer environment just for this. The environment can be found here: To use it you need to have Vagrant and VirtualBox installed. After you got those installed, clone the repo and run the following commands on the terminal. This will start up the VM and ssh into it. [code language="bash"] vagrant up && vagrant ssh [/code]