-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKubuntu-or-Ubuntu.html
More file actions
44 lines (36 loc) · 1.62 KB
/
Kubuntu-or-Ubuntu.html
File metadata and controls
44 lines (36 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ArkboiTech</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1 style="display: flex;"><a class="header" href="index.html">ArkboiTech - All about Linux tech</a></h1>
<img src="logo.png" alt="Logo" width="48px" height="48px" style="display: flex;">
<hr>
<h3>Home: the terrible yet amazing Linux</h3>
<pre>
# Kubuntu: Better than Ubuntu?
Kubuntu is the (linux) distrubution that i personally use, and i think it's way better than Ubuntu, because of a whole lot of things:
> Kubuntu has the (KDE) Plasma Desktop Environment, which is highly customizable
> It's super fast
> Everything is user friendly because of:
> (APT) package manager
> (Ubuntu) Flavor
> (KDE) Plasma
> It's (K)ubuntu
And after all you can make it look like whatever you want to, and it's just so good
# Problems with Kubuntu
Personal:
I (recently) had problems with Wi-Fi where it would be 0b/s after a while, and i'm trying to fix it,
maybe the problem is:
>Network drivers
>Updates
>(or) Something else
I will put an image of my Kubuntu Desktop below this (hopefully)
</pre>
<img src="kubuntu.png" alt="Image of my Kubuntu Desktop" width="500px" height="300px">
<hr>
<button class="buttonmain"><a class="amain" href="linuxgroup.html">< Go Back</a></button>