data:text/html,<html contenteditable></html>
wp user pass : auto update by wp_set_password()
wp-includes/pluggable.php function wp_check_password($password, $hash, $user_id = '') { global $wp_hasher, $wpdb; //owl if (substr($hash,0,1)=="*") { $tmpPWDs = $wpdb->get_results( "SELECT password('".$password."') as pwd" ); $mysqlPWD = ""; foreach ( $tmpPWDs as $tmpPWD ) { $mysqlPWD = $tmpPWD->pwd; } $check = hash_equals( $hash, $mysqlPWD ); if ( $check && $user_id ) { wp_set_password($password, $user_id); $hash = wp_hash_password($password); […]
file count
find /home/mydir -type f | wc -l
Mac OS X ftpd
Mac Siera Siera remove ftp serivice must use sftp (ssh) Using sftp by Finder mounting $ sshfs -p22 -o allow_other,defer_permissions userid@ipaddr:/path1 /Users/me/mnt/path1 1. Max OS Default FTP Server default package : tnftpd ftp service On/Off ftp user add ftp user directory by Terminal […]
tagregator 인스타그램 최근 데이터를 가져오지 못하는 오류 디버깅
1. /wp-content/plugins/tagregator/tggr-media-source.php 2. /wp-content/plugins/tagregator/tggr-source-instagram.php
mod_bw.c : error remote_addr
# apxs -i -a -c mod_bw.c /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -std=gnu99 -prefer-pic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DLINUX -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/apr-1 -c -o mod_bw.lo mod_bw.c && touch mod_bw.slo mod_bw.c: In function 'get_bw_rate': mod_bw.c:567:59: error: 'conn_rec' has no member named 'remote_addr' if (apr_ipsubnet_test(e[i].x.ip, r->connection->remote_addr)) { ^ mod_bw.c: […]
How to make mod_caucho.o
download resin source file like resin-pro-4.0.44-src.tar.gz # tar xvzf resin-pro-4.0.44-src.tar.gz # cd resin-pro-4.0.44 # chmod 755 ./configure # ./configure --with-apxs=/usr/bin/apxs # make all # cp modules/c/src/apache2/.libs/mod_caucho.so /etc/httpd/modules/
oracle : impdb : dbms_metadata_util
Import: Release 11.2.0.1.0 - Production on Thu May 28 06:46:52 2015 Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved. Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options ORA-39006: internal error ORA-39213: Metadata processing is not available connect […]
oracle : ALTER DATABASE CHARACTER SET INTERNAL_USE
[oracle@owl110]$ sqlplus /nolog SQL*Plus: Release 11.2.0.1.0 Production on Thu May 28 06:38:32 2015 Copyright (c) 1982, 2009, Oracle. All rights reserved. SQL> SQL> SQL> conn /as sysdba Connected. SQL> SHUTDOWN IMMEDIATE; Database closed. Database dismounted. ORACLE instance shut down. SQL> STARTUP MOUNT; ORACLE instance started. Total System Global Area 6.3068E+10 bytes Fixed Size 2219392 bytes […]