Recent Posts

Recent Posts

Pages: 1 [2] 3 4
11
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.

12
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
13
Code: [Select]
sudo apt-get update
sudo apt-get install youtube-dl

Or use PIP install
Code: [Select]
pip install youtube-dl
14
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
15
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 »
?
16
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
17
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
18
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
19
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
20
Hendri's Programing Notes / Install openshot-qt
« Last post by admin on May 10, 2017, 11:29:24 pm »
Code: [Select]
sudo add-apt-repository ppa:openshot.developers/ppa
sudo apt-get update
sudo apt-get install openshot-qt

Code: [Select]
sudo add-apt-repository ppa:thomas-schiex/blender
sudo apt-get update
sudo apt-get install blender

Code: [Select]
sudo add-apt-repository ppa:inkscape.dev/stable
sudo apt-get update
sudo apt-get install inkscape
Pages: 1 [2] 3 4