w https://www.mongodb.com/blog/post/building-your-first-application-mongodb-creating-rest-api-using-mean-stack-part-1…
1.   How To Install Linux & Nginx & MySQL & PHP (LEMP) stack on Raspberry Pi 3         Raspberry Pi 3,LEMP,Linux,Nginx,PHP(PHP-FPM), MySQL(MariaDB)           Nginx (pronounced "Engine x") is a free, open-source, high-performance HTTP…
About LAMP LAMP stack is a group of open source software used to get web servers up and running. The acronym stands for Linux, Apache, MySQL, and PHP. Since the server is already running CentOS, the linux part is taken care of. Here is how to install…
About Lemp LEMP stack is a group of open source software to get web servers up and running. The acronym stands for Linux, nginx (pronounced Engine x), MySQL, and PHP. Since the server is already running CentOS, the linux part is taken care of. Here i…
https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-on-debian-7 https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-with-nginx-on-ubuntu-14-04 1) Update Apt-Get The apt-get update com…
Convert SVG to PNG in Python - Stack Overflow Convert SVG to PNG in Python…
How to convert `ctime` to `datetime` in Python? - Stack Overflow How to convert `ctime` to `datetime` in Python?…
操作directory stack一共需要3个命令: dirs .pushd.popd dirs: 显示当前目录栈 pushd: 把目录压栈 popd: 把目录弹栈 dirs 显示目录栈内容,如果没有被pushd过,或者popd到底了,此时dirs会显示当前目录,就等价于pwd了 -c 清空目录栈 -l 不显示~开头的目录 [root@localhost ~]# dirs ~ ~ /tmp/dir4 /tmp/dir3 /tmp/dir2 /tmp/dir1 [root@localhost ~]…
nginx (pronounced "engine x") is a free open source web server written by Igor Sysoev, a Russian software engineer. Since its public launch in 2004, nginx has focused on high performance, high concurrency and low memory usage. Additional feature…
Full Stack Web Development Web Stacks MEAN (Mongo, Express, Angular and Node) LAMP (Linux, Apache, MySQL and PHP) Ruby on Rails .NET refs https://www.geeksforgeeks.org/what-is-full-stack-development/ https://qawithexperts.com/article/technology/what-…