- Disable secureboot and legacy boot
- Enable EFI (UEFI) boot
- Boot
-
loadkeys cz-qwertz
-
ping archlinux.org
test internet connection - If no internet:
- connet ethernet cable
- If ethernet cable connected and still no internet
-
modprobe -r tg3
-
- If ethernet cable connected and still no internet
- connet ethernet cable
-
modprobe broadcom
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using UnityEngine; | |
/// <summary> | |
/// A simple free camera to be added to a Unity game object. | |
/// | |
/// Keys: |