reflink
reflink
reference links
67 posts
just a place to keep some reference links
Don't wanna be here? Send us removal request.
reflink · 9 years ago
Link
0 notes
reflink · 9 years ago
Link
0 notes
reflink · 9 years ago
Link
0 notes
reflink · 9 years ago
Link
0 notes
reflink · 9 years ago
Link
Coding standard for C language
4 notes · View notes
reflink · 9 years ago
Link
Parse configuration (parameter vs file) in c/c++ program
Compare some libraries
0 notes
reflink · 9 years ago
Link
Simplest way (but not the latest version):  
sudo apt-get install libopencv-dev python-opencv
0 notes
reflink · 9 years ago
Link
A unit testing framework for C
0 notes
reflink · 9 years ago
Link
Install mongodb php driver on CentOS
#!/bin/bash # Install php, mongodb and http server on centos7 # #
echo '[inbash] Install HTTP deamon ...' sudo yum install -y httpd sudo systemctl start httpd.service sudo systemctl enable httpd.service sudo systemctl restart httpd.service
echo '[inbash] Open port 80 for TCP/UDP traffic ...' sudo firewall-cmd --zone=dmz --add-port=80/tcp --permanent sudo firewall-cmd --zone=public --add-port=80/tcp --permanent sudo firewall-cmd --zone=dmz --add-port=80/udp --permanent sudo firewall-cmd --zone=public --add-port=80/udp --permanent sudo firewall-cmd --reload
echo '[inbash] Install php ...' sudo yum install -y php gcc php-pear php-devel openssl-devel sudo pecl install mongo
echo '[inbash] You need to update php.ini. Command: ' echo '[inbash] Add "extension=mongo.so" into the file: sudo vi /etc/php.ini' echo '[inbash] Reload server: sudo service httpd restart'
ref: https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-centos-7
0 notes
reflink · 9 years ago
Link
Install php mongodb driver on mac os x
0 notes
reflink · 9 years ago
Link
Download PEAR
curl -O http://pear.php.net/go-pear.phar
sudo php -d detect_unicode=0 go-pear.phar
Configure and install PEAR
1-> return
`/usr/local/pear` ->return
4->return
`/usr/local/bin` ->return
return
Verify PEAR
pear version
0 notes
reflink · 9 years ago
Link
Good article shows how to make responsive iframe in your website
0 notes
reflink · 9 years ago
Link
Enable php in apache for Mac OSX
0 notes
reflink · 9 years ago
Link
Install php with apache and ssl localhost
0 notes
reflink · 9 years ago
Link
HEAD - A list of everything that goes in the of your document
0 notes
reflink · 9 years ago
Link
sudo mv /filename /etc/init.d/ sudo chmod +x /etc/init.d/filename sudo update-rc.d filename defaults
1 note · View note
reflink · 9 years ago
Link
Setting up a Raspberry Pi as a Wifi access point
0 notes