Download artifacts from Jenkins using Shell script
Recently, I had to download files from a Jenkins server using shell scripts. Since Jenkins offers permanent urls to the latest stable artifacts along with …
Recently, I had to download files from a Jenkins server using shell scripts. Since Jenkins offers permanent urls to the latest stable artifacts along with …
Open any Java class file in a hex editor and you will notice that it begins(the first four bytes) with the hex code CA FE …
An Apache, MySQL, PHP stack is really easy to setup on a Mac. MAMP is a very easy solution to achieve this. Apache can be …
Python 3 was released in 2008 and is the way to go. Its not backwards compatible and many programs still use Python 2, but Python …
In the previous post, we discussed about setting up nginx on a Raspberry Pi. To serve dynamic content, a server side language like PHP and …
In the previous post, we saw how to setup nginx web server with RTMP plugin. We will now install ffmpeg and use it to publish …
The Raspberry Pi is a credit-card sized computer that plugs into your TV and a keyboard. Several web server softwares are available for Linux-based operating systems including …