The official answer side @ MS provide a unless answer, in fact, it's because windows services "Windows Update" is disabled....
Reinstall Macbook 2016 With MacOS 10.14.4
Two years after running MacOS 10.12.6, I decide to switch to a new job so have to re-install my MBP to 10.14.4 to make sure nothing left in my old computer.
Here is the list of application/software/tools currently heavy use:
MacStore apps:
|
Install tools via brew
|
Install tools via brew cask
|
Install from web / download:
|
Append below lines to .bash_profile to activate conda.
|
New brew relay on CommandLineTools, acturally there is no need and node need xcode existing, so run below to fix.
|
Some gem need special handle
|
Deploy Another Rails App in the Same CentOS Server
Assure the first Rails app is running as user deployer and second as user scschub.
Setup second user account
|
Install rbenv and ruby-build
|
Install Ruby 2.7.1
|
Fix permission for CentOS
|
Copy puma config.rb and other shared link files
|
Create mysql DB
|
Create postgresql role
|
Allow both user can access the same data.
|
SQL which may help to build above ALTER faster.
|
Upgrade Brew Installed Mysql 8.0 Inplace
Largely based on this blog
Only one line required
|
The sad news are sequelpro not support mysql 8.0, so may have to using TablePlus instead.
How to Resolve Safari Download Filename Not Support Chinese
Found from stackoverflow, which I think should including in send_data acturally....
|
Rbenv and CentOS Ruby on Rails Production Environment Install Log
Original refer, install on a Aliyun server.
Install software in root account
Update system
Run as root:
|
Setup a user account
|
Also disable root login and password via PermitRootLogin in /etc/ssh/sshd_config
Before exis, make sure you can login via ssh deployer@ip_address, other wise, check file permission.
Install rbenv and ruby-build
|
Install Ruby 2.6.5
|
Install Javascript Runtime
Run as root:
|
Install postgresql
|
|
|
|
Install nginx
|
Fix permission for CentOS
|
or further read nginx permission denied
Deploy Simple Rails App to CentOS 7.4 on Aliyun in 2018
It's 2018, docker quite mature, but since we can buy a server less than 600 RMB in Aliyun including 40Gb storage, 1MB network, 1 core CPU and 2G memory, so I still want to install it in the triditional way.
Install software in root account
Update system
|
Install RVM
Resolve can not import from hkp://keys.gnupg.net
In a server which can running below cmd:
|
In Aliyun server:
|
and copy and paste the can run server public key content and press Ctrl+D
Install RVM
|
Update RVM to master
|
Install Ruby 2.5
|
Install node.js
|
Install yarn
|
Install nginx
|
Normal user
Create new user - harman
|
Copy authorized_keys
|
Do capistrano deploy
Change nginx
Modify nginx
Add below to http section and comment out default server section.
|
Create /etc/nginx/conf.d/harman.conf
|
Chart Number and Calculation Logic Explanation for OpenApply
I plan to rewrite the OpenApply all the chart, so need list the calculation logic as below first.
Dashboard
The dashboard provides a quick overview of most common key number for the school.
Enquiries
Enquiries provide a month by month overview for inquiry and it's submitted applicant forms number.
Monthly inquiry students define as the new students created at that month.
Monthly conversion students define as the student who submits the application form that month.
So normally, such gap between inquiries and conversion should not very large, otherwise, it's indicate maybe your application form is too complex and many students don't finish it.
Applicants
Applicants will list the students' number per day, the students is the one who was being marked at the applied status in that day, the mark effective date can be different with actually the marking day.
Applicants date range always starts at Month Day 1.
The applicants number is based on student status history effective on date.
Enrolment
Enrolment chart will display the count number of enrolled student per that month. The enrolled day is students status histories enrolled record effective on date.
Re-Enrolment
Re-enrolment help you manage the re-enrolment student status. there is 3 status which will be recorded in student reenrolment status.
Pending means email already sent, but student no response. Confirmed means student confirm the re-enrolment for your select academic year. Declined means student read the email but decide not continue attending the school at the select academic year.
If the student is eligible to attend the select academic year, but no student reenrolment status record, it will belong to Not sent.
Analytics
Enquiry
Based on filter condition, to analyze the company, nationality by reference source or grade distribution.
The time range always the academic year.
Conversion Funnel
Conversion Funnel focus on the enroll perspective.
The left part is the drop down student status for the select academic year, the Pending number is 100% percent, then all other status is based on that percent.
In demo side, as the enrolled student in 25%, which means only 1/4 student can be enrolled amount all inquiry student.
Center part pie chat compare the declined and enrolled students for that year.
Right small pie chat display sub status for select status students, if the school does not configure their own sub-status, it will leave blank.
Enrolment
This part no chart, so intentionally leave blank.
Checklist
The checklist will give an overview of checklist status per academic year and per program.
Pending means those students not complete the checklist item. Partial means those students have already filled the forms, but not submit yet. Complete means those students finish such checklist item.
Click any part of rectangle box will display detail students in such status in the checklist item.
You can filter to analyze students as the checklist completion data source.
Geography
It will analyze the student country, if the student country is blank, will take parents country instead.
Nationality
It will analyze the student's nationality.
Languages
It will analyze the student's language.
Pow Used .dev Will Be Redirect to Https by Google Chrome
After Chrome 63 released, Google makes the decision to redirect .dev to https direct as they buy the domain TLD.
So if you using pow as well like me, you need to add below line to ~/.profile:
|
And running below command and restart pow.
|
So you can continue using http://faria.oa.localhost/ to access your local rails projects.