AT and ATX PC computer supplies schematics
Tuesday, 9 May 2023
Saturday, 22 April 2023
Thursday, 23 March 2023
Remove FCPX plug-in
Movies> Motion Templates>
/Library/Plug-ins/xxx/,
/Library/Application Support/Final Cut Pro/xxx
- Reset Final Cut Pro's plug-in cache
In the Finder press and hold the Option key and choose Go > Library. (The Library option will only appear while holding the Option key) - In the Finder window go into ~Library/Preferences/
- Move the com.apple.audio.InfoHelper.plist file to the Desktop.
- Restart the computer, then open Final Cut Pro X. All installed Audio Unit plug-ins will be rescanned.
Sunday, 20 November 2022
Eclipse Source Git Repository setting
This setting work for me
Since August 13, 2021, GitHub does not support authentication via HTTPS with your GitHub account password for security reasons anymore. Instead, in Eclipse, when pushing to a GitHub repository or when fetching from a private repository, you will get a git-upload-pack not permitted on 'https://github.com...' error.
As solution, use either
- a GitHub specific Personal access tokens as password instead of your previously used GitHub account password or
- SSH with an SSH key of which the private and public key is on your local machine and configured in Eclipse and the public key is uploaded to your GitHub account instead.
Personal access token (GitHub specific)
- Go to your GitHub account to Settings > Developer settings > Personal access tokens website:
- Click the Generate new token button in the upper right
- Enter a Note, e.g.
GitHub repo token - Choose Expiration, e.g. No expiration
- Tick the checkbox repo
- Enter a Note, e.g.
- Click the Generate token button at the bottom
- Copy the generated token to the clipboard
- Click the Generate new token button in the upper right
- In Eclipse, in the Git Repositories view:
- Right-click the Remotes sub-node for GitHub (
originor the name you have chosen when you have cloned the repository) and choose Configure Push... - Click the Change... button to change the URI in the upper right
- Replace the password with with the copied generated GitHub token
- Click Finish and Save to apply the changes
- Right-click the Remotes sub-node for GitHub (
SSH
- Create an SSH key (skip this step when you already have one):
- In Eclipse, in the preferences General > Network Connections > SSH2 tab Key Management hit the Generate RSA Key... button
- Hit Save Private Key... and choose a location, preferably the subfolder
.sshof your user home directory
- Upload public key to your GitHub account:
- For a new created key, copy the string shown in the Key Management tab to the clipboard; for an existing key add it in the preferences General > Network Connections > SSH2 tab General and copy the content of the public key file
<name>.pub - Go to your GitHub account settings to the SSH and GPG keys section and hit the New SSH key button
- Paste the copied public key into the Key field
- For a new created key, copy the string shown in the Key Management tab to the clipboard; for an existing key add it in the preferences General > Network Connections > SSH2 tab General and copy the content of the public key file
- Change HTTPS to SSH URLs of already cloned repositories:
- In Eclipse, in the Git Repositories view right-click the repository and choose Properties and click the Open button
- In the text editor of the
configfile change the remote URL as follows:
HTTPS (old; does not work for push anymore):url = https://github.com/<username>/<repo>.git
SSH (new):url = git@github.com:<username>/<repo>.git
See also:
I was using eclipse and git with ssh and had an issue with it using the wrong key.
When searching for the error: "Cannot log in at github.com:22" It sent me to this answer: Cannot log in GitHub into Eclipse which ended up leading me to this one.
For anyone else that stumbles across this you need to navigate to
Window -> Preferences
Then from there expand
General -> Network Connections -> SSH2
Then in the right pane select the "General" tab and click the Add Private Key.. button and select the private key used for git. If you used a password for your key (which you should) then you should be prompted to enter it.
After this I could push and pull again no issues.
Tuesday, 8 November 2022
Wednesday, 5 October 2022
SRT subtitle
Translate file from English to Chinese
https://www.onlinedoctranslator.com/en/translate-english-to-chinese-(simplified)_en_zh-CN
Merge 2 language subtitle
https://easypronunciation.com/en/merge-two-subtitle-files-online
Online SRT editor
https://www.happyscribe.com/subtitle-tools/online-subtitle-editor/free
SRT to FCXML


