Photo
Finally!!
14 notes
·
View notes
Photo
He actually said it!!
10 notes
·
View notes
Photo
More of hishiro's cute moments!
3 notes
·
View notes
Photo
When your first kiss is caught by surprised. ROFL
4 notes
·
View notes
Photo
Hishiro is so cute!!
61 notes
·
View notes
Photo
Naa-chan finally said it!
8 notes
·
View notes
Photo
When you’ve been trying to work out an error all day and it was right in front of you the whole day.
2K notes
·
View notes
Text
I wish I had this on my birthday.
Web developers cake. Om nom nom.
47 notes
·
View notes
Photo
You’ll never know :P
Well that escalated quickly
2K notes
·
View notes
Text
WP Multisite (Subdirectory) + NGINX + PHP 7
Although it took days before I figured it out, I finally made WP multisite subdirectory works on NGINX using this config.
if (!-e $request_filename) { rewrite /wp-admin$ $scheme://$host$uri/ permanent; rewrite ^(/[^/]+)?(/wp-.*) $2 last; rewrite ^(/[^/]+)?(/.*\.php) $2 last; }
location / { try_files $uri $uri/ /index.php?$args ; }
location ~* ^.+\.(ogg|ogv|svg|svgz|eot|otf|woff|mp4|ttf|rss|atom|jpg|jpeg|gif|png|ico|zip|tgz|gz|rar|bz2|doc|xls|exe|ppt|tar|mid|midi|wav|bmp|rtf)$ { access_log off; log_not_found off; expires max; }
location ~ \.php$ { try_files $uri index.php =404; fastcgi_split_path_info ^(.+\.php)(/.+)$; fastcgi_pass unix:/var/run/php/php7.0-fpm.sock; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include fastcgi_params; }
Thanks to this article https://easyengine.io/wordpress-nginx/tutorials/multisite/subdirectories/in-a-subdirectory/
0 notes
Photo
The moment you realize that you're curious about love.
1 note
·
View note
Text
LOL
This is what AI is, right?
(Via Twitter)
473 notes
·
View notes
Link
Want to display date/time for each bash command history on a Linux/Unix/MacOS/FreeBSD system? Type
HISTTIMEFORMAT=“%d/%m/%y %T ” history
16 notes
·
View notes
Text
The best weather info for your city from the terminal
Just type
curl http://wttr.in/ curl http://wttr.in/london
Oh this one is nice too:
curl http://wttr.in/moon
319 notes
·
View notes
Photo
A 30yrs old virgin's dilemma. ROFL
6 notes
·
View notes
Photo
What will be you answer when someone you like asks you like hishiro did?
6 notes
·
View notes