I believe that you guys have heard a lot of innovation, technical and events from KULAP members. Today I would like to represent our nature, our vision, and how we work this out with fun and remain professional. Meanwhile, I will share the other dimension of 2019 success story and what we aim for 2020.
สวัสดีค่ะทุกคน เนื่องจากเมื่อสัปดาห์ที่ผ่านมาหญิงได้รับทุน Global MBA Scholarship ของ University of London ซึ่งเป็นมหาวิทยาลัยที่มีมาตรฐานระดับโลก โปรแกรมการเรียนการสอนมีความยืดหยุ่นสูง มีระบบที่น่าสนใจในการรองรับนักเรียนที่เป็นชาวต่างชาติ ซึ่งหลังจากที่หญิงได้เล่าถึงมหาวิทยาลัยไปบางส่วน ก็มีเพื่อนๆหลายคนให้ความสนใจ วันนี้หญิงเลยจะขอเล่าต่อ และรวบรวมขั้นตอนในการสมัครเข้าเรียนกับทางมหาวิทยาลัย สรุปแบบหน้าเดียวเพื่อเป็นแนวทางให้กับทุกๆคนนะคะ
เอกสารสำหรับยืนยันตัวตน เช่น ID Card , Passport หากแต่งงานหรือเปลี่ยนชื่อ ต้องแนบด้วยเอกสารที่แปลแล้วและได้รับการรับรอง
CV หรือ resume
Work reference เนื้อหาของ work reference มีรายละเอียดในนี้นะคะ https://london.ac.uk/applications/how-apply/supplying-evidence/global-mba-references-and-documentary-evidence
เค้าจะรับการรับรองเอกสารจากหน่วยงานที่เค้ากำหนดเท่านั้นนะคะ ตาม link นี้ค่ะ https://london.ac.uk/applications/how-apply/supplying-evidence#get-your-documents-verified
แต่ว่าตอนนี้ที่ British Council ไม่ได้มีบริการรับรองใบปริญญาให้เหมือนเมื่อก่อนแล้วนะคะ สามารถใช้วิธี Notary Public ได้ค่ะ
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=""
# For details see man 4 crontabs
# Example of job definition:
# .---------------- minute (0 - 59)
# | .------------- hour (0 - 23)
# | | .---------- day of month (1 - 31)
# | | | .------- month (1 - 12) OR jan,feb,mar,apr ...
# | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
# | | | | |
# * * * * * user-name command to be executed
# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 5 * * * root run-parts /etc/cron.daily
22 5 * * 0 root run-parts /etc/cron.weekly
42 5 1 * * root run-parts /etc/cron.monthly
2.Option ของ crontab สามารถดูได้ใน Help ซึ่งจะมี Option ที่มีประโยชน์ ต่างๆดังนี้
Usage:
crontab [options] file
crontab [options]
crontab -n [hostname]
Options:
-u define user
-e edit user's crontab
-l list user's crontab
-r delete user's crontab
-i prompt before deleting
-n set host in cluster to run users' crontabs
-c get host in cluster to run users' crontabs
-s selinux context
-x enable debugging