You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/vi/firststeps.md
+19-16Lines changed: 19 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -39,11 +39,15 @@ The following hardware components are required for the Systems Engineering Virtu
39
39
4.**MicroSD Card Reader**
40
40
- Required if your computer lacks an SD card slot.
41
41
42
-
5.**Laptop or Computer**
42
+
5.**Ethernet cable**
43
+
– For direct connection and troubleshooting of the Pi without Wi-Fi
44
+
– An available Ethernet port on your router/switch will also be required
45
+
46
+
6.**Laptop or Computer**
43
47
- RAM: Minimum 8GB (16GB preferred)
44
48
- If using a desktop without built-in Wi-Fi, a Wi-Fi adapter is required.
45
49
46
-
6.**Android Device or Chromebook**
50
+
7.**Android Device or Chromebook**
47
51
-**RAM:** Minimum 3GB
48
52
-**Operating System:** Android 9 ("Pie") or newer
49
53
- If you don’t already own one, consider asking friends or family if they have an old Android phone they no longer use.
@@ -54,11 +58,10 @@ The following hardware components are required for the Systems Engineering Virtu
54
58
55
59
There are also optional hardware components you may choose to purchase. While these are not required for participation in the internship, they can further help you develop your skills and contribute to the project. Once you have completed the First Steps and officially become an intern, feel free to reach out to us for guidance and to explore potential additional projects utilizing these hardware components.
56
60
57
-
1. Ethernet cable – For direct connection and troubleshooting of the Pi without Wi-Fi
58
-
2. USB keyboard, mouse, monitor, and HDMI cable
59
-
3.[Real Time Clock (RTC)](https://www.amazon.com/s?k=raspberry+pi+rtc)
60
-
4.[Raspberry Pi Zero 2 W](https://www.raspberrypi.com/products/raspberry-pi-zero-2-w/)
61
-
5.[Raspberry Pi Camera](https://www.raspberrypi.com/products/#cameras-and-displays)
61
+
1. USB keyboard, mouse, monitor, and HDMI cable
62
+
1.[Real Time Clock (RTC)](https://www.amazon.com/s?k=raspberry+pi+rtc)
63
+
1.[Raspberry Pi Zero 2 W](https://www.raspberrypi.com/products/raspberry-pi-zero-2-w/)
64
+
1.[Raspberry Pi Camera](https://www.raspberrypi.com/products/#cameras-and-displays)
62
65
63
66
[YouTube: Boot of Raspberry Pi4 with HDMI Screen and Configure WiFi Live](https://www.youtube.com/watch?v=-9V4EpNNR6k)
64
67
@@ -90,19 +93,22 @@ For technical questions not covered in the FAQ, in addition to contacting us on
90
93
91
94
## Step 0 - Introductory Steps
92
95
93
-
1. Complete the [New Virtual Intern Application form](http://apply.treehouses.io). If you have already done this after being invited to join the team then good job, you're all set!
96
+
### Watch the Organization and Follow Contributors
94
97
95
-
2. Log into your [GitHub account](https://github.com/) then watch [treehouses.github.io repo](https://github.com/treehouses/treehouses.github.io) and Follow [Dogi](https://github.com/dogi), [Ryan](https://github.com/indepthh), [Vassilis](https://github.com/vers4ce), [Roshan](https://github.com/rrijal53), [Sam](https://github.com/Liew211), [Samuel](https://github.com/samuelchen1213) and [Arran](https://github.com/ArranHL)on GitHub.
98
+
In GitHub, we [follow organizations](https://docs.github.com/en/get-started/exploring-projects-on-github/following-organizations) and [follow people](https://docs.github.com/en/get-started/exploring-projects-on-github/following-people) to receive notifications about their activity. Look for the "Watch" button at the top right of the page when you are in a repository. Additionally, follow each other to stay updated on what others in the group are working on.
96
99
97
-
In GitHub, we "[Watch](https://help.github.com/en/articles/watching-and-unwatching-repositories)" organization repositories and ["Follow"](https://help.github.com/en/articles/following-people) individuals. Look for the "Watch" button at the top right of the page when you are in a repository. Also, follow each other to see what others in the group are doing. (Click on the image to enlarge.)
100
+
- Use the "Watch" button in repositories you're working on and "Follow" individuals to keep up with the latest activities.
101
+
- Visit GitHub and "Follow" the [Treehouses organization](https://github.com/treehousest) to stay updated on changes.
- You can also follow [other active Systems Engineering Virtual Interns](team.md) to stay updated on their activities.
98
104
99
-
### Setting up your environment
105
+
### Setting Up Your Environment
100
106
101
-
We interact with the Raspberry Pi via a command terminal, which is natively available for both Mac and Linuxbased systems. However, if you are on a Windows device, [Git Bash](https://git-scm.com/download/win) is highly recommended.
107
+
We interact with the Raspberry Pi via a command terminal, which is natively available on both Mac and Linux-based systems. However, if you are using a Windows device, we highly recommend [Git Bash](https://git-scm.com/downloads/win).
102
108
103
109
### Working with Vi & Vim
104
110
105
-
One of the most simple but most powerful text editors out there is Vim. If you want to see what Vim can do and how powerful it can be, you can learn more about Vim [here](https://danielmiessler.com/study/vim/#textobjects). Vim is not necessary for this internship but it is truly helpful when working on the Raspberry Pi not to have to download and install other text editors.
111
+
One of the most simple but most powerful text editors out there is Vim. If you want to see what Vim can do and how powerful it can be, you can learn more about Vim [here](https://danielmiessler.com/p/vim/#textobjects). Vim is not necessary for this internship but it is truly helpful when working on the Raspberry Pi not to have to download and install other text editors.
106
112
107
113
**NOTE:** You can skip ahead to Step 3 while you are waiting for your Raspberry Pi to come in the mail.
108
114
@@ -113,13 +119,10 @@ There are 3 sections in this step:
113
119
2.[Using treehouses Remote](treehouses-remote.md)
114
120
3.[Finding your Pi](find-pi.md)
115
121
116
-
117
122
## Step 2 - Use SSH and Tor to Remotely Control Your Raspberry Pi
118
123
119
124
The Systems team uses SSH (Secure Shell) to securely and remotely control the Raspberry Pis we work with. SSH works by providing an admin protocol that allows users to control and modify their remote servers over the Internet. Follow the [Raspberry Pi SSH & Tor Tutorial](sshpi.md) to learn how.
120
125
121
-
122
-
123
126
## Step 3 - Markdown and Fork Tutorial
124
127
125
128
Follow the instructions on [GitHub and Markdown](githubandmarkdown.md)
0 commit comments