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
| ack | |
| aircrack-ng | |
| ant | |
| apr | |
| apr-util | |
| archey | |
| autoconf | |
| automake | |
| bash | |
| bash-completion2 |
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
| #!/bin/bash | |
| # Auto generates required ios icons including splash images for development. | |
| #______________________________________________________________________________# | |
| # Copyright (C) 2014 Wenva <lvyexuwenfa100@126.com> | |
| #______________________________________________________________________________# | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| # of this software and associated documentation files (the "Software"), to deal | |
| # in the Software without restriction, including without limitation the rights |
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
| #!/bin/sh | |
| # List any CS5 or higher products. | |
| # Collected from : https://jamfnation.jamfsoftware.com/discussion.html?id=2380 | |
| if [ -d /Library/Application\ Support/regid.1986-12.com.adobe/ ] ; then | |
| # Read each each found file and add its product to a list |
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
| <!DOCTYPE html> | |
| <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> | |
| <head> | |
| <meta content="text/html; charset=UTF-8" http-equiv="content-type"> | |
| <title>BlankPage</title> | |
| <meta | |
| content="width=device-width initial-scale=1.0,maximum-scale=1.0,user-scalable=no" | |
| name="viewport"> | |
| <link | |
| href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" |
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
| #Require: Ubuntu 14.04 or Above. | |
| #nginx | |
| sudo apt-get update | |
| sudo apt-get install nginx | |
| sudo service nginx start | |
| #Timezone | |
| sudo dpkg-reconfigure tzdata |
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
| rtmpdump -v -r "rtmp://example.com:1935/path/file" -s http://example.com/play.swf -b:a 4100k -o test.mp4 |
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
| ffmpeg -re -i "rtmp://example.com/path/file live=1" -hls_time 10 -hls_wrap 7 -hls_list_size 3 -f hls play.m3u8 |
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
| #!/bin/bash | |
| # Authors: @kernelcurry, @chuckreynolds | |
| # URLs: http://github.com/kernelcurry, http://github.com/chuckreynolds | |
| # Retrieve Ubuntu version name | |
| VERSION=`lsb_release -c -s` | |
| # Variables for colored output | |
| COLOR_INFO='\e[1;34m' |
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
| # | |
| # This is an example VCL file for Varnish. | |
| # | |
| # It does not do anything by default, delegating control to the | |
| # builtin VCL. The builtin VCL is called when there is no explicit | |
| # return statement. | |
| # | |
| # See the VCL chapters in the Users Guide at https://www.varnish-cache.org/docs/ | |
| # and http://varnish-cache.org/trac/wiki/VCLExamples for more examples. |
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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta http-equiv="cache-control" content="no-cache"> | |
| <meta http-equiv="pragma" content="no-cache"> | |
| <meta name="description" content=""> | |
| <meta name="author" content=""> |