Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dkelosky/ubuntu
https://github.com/dkelosky/ubuntu
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dkelosky/ubuntu
- Owner: dkelosky
- Created: 2024-05-02T16:39:42.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-06-10T17:38:04.000Z (8 months ago)
- Last Synced: 2024-10-19T02:15:17.898Z (3 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```txt
useradd zowe --shell /bin/bash --create-home
echo zowe:zowe | chpasswd
usermod -aG sudo zowe
echo "cd ~" >> ${bashEnv} && echo "cd ~" >> /home/zowe/.bashrc
su zowe
``````
passwd
adduser
```