Skip to content

Commit 7b5f2fb

Browse files
Merge branch 'master' into fix-popos
2 parents d8bb3f3 + cf778c4 commit 7b5f2fb

File tree

8 files changed

+68
-82
lines changed

8 files changed

+68
-82
lines changed

LICENSE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.

content/fan-noise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Fan Speeds can be monitored with <u>psensor</u>, which can be installed from eit
2828

2929
Our [Open Firmware laptops](/articles/open-firmware-systems) have fan controls to swap between max or automatic thermal control. Use Fn+1 to toggle between the modes. (Your model will show support on the key section of their [tech-docs](https://tech-docs.system76.com)).
3030

31-
### Easy settings to effect fan noise
31+
### Easy settings to affect fan noise
3232

3333
Fan speed is based on thermal output of the system. There are some settings that will indirectly limit how much heat is created during use:
3434

content/flash-firmware-from-usb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Next, select the .img file use the `Choose Image` button.
6262

6363
![Popsicle Image](/images/pop-live-disk/popsicle-image-selection.png)
6464

65-
Now select the USB Flash Drive that you are coping the file(s) to.
65+
Now select the USB Flash Drive that you are copying the file(s) to.
6666

6767
![Popsicle Drive](/images/pop-live-disk/popsicle-drive-selection.png)
6868

content/live-disk.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ Once the flash is complete (should look like the screenshot above), it's time to
122122

123123
Etcher is an open source app for Windows, macOS, and Linux that allows you to burn disk images to USB drives. You can download it at [balena.io/etcher/](https://www.balena.io/etcher/).
124124

125+
> Note: Balena Etcher collects usage statistics by default. You can turn off this data collection in Settings.
126+
125127
Once you have installed Etcher and downloaded the Pop!\_OS.iso image, open up the Etcher application. You should see something like this:
126128

127129
![Etcher Startup](/images/live-disk-new/etcher01-start.png)

content/luanti.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
title: Install and Play Luanti
3+
description: >
4+
Luanti, formerly Minetest, an open source infinite-world block sandbox game with survival and crafting.
5+
keywords:
6+
- Games
7+
- luanti
8+
- minetest
9+
10+
facebookImage: /_social/article
11+
twitterImage: /_social/article
12+
13+
hidden: false
14+
section: community
15+
tableOfContents: true
16+
17+
redirect_from:
18+
- /articles/minetest
19+
---
20+
21+
Did you get sick of Minecraft? Microsoft controlling it and ripping apart our beloved game? Well fear no more! Luanti is similar to Minecraft, but it is a truly infinite voxel game engine, written in C++ for speed and easy cross-compatiblity with different platforms, all licensed under the LGPL. With powerful modding features, there are many custom games, mods, and texture packs available from its community!
22+
23+
## Installation
24+
25+
To install on Ubuntu/Pop\_OS!, first add the PPA to the system's software sources.
26+
27+
```bash
28+
sudo add-apt-repository ppa:minetestdevs/stable
29+
```
30+
31+
The Luanti package (named `minetest`) is now available to install.
32+
33+
```bash
34+
sudo apt update
35+
sudo apt install minetest
36+
```
37+
38+
Now you can play the game!
39+
40+
## Adding Games, Mods, and Texture Packs
41+
42+
When you open Luanti, you'll be prompted to install a game from [ContentDB](https://content.luanti.org/), the home of hundreds of different custom games, mods, and texture packs!
43+
44+
Start with [Minetest Game](https://content.luanti.org/packages/Luanti/minetest_game/), the official base game. Explore the mods and texture packs created for it!
45+
46+
## Connecting to Servers
47+
48+
To connect to a server, choose one from the list, then choose a username and password on the right side of the screen. The server will then connect. The next time you use the server, simply put in the same username and password! Custom mods are automatically loaded, so no fuss is needed.
49+
50+
## Resources
51+
52+
Check out Luanti at [luanti.org](https://www.luanti.org/).
53+
54+
Or on GitHub, [@luanti-org](https://github.com/luanti-org).
55+
56+
Become a contributor! Change the future of gaming!
57+
58+
---
59+
60+
This article was contributed by [kylerschin](https://github.com/kylerschin).

content/minetest.md

Lines changed: 0 additions & 79 deletions
This file was deleted.

content/open-firmware-systems.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ The source code for our Open EC can be found [here](https://github.com/system76/
5353
| Gazelle (gaze16 and newer) | Yes | Yes |
5454
| Lemur Pro (lemp8 and older) | No | No |
5555
| Lemur Pro (lemp9 and newer) | Yes | Yes |
56+
| Meerkat (meer8 and older) | No | N/A |
5657
| Meerkat (meer9) | Yes | N/A |
58+
| Meerkat (meer10) | No | N/A |
5759
| Oryx Pro (oryp5 and older) | No | No |
5860
| Oryx Pro (oryp6 and newer) | Yes | Yes |
5961

content/terminal-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Cursor | A visual indicator of the user's current position in the <u>Terminal</u
4444

4545
As you change folders and move throughout your computer, the prompt will change in response. In many cases, you won't need to move around to run a command.
4646

47-
To list all files and folders in the current directory, type `ls` To change directories (folders), type `cd [directory name]`. To go back up a directory type `cd ..`. At any time, you can press the Tab key to have the <u>Terminal</u> guess the completion for your entry, or twice to show all possibilities.
47+
To list all files and folders in the current directory, type `ls`. To change directories (folders), type `cd [directory name]`. To go back up a directory type `cd ..`. To return to your home directory from any location in the filesystem, type `cd`. At any time, you can press the Tab key to have the <u>Terminal</u> guess the completion for your entry, or twice to show all possibilities.
4848

4949
![Moving around](/images/terminal/moving-around.png)
5050

0 commit comments

Comments
 (0)