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
root@mercury:/tmp# diff index.html.1 index.html | |
90c90 | |
< </ul></div><input type="hidden" name="form_build_id" id="form-40645ca510fc3e6adb6c4b4c7a96217d" value="form-40645ca510fc3e6adb6c4b4c7a96217d" /> | |
--- | |
> </ul></div><input type="hidden" name="form_build_id" id="form-a84df0483f9de9081b65791f36b1f91d" value="form-a84df0483f9de9081b65791f36b1f91d" /> | |
162c162 | |
< <input type="hidden" name="name" id="edit-name-1" value="QL7pMnQS2b" /> | |
--- | |
> <input type="hidden" name="name" id="edit-name-1" value="YnyACzdXgQ" /> | |
164c164 |
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
mysql> select * from uuid_node where nid=2457738; | |
Empty set (0.00 sec) | |
mysql> select * from uuid_node_revisions where nid=2457738; | |
Empty set (0.05 sec) | |
mysql> select nid,from_unixtime(changed) from node where nid=2457738;+---------+------------------------+ | |
| nid | from_unixtime(changed) | | |
+---------+------------------------+ | |
| 2457738 | 2012-02-27 16:14:42 | |
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
root@pdup-ap:/mnt/apci/main/www/sites/all/modules/allplayers/apci_user# ls -atl /usr/lib/php5/20090626/oboe.so | |
-rw-r--r-- 1 root root 102920 2011-12-02 16:37 /usr/lib/php5/20090626/oboe.so | |
root@pdup-ap:/mnt/apci/main/www/sites/all/modules/allplayers/apci_user# drush -y updatedb | |
The following updates are pending: | |
comment module | |
6004 - Add index to to node_comment_statistics on comment_count | |
6005 - Add indices to uid fields. | |
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
Executing apci_brochure_update_6003 [success] | |
array_merge(): Argument #2 is not an array FeedsConfigurable.inc:127 [warning] | |
array_intersect_key(): Argument #1 is not an array [warning] | |
FeedsConfigurable.inc:129 | |
Contact Us webform updated. [success] | |
Executing apci_brochure_update_6003 [success] | |
array_merge(): Argument #2 is not an array FeedsConfigurable.inc:127 [warning] | |
array_intersect_key(): Argument #1 is not an array [warning] | |
FeedsConfigurable.inc:129 | |
Contact Us webform updated. [success] |
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
[email protected]:/mnt/apci/main# git commit -m 'tab fred' | |
Error: This commit would contain a tab, which is against this repo's policy. | |
If you know what you are doing you can force this commit with: | |
git commit --no-verify | |
Or change the repo policy like so: | |
git config hooks.allowtabs true |
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
[email protected]:/mnt/apci/main/www/sites/all/modules/contrib/features# time drush -y frn | |
The following modules will be reverted: apci_profile_feature | |
Do you really want to continue? (y/n): y | |
Reverted variable. [ok] | |
Do you really want to revert variable? (y/n): y | |
real 2m30.873s | |
user 2m21.670s | |
sys 0m4.290s | |
[email protected]:/mnt/apci/main/www/sites/all/modules/contrib/features# time drush -y fra |
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
$items['user/%/edit/preferences'] = array( | |
'title' => t('Site Preferences'), | |
'page callback' => 'statusbook_preferences', | |
@@ -338,9 +337,11 @@ function statusbook_user($op, $edit, &$account, $category = | |
break; | |
case 'load': | |
// add statusbook-specific information | |
- $SQL = "SELECT privacy_data FROM {statusbook_users} S WHERE uid = %s"; | |
+ $SQL = "SELECT * FROM {statusbook_users} S WHERE uid = %s"; | |
$record = db_fetch_object(db_query($SQL, $account->uid)); |
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
root@mercury:~/nginx/nginx-1.0.5# make clean | |
rm -rf Makefile objs | |
#cat doit.1.sh | |
./configure --add-module=/root/nginx/masterzen-nginx-upload-progress-module-8b55a34 \ | |
--add-module=/root/nginx/nginx_oboe/ \ | |
--conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --pid-path=/var/run/nginx.pid --lock-path=/var/lock/nginx.lock --http-log-path=/var/log/nginx/access.log --http-client-body-temp-path=/var/lib/nginx/body --http-proxy-temp-path=/var/lib/nginx/proxy --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --with-debug --with-http_stub_status_module --with-http_flv_module --with-http_ssl_module --with-http_dav_module --with-http_gzip_static_module --with-http_realip_module --with-mail --with-mail_ssl_module --with-ipv6 | |
root@mercury:~/nginx/nginx-1.0.5# ./doit.1.sh | |
./doit.1.sh: line 1: 1: command not found |
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
root@mercury:~/nginx/nginx-1.0.5# make clean | |
rm -rf Makefile objs | |
#cat doit.1.sh | |
./configure --add-module=/root/nginx/masterzen-nginx-upload-progress-module-8b55a34 \ | |
--add-module=/root/nginx/nginx_oboe/ \ | |
--conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --pid-path=/var/run/nginx.pid --lock-path=/var/lock/nginx.lock --http-log-path=/var/log/nginx/access.log --http-client-body-temp-path=/var/lib/nginx/body --http-proxy-temp-path=/var/lib/nginx/proxy --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --with-debug --with-http_stub_status_module --with-http_flv_module --with-http_ssl_module --with-http_dav_module --with-http_gzip_static_module --with-http_realip_module --with-mail --with-mail_ssl_module --with-ipv6 | |
root@mercury:~/nginx/nginx-1.0.5# ./doit.1.sh | |
./doit.1.sh: line 1: 1: command not found |
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 | |
# purge-cache: Script to purge varnish cache. Defaults are defined in | |
# /etc/default/varnish. | |
# | |
# Cosimo <[email protected]> | |
# Based on reload-vcl, by Stig Sandbeck Mathisen <ssm at debian dot org> | |
# Settings | |
defaults=/etc/default/varnish |