Skip to main content

Rand mm 08

https://serverfault.com/questions/367006/ssl-and-serveralias-on-one-apache-server-with-multiple-domains
54799 l1 29 blck

https://www.cloudflare.com/learning/dns/dns-server-types/
https://en.wikipedia.org/wiki/Government_database
https://www.cchfreedom.org/cchf.php/644

https://www.theguardian.com/uk/2009/feb/25/database-state-ippr-paper

https://forums.aws.amazon.com/thread.jspa?threadID=238643

http://jestineyong.com/power-blinks-in-lg-led-tv-repaired/
https://github.com/translate/pootle

https://github.com/47deg/translate-bubble-android
https://github.com/matheuss/google-translate-api

https://www.quora.com/Why-is-electricity-so-expensive-compared-to-gas

https://www.youtube.com/watch?v=6_RkNDlc4N4

Good old one
http://phuclanshop.com/lang-thang-cac-cho-troi-o-my-mua-do-dung-gia-re
remembering PLS, unfortunately the article section is not well maintained and image is missing. Many hobby come to PLS by the article, so it a little sad when it fade away.

Need refresh some algebra
https://www.quora.com/How-does-one-obtain-the-recursive-formula-for-the-Rod-Cutting-Problem

May be something cool to extract :)
https://en.wikipedia.org/wiki/RabbitMQ

https://help.heroku.com/42BK1UCG/how-do-i-backup-my-entire-app

Note dump 26Feb
https://github.com/JKHeadley/rest-hapi.git
https://mapr.com/blog/data-modeling-guidelines-nosql-json-document-databases/

http://seanhess.github.io/2012/02/01/mongodb_relational.html
https://stackoverflow.com/questions/14421017/how-to-delete-a-deep-nested-object-in-mongodb
https://stackoverflow.com/questions/16998420/dropzone-js-how-to-do-something-after-all-files-are-uploaded
https://www.slideshare.net/friedo/data-modeling-examples

remove dev uploaded (list on DB first)

https://medium.freecodecamp.org/common-mistakes-to-avoid-while-working-with-vue-js-10e0b130925b
https://blog.pusher.com/building-external-modules-vuejs/

https://dzone.com/articles/taking-a-look-at-mongodb-views

https://docs.mongodb.com/v3.2/tutorial/model-referenced-one-to-many-relationships-between-documents/
https://bootstrap-vue.js.org/docs/components/modal/
††† end notes dump 26 Feb †††

Autobus seems quite cool, it snapshot feature give useful rollback DB or patch update. For example when we try switch to new Live ENV but have to rollback. During this time, data go to new DB is missed. So if we can apply only change during this period then cool.

Dump options, may be take a look when free

Add DROP DATABASE statement before each CREATE DATABASE statement
Add DROP TABLE statement before each CREATE TABLE statement
Surround each table dump with LOCK TABLES and UNLOCK TABLES statements
Allow creation of column names that are keywords
Include STOP SLAVE prior to CHANGE MASTER statement and START SLAVE at end of output
Add comments to dump file
Use complete INSERT statements that include column names
Include all MySQL-specific table options in CREATE TABLE statements
For each table, surround INSERT statements with statements to disable and enable keys
Include dump date as "Dump completed on" comment if --comments is given
Dump events from dumped databases
Use multiple-row INSERT syntax
Dump binary columns using hexadecimal notation
Write INSERT IGNORE rather than INSERT statements
Lock all tables before dumping them
Enclose the INSERT statements for each dumped table within SET autocommit = 0 and COMMIT statements
Do not write CREATE DATABASE statements
Do not write CREATE TABLE statements that re-create each dumped table
Do not dump table contents
Do not write any CREATE LOGFILE GROUP or CREATE TABLESPACE statements in output
Dump each table's rows sorted by its primary key, or by its first unique index
Quote identifiers within backtick characters
Write REPLACE statements rather than INSERT statements
Dump stored routines (procedures and functions) from dumped databases
Add SET NAMES default_character_set to output
Do not add SET @@GLOBAL.GTID_PURGED to output
Issue a BEGIN SQL statement before dumping data from server
Do not add a DROP TABLE statement before each CREATE TABLE statement
Do not add locks
Do not add comments to dump file
Do not produce more compact output
Do not disable keys
Turn off extended-insert
Do not quote identifiers
Do not write SET NAMES statement
Do not dump triggers
Turn off tz-utc
Produce tab-separated data files
Dump triggers for each dumped table
Add SET TIME_ZONE='+00:00' to dump file
Produce XML output
Do not lock tables before dump
Skip Grant System tables
Skip Object Information System tables
Skip Log System tables
Skip Server-Side Help System tables
Skip Time Zone System tables

Price suck https://dathat.com/product-category/vi-nam-da-that/
https://stackoverflow.com/questions/33409957/silex-vs-slim-php-framework

<?php

// autoload.php @generated by Composer

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInitc35ccf0289ff5d8f32f37194e54a50d2::getLoader();

2270961359791739
51654926_2156046487749956_3504269262824931328_n.png


https://devcenter.heroku.com/articles/php-workers
https://www.valentinog.com/blog/http-requests-node-js-async-await/
https://github.com/axios/axios/issues/889

https://docs.aws.amazon.com/cli/latest/userguide/cli-services-s3-commands.html
--acl = public-read
and many more option that may helpful
http://ptrow.com/articles/ChaosandSolarSystem5.htm

https://devcenter.heroku.com/articles/php-workers
https://til.hashrocket.com/posts/aucwkd8b36-asyncawait-unhandledpromiserejectionwarning

https://www.javascriptstuff.com/webpack-hmr-tutorial/

http://fightland.vice.com/blog/bruce-lee-and-krishnamurti-the-dragon-and-the-retired-messiah
https://medium.com/@DarkGhostHunter/laravel-has-many-through-pivot-elegantly-958dd096db

$users = User::with(['user_type:name,code', 'photo' , 'fit_test', 'user_course_start', 'user_course_start.course', 'user_course_completed',

https://stackoverflow.com/questions/2147303/how-can-i-send-an-inner-div-to-the-bottom-of-its-parent-div

Comments

Popular posts from this blog

AWS Elasticache Memcached connection

https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/accessing-elasticache.html#access-from-outside-aws http://hourlyapps.blogspot.com/2010/06/examples-of-memcached-commands.html Access memcached https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/GettingStarted.AuthorizeAccess.html Zip include hidden file https://stackoverflow.com/questions/12493206/zip-including-hidden-files phpmemcachedadmin ~ phpMyAdmin or phpPgAdmin ... telnet mycachecluster.eaogs8.0001.usw2.cache.amazonaws.com 11211 stats items stats cachedump 27 100 https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/VPCs.EC.html https://lzone.de/cheat-sheet/memcached VPC ID Security Group ID (sg-...) Cluster: The identifier for the cluster memcached1 Creation Time: The time (UTC) when the cluster was created January 9, 2019 at 11:47:16 AM UTC+7 Configuration Endpoint: The configuration endpoint of the cluster memcached1.ahgofe.cfg.usw1.cache.amazonaws.com:11211 St...

Notes Windows 10 Virtualbox config, PHP Storm Japanese, custom PHP, Apache build, Postgresql

 cmd => Ctrl + Shift + Enter mklink "C:\Users\HauNT\Videos\host3" "C:\Windows\System32\drivers\etc\hosts" https://www.quora.com/How-to-create-a-router-in-php https://serverfault.com/questions/225155/virtualbox-how-to-set-up-networking-so-both-host-and-guest-can-access-internet 1 NAT + 1 host only config https://unix.stackexchange.com/questions/115464/how-to-properly-set-up-2-network-interfaces-in-centos-running-in-virtualbox DEVICE=eth0 TYPE=Ethernet #BOOTPROTO=dhcp BOOTPROTO=none #IPADDR=10.9.11.246 #PREFIX=24 #GATEWAY=10.9.11.1 #IPV4_FAILURE_FATAL=yes #HWADDR=08:00:27:CC:AC:AC ONBOOT=yes NAME="System eth0" [root@localhost www]# cat /etc/sysconfig/network-scripts/ifcfg-eth1 # Advanced Micro Devices, Inc. [AMD] 79c970 [PCnet32 LANCE] DEVICE=eth1 IPADDR=192.168.56.28 <= no eff => auto like DHCP #GATEWAY=192.168.56.1 #BOOTPROTO=dhcp BOOTPROTO=static <= no eff ONBOOT=yes HWADDR=08:00:27:b4:20:10 [root@localhost www]# ...

Rocket.Chat DB schema

_raix_push_notifications avatars.chunks avatars.files instances meteor_accounts_loginServiceConfiguration meteor_oauth_pendingCredentials meteor_oauth_pendingRequestTokens migrations rocketchat__trash rocketchat_cron_history rocketchat_custom_emoji rocketchat_custom_sounds rocketchat_import rocketchat_integration_history rocketchat_integrations rocketchat_livechat_custom_field rocketchat_livechat_department rocketchat_livechat_department_agents rocketchat_livechat_external_message rocketchat_livechat_inquiry rocketchat_livechat_office_hour rocketchat_livechat_page_visited rocketchat_livechat_trigger rocketchat_message rocketchat_oauth_apps rocketchat_oembed_cache rocketchat_permissions rocketchat_raw_imports rocketchat_reports rocketchat_roles rocketchat_room rocketchat_settings rocketchat_smarsh_history rocketchat_statistics rocketchat_subscription rocketchat_uploads system.indexes users usersSessions https://rocket.chat/docs/developer-guides/sc...