How to Install Nginx server on Ubuntu 16.04
Install Nginx
sudo apt-get update
sudo apt-get install nginx
After installing, the web server should already be running.
Check the status
systemctl status nginx
Stop the web
Weeklinks 2018#16
Here are examples of everything new in ECMAScript 2016, 2017, and 2018https://medium.freecodecamp.org/here-are-examples-of-everything-new-in-ecmascript-2016-2017-and-2
Weeklinks 2018#11
Modern Asynchronous CSS Loadinghttps://www.filamentgroup.com/lab/async-css.html
Help fuctions to to use pure vanilla javascripthttps://plainjs.com/
Play media file with gstream and sdl2
I did not manage to find any tutorial for so I m
This tutorial is based on appsink example from gstreamer documentation:https://gstreamer.freedesktop
Weeklinks 2018#9
The 2018 Guide to Building Secure PHP Softwarehttps://paragonie.com/blog/2017/12/2018-guide-building-secure-php-software
Transifex: platform to translate open source sotware
Installing Gila CMS on Nginx
i hope this guide will help you install Gila CMS on a local server with LEMP environment
On Linux Solus I installed Nginx 1.13.7 and MariaDB 10.1.29
my html folder of nginx server was on /usr/share/nginx/html
there I dowloaded tha last version of gila cms (1.5.0)
Passing array in a function
An array in c is like a pointer to data and passes in a function easy
int myarray[10];
void myfunction(int[10]);
int main() {
myfunction(myarray);
}
void function myfunction(int parray[10]) {
...
}
With sizeof() you can get the
How do you fade edges in Gimp
You have an image and want to create transparent background but have a fuzzy border.
Just to be sure that the image uses alpha channel, right click on the image Layer->Transparency->Add Alpha Channel
On top menu of Gimp select Windows->Toolbox