Showing posts with label Ubuntu. Show all posts
Showing posts with label Ubuntu. Show all posts

Remove php from ubuntu 20.04 virtualmin with extensions

show installed php on server

sudo apt list --installed | grep php

 

remove installed php

sudo apt-get purge 'php8.1*'


install intl extension ubuntu

sudo apt-get install php7.4-intl

install mysqli
sudo apt-get install php-mysql
 install mysqlnd
sudo apt-get install -y php7.4-mysqlnd

ubah writable/cache ke 0777

install php-xml
sudo apt-get install php7.4-xml

Synchronize Time Ubuntu 20 - Windows 10


timedatectl set-local-rtc 1 --adjust-system-clock
timedatectl

google Remote desktop ubuntu error on installation

there is error on installation, and name cannot change
create dir for chrome remote desktop , the command is
mkdir ~/.config/chrome-remote-desktop


[Fix] Sound Not Work on Ubuntu

I have install an ubuntu 18.04 LTS on my PC, and my sound is not function. After I search on the internet this instruction is work on my PC. Before I install ubuntu, my sound card on Windows 7 is normal. My sound card onboard the PC is IDT as known as from windows 7. And this is how I fix the sound :

1. sudo apt-get install pavucontrol
    install pavucontrol from terminal.

2. sudo pavucontrol
    open pavucontrol from terminal or find in the show apps
  
3.  click arrow to the right until you find "Configuration". Click the "Configuration".
4. Change to Analog Stereo Duplex / Analog Stereo Output


 5. Finish.