Skip to content

chon-group/dpkg-chonos-wsl-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChonOS for WSL

chonCloud
ChonOS to Windows Subsytem for Linux

How to import WSL image with chonOS?

Instructions to import a WSL chonOS image
  1. Save into DOWNLOADS folder the WSL image available at ChonOS SourceForge Repo

image

  1. In the powershell run the commands below:
wsl --import chonOS $env:USERPROFILE\chonOS $env:USERPROFILE\Downloads\chonOS-rc1-WSL.tar.gz
wsl --distribution chonOS

01

  1. Access the WebConsole using the default credentiais
  • user = root
  • passwd = root

02

How to install a new WSL distribution with chonOS?

Instructions to create a LXC Container using terminal command
  1. in the powershell run the commands below:
wsl --isntall -d Debian

101

  1. After the installation, in the linux bash terminal, run the commands below:
echo "deb [trusted=yes] http://packages.chon.group/ chonos main" | sudo tee /etc/apt/sources.list.d/chonos.list
sudo apt update
sudo apt install chonos-wsl-installer -y

image

  1. Start the ChonOS-WSL service.
sudo chonos-wsl-start
  1. Finally, access the WebConsole using the default credentials (user = root) (passwd = root). 106

COPYRIGHT

Creative Commons License
The ChonOS for WSL is part of the Cognitive Hardware on Networks Operating System (chonOS) and is licensed under a Creative Commons Attribution 4.0 International License. The licensor cannot revoke these freedoms as long as you follow the license terms:

  • Attribution — You must give appropriate credit like below:

LAZARIN, Nilson Mori; PANTOJA, Carlos Eduardo; VITERBO, José. Towards a Toolkit for Teaching AI Supported by Robotic-agents: Proposal and First Impressions. In: WORKSHOP SOBRE EDUCAÇÃO EM COMPUTAÇÃO (WEI), 31. , 2023, João Pessoa/PB. Anais [...]. Porto Alegre: Sociedade Brasileira de Computação, 2023 . p. 20-29. ISSN 2595-6175. DOI: https://doi.org/10.5753/wei.2023.229753.

Bibtex citation format
@inproceedings{chonOS,
 author = {Nilson Lazarin and Carlos Pantoja and José Viterbo},
 title = { Towards a Toolkit for Teaching AI Supported by Robotic-agents: Proposal and First Impressions},
 booktitle = {Anais do XXXI Workshop sobre Educação em Computação},
 location = {João Pessoa/PB},
 year = {2023},
 issn = {2595-6175},
 pages = {20--29},
 publisher = {SBC},
 address = {Porto Alegre, RS, Brasil},
 doi = {10.5753/wei.2023.229753},
 url = {https://sol.sbc.org.br/index.php/wei/article/view/24887}
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages