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
Centmin Mod install created command short cuts outlined here to allow you to quickly edit your /usr/local/lib/php.ini file and your /usr/local/etc/php-fpm.conf file. Full list of command shortcuts below: | |
Edit php.ini = phpedit ( /usr/local/lib/php.ini ) | |
Edit my.cnf = mycnf ( /etc/my.cnf ) | |
Edit php-fpm.conf = fpmconf ( /usr/local/etc/php-fpm.conf ) | |
Edit nginx.conf = nginxconf ( /usr/local/nginx/conf/nginx.conf ) | |
Edit (nginx) virtual.conf = vhostconf - only edits /usr/local/nginx/conf/conf.d/virtual.conf not the additional vhost domain.com.conf files added later | |
Edit (nginx) php.conf = phpinc ( /usr/local/nginx/conf/php.conf ) | |
Edit (nginx) drop.conf = dropinc ( /usr/local/nginx/conf/drop.conf ) | |
Edit (nginx) staticfiles.conf = statfilesinc ( /usr/local/nginx/conf/staticfiles.conf ) |
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
cp /etc/sysconfig/network-scripts/ifcfg-eth0 /etc/sysconfig/network-scripts/ifcfg-eth0:1 | |
nano /etc/sysconfig/network-scripts/ifcfg-eth0:1 | |
DEVICE="eth0:1" | |
BOOTPROTO="static" | |
IPADDR="142.4.223.247" |
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
<?php | |
/* | |
------------------------------------------------------------------------------------------------- | |
Offer Link Rotation Script | |
Last edit: 2/25/2010 | |
http://www.ctrtard.com | |
This script is designed to work with Prosper202 | |
Parts ripped from Wes's landing page rotation script |
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
<script type="text/javascript"> | |
if (top != self) top.window.location = 'http://URL-OF-DESTINATION-TAB'; | |
</script> |
NewerOlder