initial commit

This commit is contained in:
fosslinux 2019-02-23 20:45:00 +00:00
commit c7858aa012
3 changed files with 42 additions and 0 deletions

7
makeuser Normal file
View File

@ -0,0 +1,7 @@
#!/bin/bash
pw=$(pwgen -1B 10)
pwcrypt=$(perl -e "print crypt('${pw}', 'sa');")
useradd -m -g 100 -p $pwcrypt -s /bin/bash $1 || exit 1
echo "$3" | tee /home/$1/.ssh/authorized_keys

33
pkglist Normal file
View File

@ -0,0 +1,33 @@
apt-transport-https
automake
bash
build-essential
clang
dash
debhelper
fakeroot
fish
git
gnutls-bin
gnutls-dev
irssi
irssi-scripts
jed
joe
libgnutls30
libwrap0-dev
pkg-config
python
python3
python3-pip
python3-setuptools
python3-virtualenv
python-pip
python-setuptools
python-virtualenv
pwgen
rustc
tilde
weechat-curses
weechat-plugins
zsh

2
pkglist-source Normal file
View File

@ -0,0 +1,2 @@
gophernicus