User contributions for Kangtain
Appearance
3 November 2022
- 11:3411:34, 3 November 2022 diff hist +3,846 N Flatpak:Penggunaan Created page with "The tutorial will run over some of the most common commands using Flatpak. The first command you should use is the help command to familiarise yourself with the number of options you have, and even some Flatpak users may find commands that they did not know. <syntaxhighlight lang="bash"> flatpak --help </syntaxhighlight> Example output: <syntaxhighlight lang="bash"> Usage: flatpak [OPTION…] COMMAND Builtin Commands: Manage installed applications and runtimes..."
- 11:3311:33, 3 November 2022 diff hist +24 Flatpak No edit summary
- 11:3111:31, 3 November 2022 diff hist +988 N Flatpak:Uninstall Created page with "Beberapa perintah dasar ketika menggunakan perintah <code>flatpak uninstall</code> {| class="wikitable" |+SUDO FLATPAK UNINSTALL --HELP |- | --user |Work on the user installation |- | --system |Work on the system-wide installation (default) |- | --installation=NAME |Work on a non-default system-wide installation |- | --arch=ARCH |Arch to uninstall |- | --keep-ref |Keep ref in local repository |- | --no-related |Don't uninstall related refs |- | --force-remove |Re..."
- 11:3011:30, 3 November 2022 diff hist +23 Flatpak No edit summary
- 11:2911:29, 3 November 2022 diff hist +286 Flatpak:Installasi di Ubuntu 22.04 No edit summary Tag: Visual edit
- 11:2811:28, 3 November 2022 diff hist −1 MediaWiki:Edittools No edit summary
- 11:2711:27, 3 November 2022 diff hist +388 N Flatpak:Installasi di Ubuntu 22.04 Created page with "Ubuntu 22.04 features Flatpak by default on its standard stable repository. To begin the installation, use the following command. sudo apt install flatpak -y Flathub is a popular destination to search for applications that you can install on a whim, enable this by using the following command. sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo"
- 11:2611:26, 3 November 2022 diff hist +51 N Flatpak Created page with "==Terkait== *Flatpak:Installasi di Ubuntu 22.04" Tag: Visual edit: Switched
- 11:1911:19, 3 November 2022 diff hist +70 SNAP:Removing snapd No edit summary current Tag: Visual edit
- 11:1611:16, 3 November 2022 diff hist +1,673 N SNAP:Removing snapd Created page with "*First, let’s list all the snaps installed on your system with the following command: <syntaxhighlight lang="shell"> snap list </syntaxhighlight> *Let’s also stop snapd (snap daemon) services: <syntaxhighlight lang="shell">sudo systemctl disable snapd.service</syntaxhighlight> <syntaxhighlight lang="shell">sudo systemctl disable snapd.socket</syntaxhighlight> <syntaxhighlight lang="shell">sudo systemctl disable snapd.seeded.service</syntaxhighlight> *Then remov..."
- 11:1411:14, 3 November 2022 diff hist +25 SNAP →Terkait
- 10:4810:48, 3 November 2022 diff hist +192 LXQt:Installasi No edit summary current Tag: Visual edit
- 10:4710:47, 3 November 2022 diff hist +1,630 N LXQt:Installasi Created page with "==Install LXQt Desktop Environment on Ubuntu (lxqt package)== The lxqt package is a metapackage, which means it’s a package that depends on other packages. It will install the LXQt desktop environment core packages, along with other nice-to-have packages that usually give a modern desktop a richer experience – such as media players, an office suite, etc. To install the LXQt desktop environment run the following command: <syntaxhighlight lang="shell"> sudo apt insta..."
- 10:4410:44, 3 November 2022 diff hist +33 N LXQt Created page with "== Terkait== *LXQt:Installasi" current
- 10:4310:43, 3 November 2022 diff hist +1 Desktop Environment →Macam-macam Desktop Environment current
- 10:1310:13, 3 November 2022 diff hist +19 N Category:Analisa Kerusakan Hardware Created page with "Category:Matkul" current Tag: Visual edit
- 10:1210:12, 3 November 2022 diff hist +282 Analisa Kerusakan Hardware:Pengenalan Hardware Laptop No edit summary Tag: Visual edit
- 10:1010:10, 3 November 2022 diff hist +877 N Analisa Kerusakan Hardware:Pengenalan Hardware Laptop Created page with "*Penganalan Hardware Laptop Komputer sekarang hampir tidak dapat dipisahkan lagi dengan kehidupan kita seharai-hari terutama menyangkut dalam hal pekerjaan, komputer jinjing atau sering disebut laptop, notebook, dan yang terbaru Netop, banyak alasan masyarakat memilih laptop diantaranya karena mudah dibawa kemana-mana atau memiliki mobolitas yang tinggi dan harganyapun sangat terjangkau. Lalptop bisa membantu kita dalam melakukan berbagai hal mulai dari pekerjaan, hib..."
- 10:1010:10, 3 November 2022 diff hist +65 N Analisa Kerusakan Hardware Created page with "*Materi/Analisa Kerusakan Hardware/Pengenalan Hardware Laptop"
- 10:0210:02, 3 November 2022 diff hist +1 Materi No edit summary
- 10:0210:02, 3 November 2022 diff hist +38 Materi No edit summary
- 05:2805:28, 3 November 2022 diff hist +81 Ubuntu:Create archive tar No edit summary current Tag: Visual edit
- 05:2705:27, 3 November 2022 diff hist +962 N Ubuntu:Create archive tar Created page with "Say you want to compress an entire directory named <code>/home/vivek/data/</code>, then type: <syntaxhighlight lang="shell"> tar -czvf file.tar.gz /home/kangtain/data/ </syntaxhighlight> To compress multiple directories and files, execute: <syntaxhighlight lang="shell"> tar -czvf file.tar.gz /home/kangtain/data/ /home/kangtain/pics/ /home/kangtain/.accounting.db </syntaxhighlight> One can use <code>bzip2</code> compression instead of <code>gzip</code> by passing the..."
- 05:2405:24, 3 November 2022 diff hist +32 Ubuntu →Terkait
- 04:2404:24, 3 November 2022 diff hist +103 SNAP:Error purging snapd No edit summary Tag: Visual edit
- 04:2404:24, 3 November 2022 diff hist +516 N SNAP:Error purging snapd Created page with "<syntaxhighlight lang="shell"> sudo systemctl stop var-snap-firefox-common-host\\x2dhunspell.mount </syntaxhighlight> <syntaxhighlight lang="shell"> sudo systemctl disable var-snap-firefox-common-host\\x2dhunspell.mount </syntaxhighlight> <syntaxhighlight lang="shell"> sudo dpkg --purge --force-all snapd </syntaxhighlight> <syntaxhighlight lang="shell"> sudo apt install --fix-broken </syntaxhighlight> ==Source== *[https://askubuntu.com/questions/1414173/completely-r..."
- 04:2004:20, 3 November 2022 diff hist +44 SNAP →Exsternal Link
2 November 2022
- 15:0215:02, 2 November 2022 diff hist −50 Jaringan Komputer:Lapis Data link →Cyclic Redudancy Check: Sisi Pengirim
- 15:0115:01, 2 November 2022 diff hist +1,123 Jaringan Komputer:Lapis Data link →Hubungan langsung Tag: Visual edit
1 November 2022
- 09:5009:50, 1 November 2022 diff hist +71 Sistem Basis Data No edit summary Tag: Visual edit
- 06:2306:23, 1 November 2022 diff hist +1,273 Jaringan Komputer:Lapis Data link No edit summary Tag: Visual edit
- 06:1306:13, 1 November 2022 diff hist +92 N Jaringan Komputer:Lapis Data link Created page with "==Terminologi Fisik Jaringan== Node Link Terminal Jaringan {{DISPLAYTITLE:Lapis Datalink}}"
- 00:5200:52, 1 November 2022 diff hist +259 Wireshark Cheat Sheet →Source current Tag: Visual edit
- 00:4500:45, 1 November 2022 diff hist +472 Wireshark Cheat Sheet →Main Toolbar Items Tag: Visual edit
- 00:3800:38, 1 November 2022 diff hist 0 N File:Wireshark cheat sheet 20.png No edit summary current
- 00:3700:37, 1 November 2022 diff hist 0 N File:Wireshark cheat sheet 19.png No edit summary current
- 00:3700:37, 1 November 2022 diff hist 0 N File:Wireshark cheat sheet 18.png No edit summary current
- 00:3700:37, 1 November 2022 diff hist 0 N File:Wireshark cheat sheet 17.png No edit summary current
- 00:3600:36, 1 November 2022 diff hist 0 N File:Wireshark cheat sheet 16.png No edit summary current
- 00:3600:36, 1 November 2022 diff hist 0 N File:Wireshark cheat sheet 15.png No edit summary current
- 00:3600:36, 1 November 2022 diff hist 0 N File:Wireshark cheat sheet 14.png No edit summary current
- 00:3500:35, 1 November 2022 diff hist 0 N File:Wireshark cheat sheet 13.png No edit summary current
- 00:3500:35, 1 November 2022 diff hist 0 N File:Wireshark cheat sheet 12.png No edit summary current
- 00:3500:35, 1 November 2022 diff hist 0 N File:Wireshark cheat sheet 11.png No edit summary current
- 00:3400:34, 1 November 2022 diff hist 0 N File:Wireshark cheat sheet 10.png No edit summary current
- 00:3400:34, 1 November 2022 diff hist 0 N File:Wireshark cheat sheet 9.png No edit summary current
- 00:3400:34, 1 November 2022 diff hist 0 N File:Wireshark cheat sheet 8.png No edit summary current
- 00:3400:34, 1 November 2022 diff hist 0 N File:Wireshark cheat sheet 7.png No edit summary current
- 00:3300:33, 1 November 2022 diff hist 0 N File:Wireshark cheat sheet 6.png No edit summary current
- 00:3300:33, 1 November 2022 diff hist 0 N File:Wireshark cheat sheet 5.png No edit summary current