Skip to content

Commit

Permalink
Add linux page to geogeeks
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoledoux committed Sep 9, 2024
1 parent bba66d4 commit 9fa7243
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/cpp/vcpkgwindows.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

!!! warning

We recommend you use [Chocolatey to install packages](../computer/packagemanager.md), or [WSL](../computer/wsl.md).
We recommend you use [Chocolatey to install packages](../computer/packagemanager.md), or [WSL](../linux/wsl.md).

vcpkg is an alternative, but it is more complex and difficult to setup.

Expand Down
Binary file added docs/linux/files/Linux_Introduction.pdf
Binary file not shown.
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
13 changes: 13 additions & 0 deletions docs/linux/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

# Linux

For a few courses you'll have to use the operating system Linux :simple-linux:

You can install Linux on your Windows computers with basically 2 different ways:

1. with [WSL](./wsl.md) (Windows Subsystem for Linux)
2. by running it [virtually with VirtualBox](./virtualbox.md)

And you'll have to access some Linux servers [using ssh](./ssh.md).

One big difference is the [filesystem](../computer/filesystem.md), make sure you familiarise yourself with it.
4 changes: 4 additions & 0 deletions docs/linux/intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

# Introduction to Linux

[See slides for introduction to Linux](./files/Linux_Introduction.pdf)
2 changes: 1 addition & 1 deletion docs/misc/ssh.md → docs/linux/ssh.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

Under Windows it should be possible to do the same as macOS/Linux with [puttyssh](https://putty.org/).

The best alternative is to use [WSL](../computer/wsl.md) and follow the same instructions as those for macOS/Linux.
The best alternative is to use [WSL](../linux/wsl.md) and follow the same instructions as those for macOS/Linux.

To copy files using a graphic interface use WinSCP, and configure a session following the figures here:
![WinSCP0](./img/WinSCP0.jpeg)
Expand Down
4 changes: 4 additions & 0 deletions docs/linux/virtualbox.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

# Running Linux in a virtual environment

[See slides to install Ubuntu in VirtualBox](./files/VirtualBox_Kubuntu_Installation_Guide.pdf)
File renamed without changes.
8 changes: 6 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ nav:
- computer/filesystem.md
- computer/terminal.md
- computer/packagemanager.md
- computer/wsl.md
- computer/bestsoftware.md
- Programming:
- programming/chooselanguage.md
Expand All @@ -75,6 +74,12 @@ nav:
- cpp/xcode.md
- cpp/wslclion.md
- cpp/vcpkgwindows.md
- Linux:
- linux/index.md
- linux/intro.md
- linux/virtualbox.md
- linux/ssh.md
- linux/wsl.md
- Git:
- git/index.md
- git/gitintro.md
Expand All @@ -93,7 +98,6 @@ nav:
- writing/references.md
- writing/latextogether.md
- Misc:
- misc/ssh.md
- misc/delftblue.md


Expand Down

0 comments on commit 9fa7243

Please sign in to comment.