- Virtualbox with vagrant
- Creating a ubuntu 16.04 machine
- Setting up private ethernet by ubuntu network manager (not vagrant)
- Tune virtualbox by vagrant file (increase ram and CPU count)
- Process lookout
- Memory Lookout
- Deploy application
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
import requests | |
api_token = "secret_token" | |
res = requests.get("https://gitlab.com/api/v4/projects/8525642/registry/repositories", | |
headers={"PRIVATE-TOKEN": api_token} | |
) | |
for rep in res.json(): | |
print( rep['id'] ) |
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
Simple command to see git-crypt is working | |
========================================== | |
`git-crypt status */ | grep gpg | tee >( cut -d: -f 2 | xargs file )` |
We have problem that not able to run virtual box machine due to some windows VTX lock issue, so then I decided why not to run new machine using hyper-V, but what about the disk data. Here I am explaining how to get your data easily.
There may be multiple type of disk:
Use 7zip to open vdi file, you can easily get the file content, then extract it.
OlderNewer