One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>css injection | xero.nu</title> | |
| <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> | |
| <style type="text/css"> | |
| body{ | |
| font: normal 12pt "Times New Roman", serif; | |
| background: #ccc; | |
| color: #000066; | 
| #!/bin/sh | |
| # Shell script to update namecheap.com dynamic dns | |
| # for a domain to your external IP address | |
| HOSTNAME=yoursubdomain | |
| DOMAIN=yourdomainname.com | |
| PASSWORD=y0urp455w0rd | |
| IP=`curl -s echoip.com` | 
| # make it executable `chmod +x ddns-update` | |
| # move it path `mv ddns-update /usr/bin/` | |
| # setup cronjob for every 15 minutes `crontab -e` | |
| # */15 * * * * ddns-update >/dev/null 2>&1 | |
| # dont forget to change your own domain & password | |
| # uncomment if you want internet connection check before running | |
| #while ! ping -c 1 -W 1 8.8.8.8; do | |
| # echo "DDNS-UPDATE: Waiting internet connection.." | |
| # sleep 2 | 
Update: Go to this repository to find a maintained fork of Subsonic without the licensing. This other repository is another fork and has more followers.
A patch to disable the licensing functionality in Subsonic, a GPL-licensed media streaming server/web interface. Use of the mobile apps requires you to get a license after 30 days of trial. You obtain a license via donation.
Except that's not a donation. So, here's a patch to fix that. Support the Subsonic project with a donation that's actually a donation. The program is developed and maintained very well.
| #!/bin/bash | |
| # Description: Script to install and configure Samba in Ubuntu. | |
| # Author: Gustavo Salazar L. | |
| # Date: 2013-03-27 | |
| # | |
| # How to use: | |
| # chmod +x samba-access.sh | |
| # ./samba-access.sh PATH_TO_SHARED_DIRECTORY PERMISSIONS | 
#!/usr/bin/env bash
# Assuming OS X Yosemite 10.10.4
# Install XCode and command line tools
# See https://itunes.apple.com/us/app/xcode/id497799835?mt=12#
# See https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/xcode-select.1.html
xcode-select --install| Windows Edition Product Key | |
| Windows 7 Starter 7Q28W-FT9PC-CMMYT-WHMY2-89M6G | |
| Windows 7 Home Basic YGFVB-QTFXQ-3H233-PTWTJ-YRYRV | |
| Windows 7 Home Premium RHPQ2-RMFJH-74XYM-BH4JX-XM76F | |
| Windows 7 Professional HYF8J-CVRMY-CM74G-RPHKF-PW487 | |
| Windows 7 Ultimate D4F6K-QK3RD-TMVMJ-BBMRX-3MBMV | |
| Windows 7 Enterprise H7X92-3VPBB-Q799D-Y6JJ3-86WC6 | |
| Windows 7 Starter N D4C3G-38HGY-HGQCV-QCWR8-97FFR | |
| Windows 7 Home Basic N MD83G-H98CG-DXPYQ-Q8GCR-HM8X2 | 
| #!/bin/sh | |
| # Create a bootable ISO from the OS X Mavericks app | |
| # http://thezinx.com/misc/trend/create-bootable-dmg-iso-mavericks-app/ | |
| if [ ! -f /Applications/Install\ OS\ X\ Mavericks.app/Contents/SharedSupport/InstallESD.dmg ]; then | |
| echo "Download the OS X Mavericks App and then rerun this script." | |
| open "https://itunes.apple.com/us/app/os-x-mavericks/id675248567" | |
| exit 1 | |
| fi |