Linux. Ubuntu-Mate

  • Benny
  • | Linux. Ubuntu-Mate
joint : 07 Dec 2022



Artikel Tags :

  • Poppularity : 0.1127% of 321Pages

    Total View : 895
    IP Unique : 547
    Page Age : 888 Days
    Votes 0.00 (0 Participant)
  • 0 0 respond: 0
    sbRespond: 0
    0 0
    peserta

Linux berbasis Terminal, atau cmn comand prompi. Berbagai Pengembang menciptakan berbagai Destop yang ditanamkan kelinux. Bahkan beberapa layaknya Linux-mint, Ubuntu, Manjaro Merupakan Tampilan Windows Desktop.

Sekiranya mencari OS (Operating System) PC terbagus. Semuanya bagus, user frienly (termasuk Linux), bergantung keperluan. Keperluan Online lebih diutamakan menggunakan Linux. Berikut Linux Ubuntu-Mate Kami Penggunaan.

 

Sering Error.

Penggunaan Aplikasi Wine menyebabkan OS Ubuntu-mate mengalami kerusakan. Wine merupakan aplikasi Linux agar dapat Mengoperasikan exe file. Pengembang Wine kurang canggih.
Macro error. kurang faham dengan tersebut.

 

Instalasi Linux Ubuntu-Mate dan Apps sebagai catatan.

website ubuntu-mate.org

https://benny9.my.id/img/ubuntu-mate.jpg
Tampilan Ubuntu-Mate

 

https://benny9.my.id/img/ftplinuxfolder.jpg
File-Manager-Hosting-FTP

Linux Media Penyimpanan/ Hardisk bersistem ext4, berbeda dengan Windows NTFS atau Fat.
Format Disk Ext4 sebagai OS, dan Efi sekitar 1Gb.

 

= Rutinitas Update Upgrade

sudo apt-get update
sudo apt-get upgrade

 

= Command basic biasa dipergunakan

sudo apt-get install Instalasi Apps
sudo apt-get remove Uninstall Apps
sudo apt-get purge Uninstall
Apps -Force/ -Clean

= xrandr
-Tampilan Resolusi Desktop

cvt 1200 1080
xrandr --newmode "1200x1080_60.00"  107.50  1200 1280 1400 1600  1080 1083 1093 1120 -hsync +vsync
xrandr --addmode VGA-X-1 "1200x1080_60.00"

 

= AutoRun Apps StartUp

Tampilkan hidden-file-folder. Path /etc/profile.d/
buat file berformat .sh.
ex
xrandr --newmode "1200x1080_60.00"  107.50  1200 1280 1400 1600  1080 1083 1093 1120 -hsync +vsync
xrandr --addmode VGA-X-1 "1200x1080_60.00"

 

= Apps

- Apache2

sudo apt install apache2
sudo apt install net-tools
sudo netstat -tlpn
sudo apt install firewalld
sudo firewall-cmd --permanent --add-port=80/tcp
sudo firewall-cmd --permanent --add-port=443/tcp
sudo firewall-cmd --reload

sudo apt install php php-curl php-gd php-json php-mbstring php-xml php-mysql libapache2-mod-php

sudo apt install mysql-server

sudo mysql_secure_installation

sudo apt install phpmyadmin

sudo a2ensite pc_benny9_myid
sudo a2dissite 000-default

sudo systemctl restart apache2
sudo systemctl restart mysql

- Some error apache2
sudo mysql
SHOW VARIABLES LIKE "validate_password%";
select plugin_name, plugin_status from information_schema.plugins where plugin_name like "validate%";
install plugin validate_password soname "validate_password.so";
select plugin_name, plugin_status from information_schema.plugins where plugin_name like "validate%";

SET GLOBAL validate_password_policy=1;
SHOW VARIABLES LIKE "validate_password%";

create user "roots"@"localhost" IDENTIFIED BY "NewPassword12@@##**";
GRANT ALL PRIVILEGES ON *.* TO "roots"@"localhost" WITH GRANT OPTION;
FLUSH PRIVILEGES;

 

 

- Java Jar

wget "https://github.com/freenet/fred/releases/download/build01493/new_installer_offline_1493.jar" -O new_installer_offline.jar;
java -jar new_installer_offline.jar;

 

- More Apps

sudo apt-get install XYZ.

- XYZ

gparted
Partition manager

mousepad
text editor

qbittorrent

w3m
browser-txt-terminal

wine
runing exe apps windows

gimp
image editor

gpick
SchreenShot

kazam
Video-editor

kdenlive
Video-editor

deepin-terminal

peek
SchreenShot

vlc

virtualbox

sweeper

-End XYZ

 

Software/ Apps box bundle

sudo snap install snap-store

sudo add-apt-repository ppa:flatpak/stable
sudo apt update
sudo apt install flatpak

- Some error Flatpak

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

flatpak install flathub org.kde.filelight
flatpak run org.kde.filelight

 

- Snap Apps

sudo snap install winbox
sudo apt-get install net-tools
sudo snap install atom --classic
sudo apt install Krita