https://github.com/terwer/portable-arch-linux-workstation
portable workstation, everywhere, every system.
https://github.com/terwer/portable-arch-linux-workstation
arch-linux docker portable tigervnc vnc-server workstation
Last synced: 10 months ago
JSON representation
portable workstation, everywhere, every system.
- Host: GitHub
- URL: https://github.com/terwer/portable-arch-linux-workstation
- Owner: terwer
- Created: 2022-05-21T10:16:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-16T18:31:57.000Z (over 3 years ago)
- Last Synced: 2025-06-03T15:57:01.119Z (11 months ago)
- Topics: arch-linux, docker, portable, tigervnc, vnc-server, workstation
- Language: Dockerfile
- Homepage:
- Size: 73.2 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# portable-arch-linux-workstation
portable workstation, everywhere, every system.
# how to run
```bash
docker-compose up
```
then open shell and set vnc password
```
docker exec -it arch-linux-vnc zsh
# set vnc password
vncpasswd
```
then
**RESTART** via `docker-compose up -d`
# how to connect xfce4 desktop via vnc
open `realvnc-viewer` , and type
```bash
localhost:1
```
enter.
That's all.
Enjory!
# how to Recover apps and workstation
copy apps to app forder, like
```
# macOS
cp -r /Users/terwer/Documents/share/portable-linux-sync/app ./arch-linux-vnc
# windows
cp -r /mnt/c/share/同步空间/portable-linux-sync/app ./arch-linux-vnc
# then
cd /app
./install_all.sh
./set_env_all.sh
```
after that, `jdk` , `node` , `yarn` all are ok.also, `tomcat7` , `tomcat8` , `idea2021` , `idea2022` all are here.
test
```bash
java -version
node -v
npm -v
yarn -v
```
copy workspace files to workspace forder, like
```
# macOS
cp -r /Users/terwer/Documents/share/portable-linux-sync/workspace ./arch-linux-vnc
# windows
cp -r /mnt/c/share/同步空间/portable-linux-sync/workspace ./arch-linux-vnc
```
then visit then via
```
/app
/workspace
```
# how to set env
change file `config/my_config.sh`, then RESTART project via `docker-compose up -d`,that's all.