https://github.com/testertech/testing-foss-using-foss
Code for the YouTube video https://youtu.be/SFBwr7A7U2c
https://github.com/testertech/testing-foss-using-foss
Last synced: about 1 month ago
JSON representation
Code for the YouTube video https://youtu.be/SFBwr7A7U2c
- Host: GitHub
- URL: https://github.com/testertech/testing-foss-using-foss
- Owner: TesterTech
- Created: 2021-05-09T18:50:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-09T19:48:33.000Z (almost 4 years ago)
- Last Synced: 2025-02-01T10:11:16.527Z (3 months ago)
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# testing-foss-using-foss
How to setup a OpenSource testing environment to test OpenSource projectsLike mentioned in the video I ran into two issues on Ubuntu 18.04 with the Gnome Boxes application
- https://bugs.launchpad.net/ubuntu/+source/gnome-boxes/+bug/1762205
- https://bugs.launchpad.net/ubuntu/+source/gnome-boxes/+bug/1762205/comments/4After that had some issues with the bridged virtual network adapter. The following link solves that one.
- https://raffer.one/2020/03/gnome-boxes-with-bridged-networking-on-ubuntu-20-04/# Testing connections
- Linux and Windows you can use telnet client on the latter you need to install it in Windows add and remove windows components menu.
```
telnet 22
```# References:
- https://youtu.be/SFBwr7A7U2c the youtube video
- Putty https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
- VirtualBox https://www.virtualbox.org/
- Gnome boxes https://wiki.gnome.org/Apps/Boxes
- Virt-Manager https://virt-manager.org/