Recent Posts

Recent Posts

Pages: 1 [2] 3 4
11
Code: [Select]
sudo apt-get update
sudo apt-get install youtube-dl

Or use PIP install
Code: [Select]
pip install youtube-dl
12
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
13
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 »
?
14
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
15
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
16
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
17
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
18
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
19
Hendri's Programing Notes / Lamp Stack Ubuntu
« Last post by admin on March 25, 2017, 10:17:55 am »
Code: [Select]
sudo apt-get install apache2
Code: [Select]
sudo apt-get install mysql-server
Code: [Select]
sudo apt-get install php5 libapache2-mod-php5
Code: [Select]
sudo service apache2 restart
Code: [Select]
sudo apt-get install php5-mysqlnd
Code: [Select]
sudo service apache2 restart
20
Hendri's Programing Notes / How do I install Netbeans on Ubuntu / Linux Mint ?
« Last post by admin on March 24, 2017, 10:06:39 am »
Code: [Select]
sudo apt-get install netbeans
Pages: 1 [2] 3 4