ISIN | BLOOMBERG | ASSET CLASS | NAV | FUNDSIZE | AS AT |
---|---|---|---|---|---|
IE00B3KMX297 | AVISPL4 ID | Liquidity | 1301.81 GBP | GBP 1625.14m | 30 Jun 2025 |
If you are like me you find yourself cloning a repo, making some proposed changes and then deciding to later contributing back using the GitHub Flow convention. Below is a set of instructions I've developed for myself on how to deal with this scenario and an explanation of why it matters based on jagregory's gist.
To follow GitHub flow you should really have created a fork initially as a public representation of the forked repository and the clone that instead. My understanding is that the typical setup would have your local repository pointing to your fork as origin and the original forked repository as upstream so that you can use these keywords in other git commands.
-
Clone some repo (you've probably already done this step).
git clone [email protected]
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
sudo apt-get install python3.X python3.X-venv |
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
Download binaries: https://github.com/TalalMash/ubond/releases/tag/v0.1.1 | |
Disable encryption for 400Mbit+ , force DNS over HTTPS if needed. | |
Temporarily running as root. (tun bugfix TODO) | |
---------------------- | |
VPS/crontab -e: | |
@reboot screen -d -m sh -c "/root/startubond.sh" | |
---------------------- | |
/root/startubond.sh | |
---------------------- | |
#!/bin/sh |
This file has been truncated, but you can view the full file.
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
[INFO] [launch]: All log files can be found below /home/cfroch/.ros/log/2023-03-10-15-14-57-895435-cfroch-legion-395383 | |
[INFO] [launch]: Default logging verbosity is set to INFO | |
[INFO] [rcvstream_exe-1]: process started with pid [395386] | |
[INFO] [rcvstream_exe-2]: process started with pid [395388] | |
[INFO] [rcvstream_exe-3]: process started with pid [395390] | |
[INFO] [rcvstream_exe-4]: process started with pid [395392] | |
[rcvstream_exe-4] [INFO] [1678461298.036990546] [niro_fn22lnt.rcvstream_exe_back_node]: save_bit_stream is NOT set | |
[rcvstream_exe-4] [INFO] [1678461298.037425994] [rcv_stream]: cam_index: 3 | |
[rcvstream_exe-2] [INFO] [1678461298.038131770] [niro_fn22lnt.rcvstream_exe_right_node]: save_bit_stream is NOT set | |
[rcvstream_exe-3] [INFO] [1678461298.038280339] [niro_fn22lnt.rcvstream_exe_left_node]: save_bit_stream is NOT set |
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
name : The name of the object | |
flags: readable, writable | |
String. Default: "nvv4l2h265enc0" | |
parent : The parent of the object | |
flags: readable, writable | |
Object of type "GstObject" | |
qos : Handle Quality-of-Service events from downstream | |
flags: readable, writable | |
Boolean. Default: false | |
device : Device location |
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
pip3 install pip-tools pipreqs | |
# pipreqs generates a requirements.in file and pip-compile generates the requirements.txt from it | |
pipreqs --savepath=requirements.in && pip-compile |
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
# Install latest version nvidia-docker2 on PopOS 22.04 | |
## PopOS does not take the latest upstream NVIDIA Container runtime which is needed to run the container | |
## Run the below steps | |
### Add a new preference entry in /etc/apt/preferences.d/pop-default-settings | |
Package: * | |
Pin: origin nvidia.github.io | |
Pin-Priority: 1002 |
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
xyz@xyz-XPS-8900:~/Downloads/carla-0.8.1$ ./Setup.sh | |
Folder llvm-source already exists, skipping git clone... | |
-- The C compiler identification is Clang 3.9.1 | |
-- The CXX compiler identification is Clang 3.9.1 | |
-- The ASM compiler identification is Clang | |
-- Found assembler: /usr/bin/clang-3.9 | |
-- Check for working C compiler: /usr/bin/clang-3.9 | |
-- Check for working C compiler: /usr/bin/clang-3.9 -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done |
NewerOlder