TTS-Indian Languages
Thursday, June 17, 2021
How to free RAM Memory
›
STEP1: i) sudo sync ii) sudo sysctl -w vm.drop_caches=3 iii) sudo sync STEP2: i) echo 1 > /proc/sys/vm/drop_caches ii) echo...
Wednesday, May 19, 2021
how to install pandas in python
›
We find difficulty in installation and pandas mainly when there are multiple versions of python installed on system to avoid confusion use b...
Tuesday, October 15, 2019
Error: /usr/bin/ld: cannot find -lfl
›
Error: /usr/bin/ld: cannot find -lfl collect2: error: ld returned 1 exit status Makefile:69: recipe for target 'unified' failed mak...
Monday, October 14, 2019
How to install libsndfile and Armadillo library on ubuntu
›
Installation of libsndfile: sudo apt-get install libsndfile-dev Installation of Armadillo If not present already, install LAPACK, Boost...
Saturday, September 21, 2019
How to disable directory listings on apache running on Ubuntu
›
open /etc/apache2/apache2.conf And the section of the settings that deals with listing directory in Apahce2 default root directory is this...
How to disable Web server version disclosure
›
On Debian, Ubuntu or Linux Mint: $ sudo vi /etc/apache2/apache2.conf On CentOS, Fedora, RHEL or Arch Linux: $ sudo vi /etc/httpd/...
Saturday, September 14, 2019
Protocol "'http" not supported or disabled in libcurl
›
Error: Protocol "'http" not supported or disabled in libcurl Solution: Ensure you are supplying curl with double quotes ( ...
›
Home
View web version