Skip to content

Commit dc95871

Browse files
authoredJan 29, 2020
Update README.md
1 parent 89747bc commit dc95871

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
 

‎README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ Download Raspbian (choose whether you want desktop or just CLI, I use the CLI):
2121
2) If using a desktop version, find how to start the terminal as this will be where you do all your install / config.
2222
3) Add your own user and give them sudo permissions, run these commands, as is (changing names):
2323

24-
`adduser tobias`
24+
`adduser exampleuser`
2525

26-
`usermod -aG sudo tobias`
26+
`usermod -aG sudo exampleuser`
2727

2828
`vi /etc/sudoers`
2929

3030
Check out some VI commands here if you need some help - https://kb.iu.edu/d/afdc
3131

32-
4) Paste `tobias ALL=(ALL) NOPASSWD: ALL` (changing the username to the one you just created) into your /etc/sudoers file so that you can sudo around without a password, it should looks like so:
32+
4) Paste `exampleuser ALL=(ALL) NOPASSWD: ALL` (changing the username to the one you just created) into your /etc/sudoers file so that you can sudo around without a password, it should looks like so:
3333

3434
```# User privilege specification
3535
root ALL=(ALL:ALL) ALL
36-
tobias ALL=(ALL) NOPASSWD: ALL
36+
exampleuser ALL=(ALL) NOPASSWD: ALL
3737
# Allow members of group sudo to execute any command
3838
%sudo ALL=(ALL:ALL) ALL
3939
```
@@ -294,9 +294,9 @@ Once PiVPN has been installed you get a nice utility to add and remove users. We
294294

295295
```
296296
========================================================
297-
Done! tobiasv2.ovpn successfully created!
298-
tobiasv2.ovpn was copied to:
299-
/home/tobias/ovpns
297+
Done! exampleuserv2.ovpn successfully created!
298+
exampleuserv2.ovpn was copied to:
299+
/home/exampleuser/ovpns
300300
for easy transfer. Please use this profile only on one
301301
device and create additional profiles for other devices.
302302
========================================================
@@ -306,7 +306,7 @@ You need to get this off your pi and onto your phone. I used WinSCP - https://wi
306306

307307
1) Open WinSCP
308308
1) Hostname (IP of Pi) - 192.168.0.250
309-
2) User (The user we first created) - tobias
309+
2) User (The user we first created) - exampleuser
310310
3) Password - The password for this user
311311
2) You will now be in the home directory, if this isn't where the ovpn profile was put you can navigate to where it previously told you.
312312
3) Upload to google drive or copy over to your phone

0 commit comments

Comments
 (0)
Please sign in to comment.