(capo 1ST FRET) Am E7 Am When you're down and troubled and you need a helping hand, Dm G7 C E7 Am and nothing, oh, nothing is going right, Am E7 Am close your eyes and think of me and soon I will be there Dm Em Dm G7 to brighten up even your darkest night. C F You just call out my name, and you know wherever I am, C G7 G I'll come running to see you again. C F Am Winter, spring, summer, or fall, all you got to do is call F Em Dm G7 and I'll be there, yeah, yeah, yeah.
C You've got a friend. Am E7 Am If the sky above you should turn dark and full of clouds, Dm G7 C E7 Am and that old north wind should begin to blow, Am E7 Am keep your head together and call my name out loud. Dm Em Dm G7 Soon I'll be knocking upon your door.
REPAEAT CHORUS : * Bb F Hey ain't it good to know that you've got a friend when
C F Fm7 people can be so cold. They'll hurt you and desert you. Am7 D7 Well, they'll take your soul if you let them. G7 Oh yeah, but don't you let them. C F You just call out my name, and you know wherever I am, C G7 G I'll come running to see you again. C F
Am Winter, spring, summer, or fall, all you got to do is call F Em Dm G7 and I'll be there, yes I will. C F C You've got a friend. You've got a friend. F C Ain't it good to know you've got a friend? C G F C Ain't it good to know you've got a friend? F C Oh, yeah, yeah. You've got a friend.
ใช้โปรแกรม diskutil และ dd
เปิด Terminal
เรียกดูรายชื่อ device
diskutil list
diskutil unmountDisk /dev/disk4
sudo dd if=/path/to/name.iso of=/dev/disk4 bs=1m
diskutil eject /dev/disk4
ใช้ hdiutil
hdiutil burn filename.iso
ที่มา - 4 Ways to Burn ISO to USB on macOS Catalina/Mojave/Sierra and Big Sur M1 - How to Burn ISO to USB on Mac (Support Big Sur/Catalina/Mojave/High Serria)
cd /usr/local/directadmin/scripts ./getLicense.sh 123 1234 service directadmin restart
หากติดเรื่อง ssl
echo 1 > /root/.insecure_download
อีกวิธีคือ
cd /usr/local/directadmin/conf cp -f license.key license.key.old wget -O license.key --no-check-certificate 'https://license.directadmin.com/licenseupdate.php?uid=123&lid=1234' chown diradmin:diradmin license.key chmod 600 license.key
ติดตั้ง DevExpress
Download และติดตั้ง Create a DevExtreme Application
npx -p devextreme-cli devextreme new angular-app app-name cd app-name npm run start
1.ติดตั้ง Docker
ปรับ config เพิ่ม ram เป็น 4GB
- ติดตั้ง SqlServer Express
ขั้นตอนตาม How to Install SQL Server on MacOS
Step 1: Pull the Docker Image Download the Azure SQL Edge image to your system:
docker pull mcr.microsoft.com/azure-sql-edge
Step 2: Run the Docker Container When the image successfully downloads to your machine, run the container using the following command:
docker run --cap-add SYS_PTRACE -e 'ACCEPT_EULA=Y' -e 'MSSQL_SA_PASSWORD=Strong.Pwd-123' -p 1433:1433 --name sqledge -d mcr.microsoft.com/azure-sql-edge
docker run --cap-add SYS_PTRACE -e 'ACCEPT_EULA=Y' -e 'MSSQL_SA_PASSWORD=Strong.Pwd-123' -p 1433:1433 --name sqlexpress03 -d mcr.microsoft.com/azure-sql-edge
Step 3: Check the Container Ensure that the Azure SQL Edge container is running properly:
docker ps
Step 4: Access the Container with Bash Shell With the container running, you can connect to Azure SQL Edge by using the docker exec command:
sudo docker exec -it sqledge "bash"
Step 5: Connect to the Database Once inside the container, connect to the database using the sqlcmd tool:
/opt/mssql-tools/bin/sqlcmd -S localhost -U SA
อ้างอิง:
https://www.iphonemod.net/erase-all-content-and-settings-on-mac.html
Regex find
Multi Line Search, eg. call function with multiline parameter
(?s)inlineEdit((.?))
(?s)new Form\((.?)Object \[
- (?s) causes the dot to also include newlines
Not contain some word : have word new Form( and not follow with [
new Form((?![)
Comma after last function parameter
,\s*\)
ที่มา:
หลังจากติดตั้ง Flutter บน Macbook M1 pro ก็เกิดอาการ Exception: Error running pod install ตอนสั่ง flutter run บน iOS
ทางแก้ที่ลองแล้ว work คือ
1.Run คำสั่งในครั้งแรก (ครั้งเดียว)
sudo arch -x86_64 gem install ffi
2.ติดตั้ง pods
cd Project/ios arch -x86_64 pod install
จากคำสั่ง ดูเหมือนจะเป็นการติดตั้ง x86 แต่มันสามารถใช้งานได้ เลยไม่แน่ใจเหมือนกันว่าเป็นวิธีการแก้ปัญหาที่ถูกต้องไหม
ที่มา:
เพิ่งลองเอามาเล่นดู จากปัญหาเมื่อเปิดเครื่องกลับจาก sleep บางครั้ง app จะถูกย้ายจาก extend display มากองรวมกันอยู่ที่หน้าจอของ laptop display ต้องมาเสียเวลาลากแต่ app ไปยังตำแหน่งประจำ
Hammerspoon สามารถทำเรื่องนี้ได้ แต่ต้องเขียนโปรแกรม ลองดูอยู่เป็นชั่วโมง ก็สามารถทำอะไรได้หลายอย่าง ลองดูจาก Getting Started with Hammerspoon
ได้มาประมาณนี้ แต่ยังไม่ work ตามที่ต้องการ คงต้องเขียนอีกเยอะ
hs.hotkey.bind({"cmd", "alt", "ctrl"}, "R", function() hs.reload() end) function reloadConfig(files) doReload = false for _,file in pairs(files) do if file:sub(-4) == ".lua" then doReload = true end end if doReload then hs.reload() end end myWatcher = hs.pathwatcher.new(os.getenv("HOME") .. "/.hammerspoon/", reloadConfig):start() hs.alert.show("HammerSpoon config loaded") hs.application.enableSpotlightForNameSearches(true) local laptopScreen = "Built-in Retina Display" local BenQScreen = "BenQ EW3270U" local DellScreen = "S2718H/HX" local windowLayout = { {"Safari", nil, BenQScreen, nil, nil, hs.geometry.rect(1800, 0, 1000, 1400)}, {nil, "LINE", BenQScreen, nil, nil, hs.geometry.rect(1800, 1430, 800, 800)}, {"ForkLift", nil, BenQScreen, nil, nil, hs.geometry.rect(2500, 1200, 1600, 980)}, {nil,"Users", BenQScreen, hs.layout.right50, nil, nil}, -- {"Google Chrome", nil, BenQScreen, nil, nil, hs.geometry.rect(2200, 0, 1000, 1400)}, } hs.layout.apply(windowLayout) print("APPLICATION " , hs.application.frontmostApplication()) print(hs.window.focusedWindow():application():title())
สรุป ณ ตอนนี้คือ ติดตั้ง โปรแกรม Stay มาใช้งานไปก่อน
ที่มา: