netw0rk.blogspot.com
yusuf81 virtual side: 06/01/2014 - 07/01/2014
http://netw0rk.blogspot.com/2014_06_01_archive.html
Tuesday, June 17, 2014. InnoDB: Completed initialization of buffer pool InnoDB: Error: checksum mismatch in data file ./ibdata1. 131104 11:17:16 InnoDB: Completed initialization of buffer pool InnoDB: Error: checksum mismatch in data file ./ibdata1 131104 11:17:16 InnoDB: Could not open or create data files. Mysqld safe - innodb force recovery 4. Subscribe to: Posts (Atom). Puisi nya Wiji Tukul. Peringatan Jika rakyat pergi Ketika penguasa pidato Kita harus hati-hati Barangkali mereka putus asa .
netw0rk.blogspot.com
yusuf81 virtual side: Remedial for hacked incident
http://netw0rk.blogspot.com/2015/01/remedial-for-hacked-incident.html
Monday, January 26, 2015. Remedial for hacked incident. Sudo grep '/alias.php /Association.php /blog.php /buffer.php /cache.php /class.wpcom-json-api-get-media-endpoint.php /db.php /dirs.php /file.php /footer.php /functions.php /global.php /idna convert.class.php /info.php /menu.php /options.php /patError.php /PlainHTTPFetcher.php /shortcodes.php /twentyten.php /twentythirteen.php /utf.php /vs3xmo1.php /vs...Find /home/ -type f -iname "*.php" -print0 xargs -0 grep -i "qV=". Read in the mailqueue. Korban ...
netw0rk.blogspot.com
yusuf81 virtual side: 07/01/2015 - 08/01/2015
http://netw0rk.blogspot.com/2015_07_01_archive.html
Thursday, July 30, 2015. Install solaris openstack on virtualbox. Jadi begini. ternyata gak support. Setelah lihat di web:. Http:/ docs.oracle.com/cd/E36784 01/html/E37629/gnwoi.html#scrolltoc. Oracle Solaris Kernel Zones can run in guests on Oracle VM Server for SPARC. Each Oracle VM Server for SPARC domain has an independent limit for the number of kernel zones that you can run. The limit is 768 for SPARC T4 or SPARC T5 systems, and 512 for SPARC M5 or SPARC M6 systems. Subscribe to: Posts (Atom).
netw0rk.blogspot.com
yusuf81 virtual side: 06/01/2015 - 07/01/2015
http://netw0rk.blogspot.com/2015_06_01_archive.html
Tuesday, June 23, 2015. Fix locale on some python or another script that locale-sensitive. Export LANGUAGE=en US.UTF-8 export LANG=en US.UTF-8 export LC ALL=en US.UTF-8 locale-gen en US.UTF-8 sudo dpkg-reconfigure locales. Subscribe to: Posts (Atom). Puisi nya Wiji Tukul. Peringatan Jika rakyat pergi Ketika penguasa pidato Kita harus hati-hati Barangkali mereka putus asa . Facebook, squid dan speedy. Korban tabrak lari, nabrak pas ambek lari. Brain and Head Health. Taxi and Public Transportation.
netw0rk.blogspot.com
yusuf81 virtual side: 08/01/2014 - 09/01/2014
http://netw0rk.blogspot.com/2014_08_01_archive.html
Tuesday, August 12, 2014. Enable ssh on mac os x. SSH access by users is controlled by the local copy of Directory Services. (Controlled using. Dscl list /Groups grep 'access ssh'. If the returned value says. Then all users have SSH access. If not, then we need to give the user access. To add the user you need to run:. Sudo dscl . append /Groups/com.apple.access ssh user USERNAME. Replace USERNAME with the short username of the user) as well as:. Replace USERNAME with short username as well).
netw0rk.blogspot.com
yusuf81 virtual side: Finding out largest tables on MySQL Server
http://netw0rk.blogspot.com/2014/01/finding-out-largest-tables-on-mysql.html
Saturday, January 18, 2014. Finding out largest tables on MySQL Server. Mysql SELECT CONCAT(table schema, '.', table name),. CONCAT(ROUND(table rows / 1000000, 2), 'M') rows,. CONCAT(ROUND(data length / ( 1024 * 1024 * 1024 ), 2), 'G') DATA,. CONCAT(ROUND(index length / ( 1024 * 1024 * 1024 ), 2), 'G') idx,. CONCAT(ROUND( data length index length ) / ( 1024 * 1024 * 1024 ), 2), 'G') total size,. ROUND(index length / data length, 2) idxfrac. FROM information schema.TABLES. Puisi nya Wiji Tukul.
netw0rk.blogspot.com
yusuf81 virtual side: fix locale
http://netw0rk.blogspot.com/2015/06/fix-locale.html
Tuesday, June 23, 2015. Fix locale on some python or another script that locale-sensitive. Export LANGUAGE=en US.UTF-8 export LANG=en US.UTF-8 export LC ALL=en US.UTF-8 locale-gen en US.UTF-8 sudo dpkg-reconfigure locales. Subscribe to: Post Comments (Atom). Puisi nya Wiji Tukul. Peringatan Jika rakyat pergi Ketika penguasa pidato Kita harus hati-hati Barangkali mereka putus asa . Facebook, squid dan speedy. Korban tabrak lari, nabrak pas ambek lari. Brain and Head Health. Taxi and Public Transportation.
netw0rk.blogspot.com
yusuf81 virtual side: 12/01/2013 - 01/01/2014
http://netw0rk.blogspot.com/2013_12_01_archive.html
Tuesday, December 17, 2013. Loads the WordPress Environment and Template */. Require('./wp-blog-header.php');. Creds = array();. Creds['user login'] = 'admin';. Creds['user password'] = 'passwordente';. Creds['remember'] = true;. User = wp signon( $creds, false );. Header('Location: http:/ domainente.com/wp-admin');. Subscribe to: Posts (Atom). Puisi nya Wiji Tukul. Peringatan Jika rakyat pergi Ketika penguasa pidato Kita harus hati-hati Barangkali mereka putus asa . Facebook, squid dan speedy.
netw0rk.blogspot.com
yusuf81 virtual side: 01/01/2014 - 02/01/2014
http://netw0rk.blogspot.com/2014_01_01_archive.html
Saturday, January 18, 2014. Finding out largest tables on MySQL Server. Mysql SELECT CONCAT(table schema, '.', table name),. CONCAT(ROUND(table rows / 1000000, 2), 'M') rows,. CONCAT(ROUND(data length / ( 1024 * 1024 * 1024 ), 2), 'G') DATA,. CONCAT(ROUND(index length / ( 1024 * 1024 * 1024 ), 2), 'G') idx,. CONCAT(ROUND( data length index length ) / ( 1024 * 1024 * 1024 ), 2), 'G') total size,. ROUND(index length / data length, 2) idxfrac. FROM information schema.TABLES. Sunday, January 05, 2014. Exploi...
netw0rk.blogspot.com
yusuf81 virtual side: Korban Tabrak Lari
http://netw0rk.blogspot.com/2008/09/korban-tabrak-lari.html
Tuesday, September 02, 2008. Korban tabrak lari, nabrak pas ambek lari. Hahaha, opo iku:. Raskandya.blogspot.com/2008/09/steven-coconuttreez-good-atmosphere.html. September 6, 2008 at 5:19 PM. Subscribe to: Post Comments (Atom). Puisi nya Wiji Tukul. Peringatan Jika rakyat pergi Ketika penguasa pidato Kita harus hati-hati Barangkali mereka putus asa . Facebook, squid dan speedy. Korban tabrak lari, nabrak pas ambek lari. Brain and Head Health. Taxi and Public Transportation. Security and Finance News.