"Make every detail perfect and limit the number details to perfect” – Jack Dorsey, Square -

ellievsbear
he wasn't even looking at me and he found me
h

gracie abrams
noise dept.
One Nice Bug Per Day
sheepfilms

No title available
No title available
No title available
Game of Thrones Daily
Claire Keane
Not today Justin
The Bowery Presents
TVSTRANGERTHINGS
Noah Kahan

Kiana Khansmith

blake kathryn
🪼

if i look back, i am lost
seen from Vietnam

seen from Russia
seen from United States

seen from Malaysia

seen from Australia

seen from United States

seen from Argentina

seen from Australia
seen from Pakistan
seen from United States
seen from Venezuela
seen from Colombia
seen from Germany
seen from United States

seen from Germany

seen from Malaysia

seen from Australia
seen from United Kingdom

seen from Uzbekistan
seen from United States
@reflink
"Make every detail perfect and limit the number details to perfect” – Jack Dorsey, Square -
Laravel is an easy to use, modern framework for the PHP programming language. In this guide, we will demonstrate how to install Laravel with an Nginx web server on an Ubuntu 14.04 server instance.
OpenVPN is a full-featured open source Secure Socket Layer (SSL) VPN solution that accommodates a wide range of configurations. In this tutorial, we'll set up an OpenVPN server on a Droplet and then configure access to it from Windows, OS X, iOS and A
C coding standard
Coding standard for C language
Parse configuration in c/c++ program
Parse configuration (parameter vs file) in c/c++ program
Compare some libraries
How to install OpenCV on Ubuntu or Debian.
Simplest way (but not the latest version):
sudo apt-get install libopencv-dev python-opencv
A unit testing framework for C
A unit testing framework for C
The Liquid Web Hosting Knowledge Base. With Heroic Support comes an extensive web hosting knowledge base including helpful articles and resources.
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
Install php mongodb driver on mac os x
This post outlines how to install PEAR and PECL on Mac OS X.
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
How to make Responsive iframe
Good article shows how to make responsive iframe in your website
Enable php in apache for Mac OSX
Grav is an easy to use, yet powerful, opensource CMS that requires no database
Install php with apache and ssl localhost
HEAD - A list of everything that goes in the of your document
HEAD - A list of everything that goes in the of your document
Possible Duplicate: Linux equivalent for Windows Startup I'd need a program to be run every time I startup my ubuntu linux. So I'd need to add it to my startup programs list. Just one pr...
sudo mv /filename /etc/init.d/ sudo chmod +x /etc/init.d/filename sudo update-rc.d filename defaults
Setting up a Raspberry Pi as a Wifi access point