Archive for Июнь, 2016

I have apache installed. If you don’t: sudo apt-get install apache2. cd /usr/lib/cgi-bin # Make a file and let everyone execute it sudo touch test.sh && chmod a+x test.sh Then put the some code in the file. For example: #!/bin/bash # get today’s date OUTPUT=»$(date)» # You must add following two lines before # outputting […]