This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $$$$$$$$$$$$$$$$$$$$$ cat /proc/version | |
| Linux version 4.2.0-c9 (root@7b840bf4fc5e) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 SMP Wed Sep 30 16:14:37 UTC 2015 | |
| $$$$$$$$$$$$$$$$$$$$$ lscpu | |
| Architecture: x86_64 | |
| CPU op-mode(s): 32-bit, 64-bit | |
| Byte Order: Little Endian | |
| CPU(s): 8 | |
| On-line CPU(s) list: 0-7 | |
| Thread(s) per core: 2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #### Super User CentOS ##### | |
| su root | |
| $$ yum install gcc-c++ | |
| $$ curl --silent --location https://rpm.nodesource.com/setup | bash - | |
| $$ yum -y install nodejs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $$ node app.js -> Start App | |
| $$ npm init -> initialize npm settings | |
| $$ npm link -> set current project to global command variable which can be used from any directory |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <form method="POST" action=""> | |
| <p>Name: </p> | |
| <input type="text" name="name" value="<?php if (isset($_POST['name'])) { | |
| echo htmlentities($_POST['name']); | |
| } ?>"/> <br/> | |
| <input type="submit"> | |
| </form> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Change folder rw permission: sudo chmod -R ugo+rw /var/www/html/umgw-panel-php/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Solution: Start Stop IIS | |
| To stop/start/reset the Internet Information Services, you can follow the next steps: | |
| On the webserver, open Computer Management (right-click on My Computer and select Manage). | |
| Select Services and Applications, this will reveal Internet Information Services. | |
| Right-click on Internet Information Services and select Restart/Stop.... | |
| Click OK. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ASC 9: 61D7E-06323-689F2-6FA84 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alias g++='g++ --std=gnu++11' |
Hello friends, I am back with new video, but this time I am gonna show to something about a server.
Yeah, it's not an Apache, IIS, Zeus web server, Oracle Web Tier, lighttpd, Apache Tomcat etc..
But it's all about Nginx web server.
- It's free open source popular web server including IMAP/POP3 proxy server.