Last active
December 12, 2015 23:03
-
-
Save patrick-hudson/fe5ec50a2b11c7411da5 to your computer and use it in GitHub Desktop.
Revisions
-
patrick-hudson revised this gist
Dec 12, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,4 +6,4 @@ chown -R $USERNAME:$USERNAME /home/$USERNAME curl -o /home/$USERNAME/config https://gist.github.com/patrick-hudson/d8fd06d0a2126c2808cc/raw/bc5d02feab27bee7fa7df1a6c4d5677bc0e3774b/config sed -i s/REPLACEME/$USERNAME/g /home/$USERNAME/config mv /home/$USERNAME/config /home/$USERNAME/.irssi/config sudo -S -u $uSERNAME -i /bin/bash -l -c 'irssi' -
patrick-hudson revised this gist
Dec 12, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,4 +6,4 @@ chown -R $USERNAME:$USERNAME /home/$USERNAME curl -o /home/$USERNAME/config https://gist.github.com/patrick-hudson/d8fd06d0a2126c2808cc/raw/bc5d02feab27bee7fa7df1a6c4d5677bc0e3774b/config sed -i s/REPLACEME/$USERNAME/g /home/$USERNAME/config mv /home/$USERNAME/config /home/$USERNAME/.irssi/config udo -S -u $uSERNAME -i /bin/bash -l -c 'irssi' -
patrick-hudson revised this gist
Dec 12, 2015 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,9 @@ #!/bin/bash USERNAME=$(cat /dev/urandom | tr -dc 'a-z' | fold -w 8 | head -n 1) mkdir -p /home/$USERNAME/.irssi useradd $USERNAME chown -R $USERNAME:$USERNAME /home/$USERNAME curl -o /home/$USERNAME/config https://gist.github.com/patrick-hudson/d8fd06d0a2126c2808cc/raw/bc5d02feab27bee7fa7df1a6c4d5677bc0e3774b/config sed -i s/REPLACEME/$USERNAME/g /home/$USERNAME/config mv /home/$USERNAME/config /home/$USERNAME/.irssi/config irssi -
patrick-hudson revised this gist
Dec 12, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ USERNAME=$(cat /dev/urandom | tr -dc 'a-z' | fold -w 8 | head -n 1) mkdir -p /home/users/$USERNAME/.irssi useradd $USERNAME chown -R $USERNAME:$USERNAME /home/users/$USERNAME curl -o /home/users/$USERNAME/config https://gist.github.com/patrick-hudson/d8fd06d0a2126c2808cc/raw/bc5d02feab27bee7fa7df1a6c4d5677bc0e3774b/config sed -i s/REPLACEME/$USERNAME/g /home/users/$USERNAME/config mv /home/users/$USERNAME/config /home/users/$USERNAME/.irssi/config irssi -
patrick-hudson revised this gist
Dec 12, 2015 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,4 +5,5 @@ useradd $USERNAME chown -R $USERNAME:$USERNAME /home/users/$USERNAME curl -o /home/users/$USERNAME/config https://gist.github.com/anonymous/98d9c24e44bd053d16f7/raw/772ca0864ffc6ea943870094454e8451018a424d/config sed -i s/REPLACEME/$USERNAME/g /home/users/$USERNAME/config mv /home/users/$USERNAME/config /home/users/$USERNAME/.irssi/config irssi -
patrick-hudson revised this gist
Dec 12, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,4 +5,4 @@ useradd $USERNAME chown -R $USERNAME:$USERNAME /home/users/$USERNAME curl -o /home/users/$USERNAME/config https://gist.github.com/anonymous/98d9c24e44bd053d16f7/raw/772ca0864ffc6ea943870094454e8451018a424d/config sed -i s/REPLACEME/$USERNAME/g /home/users/$USERNAME/config mv /home/users/$USERNAME/config /home/users/$USERNAME/.irssi/config -
patrick-hudson revised this gist
Dec 12, 2015 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,8 +2,7 @@ USERNAME=$(cat /dev/urandom | tr -dc 'a-z' | fold -w 8 | head -n 1) mkdir -p /home/users/$USERNAME/.irssi useradd $USERNAME chown -R $USERNAME:$USERNAME /home/users/$USERNAME curl -o /home/users/$USERNAME/config https://gist.github.com/anonymous/98d9c24e44bd053d16f7/raw/772ca0864ffc6ea943870094454e8451018a424d/config sed -i s/REPLACEME/$USERNAME/g /home/users/$USERNAME/config mv /home/users/$USERNAME/config /home/users/$USERNAME/config/.irssi/config -
patrick-hudson revised this gist
Dec 12, 2015 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,4 +5,5 @@ useradd $USERNAME chown $USERNAME:$USERNAME /home/users/$USERNAME mkdir /home/users/$USERNAME/.irssi curl -o /home/users/$USERNAME/config https://gist.github.com/anonymous/98d9c24e44bd053d16f7/raw/772ca0864ffc6ea943870094454e8451018a424d/config sed -i s/REPLACEME/$USERNAME/g /home/users/$USERNAME/config mv /home/users/$USERNAME/config /home/users/$USERNAME/config/.irssi/config -
patrick-hudson revised this gist
Dec 12, 2015 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,8 @@ #!/bin/bash USERNAME=$(cat /dev/urandom | tr -dc 'a-z' | fold -w 8 | head -n 1) mkdir -p /home/users/$USERNAME/.irssi useradd $USERNAME chown $USERNAME:$USERNAME /home/users/$USERNAME mkdir /home/users/$USERNAME/.irssi curl -o /home/users/$USERNAME/config https://gist.github.com/anonymous/98d9c24e44bd053d16f7/raw/772ca0864ffc6ea943870094454e8451018a424d/config sed -i s/REPLACEME/$USERNAME/g /home/users/$USERNAME/config -
patrick-hudson revised this gist
Dec 12, 2015 . No changes.There are no files selected for viewing
-
patrick-hudson created this gist
Dec 12, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ #!/bin/bash USERNAME=$(cat /dev/urandom | tr -dc 'a-z' | fold -w 8 | head -n 1) mkdir -p /home/users/$USERNAME useradd $USERNAME chown $USERNAME:$USERNAME /home/users/$USERNAME mkdir /home/users/$USERNAME/.irssi curl -o /home/users/$USERNAME/.irssi/config https://gist.github.com/anonymous/98d9c24e44bd053d16f7/raw/772ca0864ffc6ea943870094454e8451018a424d/config sed -i s/REPLACEME/$USERNAME/g /home/users/$USERNAME/.irssi/config