Recent Posts

Recent Posts

Pages: 1 [2] 3 4
11
Hendri's Programing Notes / How to install Veracrypt on Linux mint
« Last post by admin on July 26, 2020, 11:19:52 am »
Code: [Select]
sudo add-apt-repository ppa:unit193/encryption
Code: [Select]
sudo apt-get update
Code: [Select]
sudo apt install veracrypt
12
Turntables & Audio / Turntable / LP Player / Record player terminology - Rotel Turntable
« Last post by admin on February 18, 2020, 12:58:33 pm »
This video provide the basic terminology for turntable's. The purpose of this video is to help you describe the part you want to buy for your turntable. Thanks for watching.

13
Hendri's Programing Notes / How to Install Wine 2.0 Stable in Ubuntu 16.04
« Last post by admin on August 05, 2017, 11:03:52 am »
Code: [Select]
sudo add-apt-repository ppa:wine/wine-builds
Code: [Select]
sudo apt-get update
Code: [Select]
sudo apt-get install --install-recommends wine-staging
Code: [Select]
sudo apt update
Code: [Select]
sudo apt install wine-stable
14
Code: [Select]
sudo apt-get update
sudo apt-get install youtube-dl

Or use PIP install
Code: [Select]
pip install youtube-dl
15
Hendri's Programing Notes / Install php-bz2
« Last post by admin on July 24, 2017, 10:58:39 am »
Code: [Select]
sudo apt-get update
sudo apt-get install php-bz2
16
Hendri's Programing Notes / Install or Add PHP-GD Support To Apache Web Server
« Last post by admin on July 23, 2017, 06:51:41 pm »
?
17
Hendri's Programing Notes / Install module bcmath
« Last post by admin on July 23, 2017, 06:43:34 pm »
Code: [Select]
sudo apt-get install php-bcmath
Code: [Select]
sudo service apache2 restart
18
Hendri's Programing Notes / How to install zip in ubuntu?
« Last post by admin on July 23, 2017, 06:37:14 pm »
Code: [Select]
sudo apt-get update
Code: [Select]
sudo apt-get install zip unzip
Code: [Select]
apt-get install php7.0-zip
Code: [Select]
sudo apt-get update
19
Hendri's Programing Notes / How to install PHP `soap` extension in Ubuntu?
« Last post by admin on July 23, 2017, 06:32:11 pm »
Code: [Select]
sudo apt-get install php-soap
20
Hendri's Programing Notes / How to install PHP `mbstring` extension in Ubuntu?
« Last post by admin on July 23, 2017, 06:14:47 pm »
Code: [Select]
sudo apt-get install php7.0-mbstring
Pages: 1 [2] 3 4