|
|
# Basic IT on campus (reminder)
|
|
|
|
|
|
Within the ["Infosite Howest Brugge (nl)"](https://leho-howest.instructure.com/courses/18111) or ["Infosite Howest Brugge (ENG)"](https://leho-howest.instructure.com/courses/18220) course on our learning management platform 'Leho', you'll find basic information about the wireless network, copying, printing, timetables, VPN connection etc.
|
|
|
|
|
|
# Office 365 Suite
|
... | ... | @@ -11,10 +12,10 @@ To install the Microsoft Office 365 Suite (Word, Excel) through your subscriptio |
|
|
- Once logged in you can use the **web-based** version of the Microsoft Applications.
|
|
|
- At the top right there is a button to install the desktop applications as well.
|
|
|
- Make sure **Microsoft Teams** is installed as we will use this tool a lot!
|
|
|
- Use the code 'fzk27am' to join the student 23-24 Team
|
|
|
* Go to the 'Teams' section in the left side bar
|
|
|
* Click 'Join or create team' and use the code 'fzk27am' to join the student 23-24 Team!
|
|
|
- Follow the installation wizard.
|
|
|
|
|
|
|
|
|
# Browsers
|
|
|
|
|
|
A **browser** is a piece of software that allows the user to "browse" (= access) files and data on the Internet (or other networks). We suggest having multiple browsers available on your computer. Go ahead and follow the installation wizard.
|
... | ... | @@ -25,7 +26,6 @@ A **browser** is a piece of software that allows the user to "browse" (= access) |
|
|
- Mozilla Firefox - [Download](https://www.mozilla.org/en-US/firefox/new/)
|
|
|
- Microsoft Edge - [Download](https://www.microsoft.com/nl-nl/edge)
|
|
|
|
|
|
|
|
|
# Editors
|
|
|
|
|
|
An **editor** is a piece of software that allows the user to interact with **text** files. Word from the Office suite is used to create documents with markup and/or images and is **not** considered an editor. The most common example of a very basic editor (on Windows) is notepad. The following pieces of software have increased functionality. We suggest installing at least Visual Studio Code but if you are familiar with the other ones they will suffice for now as well. **You don't need to install all 3 of them. When in doubt pick Visual Studio Code and leave the other ones alone.**
|
... | ... | @@ -43,7 +43,8 @@ An **editor** is a piece of software that allows the user to interact with **tex |
|
|
|
|
|
## Jetbrains registration
|
|
|
|
|
|
Go to [https://www.jetbrains.com/shop/eform/students](https://www.jetbrains.com/shop/eform/students) and fill in all the fields of the form:
|
|
|
Go to https://www.jetbrains.com/shop/eform/students and fill in all the fields of the form:
|
|
|
|
|
|
- Use your **Howest-email!**
|
|
|
- Level of study: undergraduate
|
|
|
- Graduation date: choose september 2025
|
... | ... | @@ -60,16 +61,17 @@ _(Make sure visual studio code is installed before this)_ |
|
|
|
|
|
Go to [Download](https://git-scm.com/) and download the installer for your operating system (windows/mac/linux). Follow the installation wizard. Choose the defaults unless otherwise specified:
|
|
|
|
|
|
- **Select Components**: Go ahead and add **additional icons > on the Desktop** if you want
|
|
|
- **Select Components**: Go ahead and add **additional icons \> on the Desktop** if you want
|
|
|
- Choosing the default editor: Choose Visual Studio Code (unless you know what you are doing and you want something else)
|
|
|
- Leave all rest **default**
|
|
|
- Try running ``Git Bash`` by pressing the windows button and searching for it. A black window should open. Try typing ``git``. The output should look like the image below. This is called a command prompt and **we will need it to run commands** (for example in the SSH keys section).
|
|
|
- Try running `Git Bash` by pressing the windows button and searching for it. A black window should open. Try typing `git`. The output should look like the image below. This is called a command prompt and **we will need it to run commands** (for example in the SSH keys section).
|
|
|
|
|
|
### Icon when searching for it
|
|
|
|
|
|

|
|
|
|
|
|
### Black Screen with command "git"
|
|
|
|
|
|

|
|
|
|
|
|
Next up: go to [SSH Keys](software/SSH-Keys)
|
... | ... | |