| gitflow | git |
|---|---|
git flow init |
git init |
git commit --allow-empty -m "Initial commit" |
|
git checkout -b develop master |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Fork a repo. The wiki is not forked automatically. So your fork will have empty wiki. | |
| Create a wiki in the forked repo. Just create an empty Home page or whatever. | |
| Clone the git repo of original wiki: git clone https://github.com/org-a/project-x.wiki.git | |
| Assuming your forked repo now sits in https://github.com/org-b/project-x, add the new remote to the wiki repo: git remote add fork https://github.com/org-b/project-x.wiki.git | |
| Do the force push to overwrite your wiki with the original git push -f fork master |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1AO VK1AO,VK2MET | |
| 1AD VK1AD,VK1NAM | |
| 1OZ VK1OZ,VK2OZI,VK1PW,VK2APW | |
| 1RF VK1RF,VK2MK,VK2CEE | |
| 1VIC VK1VIC,VK2VIC | |
| 2BM VK2BM,VK1JIM,VK2TER,VK2QRP | |
| 2ETI VK2ETI,VK2AIT,VK2AIQ,VK2AIX,VK2AIZ | |
| 2GOM VK2GOM,VK2VAR | |
| 2IO VK2IO,VK2GEZ | |
| 2RP VK2RP,VK2BDR |
It "types" the contents of the clipboard.
Why can't you just paste the contents you ask? Sometimes pasting just doesn't work.
- One example is in system password fields on OSX.
- Sometimes you're working in a VM and the clipboard isn't shared.
- Other times you're working via Remote Desktop and again, the clipboard doesn't work in password boxes such as the system login prompts.
- Connected via RDP and clipboard sharing is disabled and so is mounting of local drives. If the system doesn't have internet access there's no easy way to get things like payloads or Powershell scripts onto it... until now.
The Windows version is written in AutoHotKey and easily compiles to an executable. It's a single line script that maps Ctrl-Shift-V to type the clipboard.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| from imgurpython import ImgurClient | |
| client_id = 'YOUR_CLIENT_ID' | |
| client_secret = 'YOUR_CLIENT_SECRET' | |
| from PIL import Image | |
| from creds import * | |
| import PIL | |
| from reportlab.pdfgen import canvas | |
| from reportlab.platypus import SimpleDocTemplate, Paragraph, Image, Spacer, PageBreak |
Color codes for TFT screens with software to convert 24 bit color codes to 16bit one and viceversa
The 'Converted timestamp' column shows the time for Unix timestamp 1616239800 (Mar 20 2021 11:30:00 UTC/GMT).
To convert from normal/standard time to daylight saving time add 1 hour ( or +3600 seconds ). For example: Eastern Standard Time = GMT-5, add 1 hour: Eastern Daylight Time = GMT-4
| Region (time zone) | Converted timestamp 1616239800 | Relative to UTC/GMT | Date in DST | Offset In seconds |
|---|---|---|---|---|
| Africa |
NewerOlder