100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
1ste jaar Linux labo - samenvatting $11.88
Add to cart

Summary

1ste jaar Linux labo - samenvatting

 0 purchase
  • Course
  • Institution

In het eerste jaar Linux zijn er verschillende labo's. In dit document zijn alle labo's samengevat, inclusief voorbeeldcode. Dit document bevat de basis, zoals werken in mappen, zelf scripts maken en het opzetten van remote connections.

Preview 3 out of 26  pages

  • January 19, 2025
  • 26
  • 2024/2025
  • Summary
avatar-seller
💙
Linux Praktijk
Labo 2
Virtuele Machine Installatiecheck
Controleer of je installatie succesvol is:

1. Is VirtualBox OK?

2. Is Trisquel correct geïnstalleerd?

3. Werken de addons (fullscreen)?

4. Heb je een .ova-backup kunnen maken?


Virtuele Machine Snapshots
Snapshots bieden een manier om snel een momentopname van je VM te
maken, zodat je later naar dat punt kunt terugkeren als er iets misgaat.
Snapshot maken:

1. Start je VM
2. Machine > Take Snapshot
3. Geef een naam en sla op



Snapshot herstellen:
1. Sluit de VM af
2. Machine > Snapshots > Kies snapshot > Restore
3. Start je VM opnieuw



Basic Terminal Commands



Linux Praktijk 1

, Werk met de terminal om je directorystructuur te navigeren en bestanden te
beheren.
Enkele veelgebruikte commando's:

# Toon inhoud van een directory
$ ls
$ ls -l # Gedetailleerde lijst
$ ls -a # Toon ook verborgen bestanden

# Verplaats naar een directory
$ cd /home/student
$ cd .. # Eén niveau omhoog
$ cd ~ # Ga naar home directory

# Toon huidige directory
$ pwd

# Bekijk de documentatie van een commando
$ man ls # Geeft de handleiding van het ls-commando
$ man cd # Geeft de handleiding van het cd-commando

# Maak een nieuwe directory
$ mkdir linux_labo2
$ mkdir /home/student/newdir

# Verwijder een lege directory
$ rmdir linux_labo2


# Maak een nieuw (leeg) bestand of update timestamp van een
bestaand bestand
$ touch mijnbestand.txt
$ touch bestaandbestand.txt # Update de timestamp van een
bestaand bestand

# Kopieer een bestand
$ cp file1.txt file2.txt

# Verplaats/rename een bestand



Linux Praktijk 2

, $ mv file1.txt newdir/file1.txt


# Verwijder een bestand
$ rm file2.txt



Extra: tree Command
# Toon de directory structuur
$ tree /home/student/labo

# Alleen directories tonen
$ tree -d /home/student/labo



Screenshot maken en uploaden naar Digitap
1. Open een tweede terminal en voer het volgende commando uit:

$ import linuxlabo2_jouwnaam.jpg


2. Maak een selectie om een screenshot te nemen.

3. Upload het bestand naar Digitap.




Labo 3
Werken met files - vervolg
Collectie Selectors
* (asterisk):
Dit betekent "alle". Gebruik het om alle bestanden in een map te selecteren.

Voorbeeld: mv * /dir5 verplaatst alle bestanden naar /dir5 .

subdirectory van de root, want het begint met “/”

Als onderdeel van een naam selecteert het alle bestanden die beginnen met
het opgegeven deel.



Linux Praktijk 3

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying these notes from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller quincycox80. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for $11.88. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

72914 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 15 years now

Start selling
$11.88
  • (0)
Add to cart
Added