|
# Basic IT on campus (reminder)
|
|
# 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.
|
|
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
|
|
# Office 365 Suite
|
... | @@ -11,10 +12,10 @@ To install the Microsoft Office 365 Suite (Word, Excel) through your subscriptio |
... | @@ -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.
|
|
- 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.
|
|
- 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!
|
|
- 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.
|
|
- Follow the installation wizard.
|
|
|
|
|
|
|
|
|
|
# Browsers
|
|
# 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.
|
|
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) |
... | @@ -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/)
|
|
- Mozilla Firefox - [Download](https://www.mozilla.org/en-US/firefox/new/)
|
|
- Microsoft Edge - [Download](https://www.microsoft.com/nl-nl/edge)
|
|
- Microsoft Edge - [Download](https://www.microsoft.com/nl-nl/edge)
|
|
|
|
|
|
|
|
|
|
# Editors
|
|
# 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.**
|
|
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 |
... | @@ -43,7 +43,8 @@ An **editor** is a piece of software that allows the user to interact with **tex |
|
|
|
|
|
## Jetbrains registration
|
|
## 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!**
|
|
- Use your **Howest-email!**
|
|
- Level of study: undergraduate
|
|
- Level of study: undergraduate
|
|
- Graduation date: choose september 2025
|
|
- Graduation date: choose september 2025
|
... | @@ -56,24 +57,25 @@ You should receive a confirmation mail. You will need your account in future ste |
... | @@ -56,24 +57,25 @@ You should receive a confirmation mail. You will need your account in future ste |
|
|
|
|
|
_(Make sure visual studio code is installed before this)_
|
|
_(Make sure visual studio code is installed before this)_
|
|
|
|
|
|
**Git** is an extremely powerful piece of software that allows people to work together on code. The official terminology is a **distributed version control system**. We will use this extensively in a lot of different courses.
|
|
**Git** is an extremely powerful piece of software that allows people to work together on code. The official terminology is a **distributed version control system**. We will use this extensively in a lot of different courses.
|
|
|
|
|
|
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:
|
|
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)
|
|
- Choosing the default editor: Choose Visual Studio Code (unless you know what you are doing and you want something else)
|
|
- Leave all rest **default**
|
|
- 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
|
|
### Icon when searching for it
|
|
|
|
|
|

|
|

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

|
|

|
|
|
|
|
|
Next up: go to [SSH Keys](software/SSH-Keys)
|
|
Next up: go to [SSH Keys](software/SSH-Keys)
|
|
|
|
|
|
# Python
|
|
# Python
|
|
|
|
|
|
Go to [Python Downloads](https://www.python.org/downloads/) and download the latest version. Double check to add python to the path by making sure the box is checked. |
|
Go to [Python Downloads](https://www.python.org/downloads/) and download the latest version. Double check to add python to the path by making sure the box is checked. |
|
\ No newline at end of file |
|
\ No newline at end of file |