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

Kaledo Art
he wasn't even looking at me and he found me
One Nice Bug Per Day
Cosmic Funnies
"I'm Dorothy Gale from Kansas"
noise dept.
No title available
tumblr dot com

No title available

JBB: An Artblog!

No title available

blake kathryn
No title available
we're not kids anymore.

titsay

⁂
taylor price
dirt enthusiast
i don't do bad sauce passes
AnasAbdin

seen from Malaysia

seen from Germany
seen from France

seen from United States

seen from South Africa

seen from Germany
seen from Germany

seen from Sri Lanka
seen from Brazil

seen from Sweden

seen from Uzbekistan

seen from Germany

seen from Germany
seen from Germany
seen from Türkiye

seen from Germany
seen from United States
seen from Canada
seen from United States
seen from Mexico
@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