This is not the best way to add a local project to github. It is just a way that works using Visual Studio and GitHub Desktop with a small manual intervention.
A shorter path is possible by letting GitHub Desktop create the repository.
[Read More]This is not the best way to add a local project to github. It is just a way that works using Visual Studio and GitHub Desktop with a small manual intervention.
A shorter path is possible by letting GitHub Desktop create the repository.
[Read More]I want to use the logo of github desktop for a folder. To do so I need to create a ico from the svg file downloaded from GitHub
The standard icon sizes used by windows explorer are
But windows uses only 16x16, 32x32, 48x48 and 256x256.
[Read More]After generating a new key for my Visual Studio Online code repository I have to tell git which key to use for each connection.
Create a file in ~/.ssh/config
Add the following content
# Uncomment to enable debugging.
# Levels are: QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2, and DEBUG3.
# LogLevel DEBUG
Host ssh.dev.azure.com
IdentityFile ~/.ssh/id_rsa_visualstudio
Host vs-ssh.visualstudio.com
IdentityFile ~/.ssh/id_rsa_visualstudio
Host github.com
IdentityFile ~/.ssh/id_rsa_github
# tell ssh-agent to not try keys
Host *
IdentitiesOnly yes
I bought a cheap laptop from china: Ezbook 3S.
After a few tests with live linux and a few installation on external devices I decided to wipe windows and use Xubuntu.
[Read More]I bought a cheap laptop from china: Ezbook 3S.
To boot Xubuntu a bit of trickery has to be done on the iso image.
[Read More]I bought a cheap laptop from china: Ezbook 3S.
It features a nice 14” display, a slow but usable Intel Apollo Lake N3450, 6Gb of ram and a 256Gb SSD.
I want to try Arch Linux on an external usb drive, just to make a few test before committing to the full wipe of Windows 10 Home. Reports from other users says that wifi is working with an alternate driver but no bluetooth. Other periferals should work just fine.
I also tried to install on a SD card but rEFInd is not able to detect the card controller.
[Read More]Compose defines and runs multi-container Docker applications.
Using a single yaml file it is possible to run multiple docker containers for complex applications. For example one contaner for the web app, one for the database and one for redis, all with a single command.
[Read More]Portainer runs as a light (4Mb) container on Docker.
[Read More]Installing and configuring the Uncomplicated Firewall
[Read More]