#RaspberryPi – Where is my Add/Remove programs? let’s use Synaptic

Hi! When I wrote about the latest version of Visual Studio Code working on the Raspberry Pi, I realize that I used a couple of commands to find an installed application. The following command will list all the installed apps sudo apt list –installed Which is great, but hard to read in bash mode. So…… Continue reading #RaspberryPi – Where is my Add/Remove programs? let’s use Synaptic

#HowTo – Grant permissions to a folder after #Git clone, to perform #dotnet restore on a #RaspberryPi #dotnetcore

Hi ! Quick post today, to leave this as a public note. And, disclaimer, I’m not a Linux expert, just a normal user; I’m sure there are plenty of better ways to do this. Any advice will be appreciated. Context: I’m working with Git and .Net Core 3.1. Just cloned a repository and ready to…… Continue reading #HowTo – Grant permissions to a folder after #Git clone, to perform #dotnet restore on a #RaspberryPi #dotnetcore

#Windows10 – How to Install Connect app (yes, somehow is not part of my Windows 10 installation)

Hi! I’ve been using the Connect App for several years. It’s super useful when you need to share your Android screen to your Windows device, or any other device sharing screen scenario. However, today I realized that I don’t have my Connect app installed in my Windows 10 I don’t know why, maybe one of…… Continue reading #Windows10 – How to Install Connect app (yes, somehow is not part of my Windows 10 installation)

#VS2019 – How to fix the [obj\project.assets.json’ not found] when building a #NetCore project

Hi! Quick post today. This one is to save me 30 minutes of internet search next time I face this error. Context: New .Net Core Console App. When I build the console app for the 1st time I got this error. Error: NETSDK1004Assets file ‘<Path> \EventConsoleApp01\obj\project.assets.json’ not found. Run a NuGet package restore to generate…… Continue reading #VS2019 – How to fix the [obj\project.assets.json’ not found] when building a #NetCore project

#Windows10 – Fixing Mouse Without Border DPI screen settings (very easy!)

Hi! A while ago, I wrote about the awesome [Mouse without Borders] application. This app is extremely useful, and it’s becoming very handy in scenarios like the Avanade Toronto Innovation Center. In our Innovation Center, we have plenty of different machines, and it wasn’t a good moment when I realize that this is how the…… Continue reading #Windows10 – Fixing Mouse Without Border DPI screen settings (very easy!)

#VSCode – Installing Visual Studio Code @code in a #RaspberryPi, run as root, fix black screen (Updated)

Hi! TL;DR: These 2 commands are the only ones you need to install wget https://packagecloud.io/headmelted/codebuilds/gpgkey -O – | sudo apt-key add – curl -L https://code.headmelted.com/installers/apt.sh | sudo bash At the bottom of the post you will also find the command to run Visual Studio Code as Root in RPI Some history on installing VSCode in…… Continue reading #VSCode – Installing Visual Studio Code @code in a #RaspberryPi, run as root, fix black screen (Updated)

#RaspberryPi – Where is my Task Manager? let’s try #htop

Hi ! As a Windows user, I use task manager a lot. You know that moment when Your PC start to work very slowYou press CTRL+SHIFT+ESC to open Task ManagerSelect the not amicable processAnd Kill it ! Bonus: another group of people uses a more classic way Press CTRL+ALT+DELSelect Task Manager… These days where I’m…… Continue reading #RaspberryPi – Where is my Task Manager? let’s try #htop

#VSCode – Let’s do some #Git dev in #RaspberryPi (GitHub and Azure DevOps!)

Hi! In my previous posts I wrote about how to prepare a developer station with a Raspverry Pi 4. I wrote on how to install Visual Studio Code, how to install .Net Core and how to build and run C# projects. Of course, the next step is to work with Git. The command to install…… Continue reading #VSCode – Let’s do some #Git dev in #RaspberryPi (GitHub and Azure DevOps!)

#VSCode – Installing Visual Studio Code in a #RaspberryPi, a couple of lessons learned – @code

Hi! Now that I have my amazing Raspberry Pi 4 with 4GB RAM, it’s time to see how serious the device is. So, I decided to install and use some developers’ tools in the RPi. My dev list will be something like this PythonSome ML and AI Python packagesGITArduinoVisual Studio Code It’s been a while…… Continue reading #VSCode – Installing Visual Studio Code in a #RaspberryPi, a couple of lessons learned – @code

#RaspberryPi – Running a #python script in a Python Virtual Environment on reboot / startup

Hi! Adrian Rosebrock is a very smart person who has tons of great resources about Computer Vision in PyImageSearch.com. Most of them are with Python, and he also have some of them focused on how to perform CV using OpenCV in a Raspberry Pi. In the post [Running a Python + OpenCV script on reboot,…… Continue reading #RaspberryPi – Running a #python script in a Python Virtual Environment on reboot / startup