:help keyword # open help for keyword
:o file # open file
:saveas file # save file as
:close # close current pane
name: Bing Wallpaper Download | |
on: | |
schedule: | |
- cron: "0 0 * * *" | |
jobs: | |
download_wallpaper: | |
runs-on: ubuntu-latest | |
steps: |
jobs: | |
comment_quote: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v2 | |
- name: Fetch book quotes | |
run: | | |
curl https://raw.githubusercontent.com/<username>/<repository>/master/quotes.json --output quotes.json | |
- name: Select random quote |
pehla_nasha==https://wmirchi-lh.akamaihd.net/i/WMIRCHI_1@75780/master.m3u8 | |
hello_fm==6829847d-14f5-42aa-82e3-9ac04846e0b4 | |
purani_jeans==https://puranijeanshdliv-lh.akamaihd.net/i/PuraniJeansHDLive_1_1@334555/index_1_a-p.m3u8?sd=10&rebase=on | |
club==https://clubmirchihdlive-lh.akamaihd.net/i/ClubMirchiHDLive_1_1@336269/master.m3u8 | |
ishq==https://ishq_kolkata-lh.akamaihd.net/i/Ishq_Kolkata_1@854569/master.m3u8 | |
ishq_kolkata==https://ishq_kolkata-lh.akamaihd.net/i/Ishq_Kolkata_1@854569/master.m3u8 | |
NDTV==https://ndtv24x7elemarchana.akamaized.net/hls/live/2003678/ndtv24x7/ndtv24x7master.m3u8 | |
kalighat_radio==https://onlineradiobox.com/json/in/kalighatradio/play?platform=web | |
hungama_evergreen_bollywood==https://onlineradiobox.com/json/in/evergreenbollywood/play?platform=web | |
hungama_edm==https://onlineradiobox.com/json/in/bestofedm/play?platform=web |
PS1='\[\033[01;32m\]\u@\[\033[00;33m\]$(dirname "$(dirname "$PWD")" | xargs basename 2>/dev/null || echo "")$(if [[ "$PWD" != "/" ]]; then echo "/$(dirname "$PWD" | xargs basename 2>/dev/null || echo "")/$(basename "$PWD")"; fi)\[\033[00m\]\$ '
example:
deep@/COMMSCOPE/fastiron-10010a/ICX8200$ ll
total 0
drwxrwxrwx 1 deep deep 4096 Aug 30 13:10 ./
drwxrwxrwx 1 deep deep 4096 Aug 30 13:10 ../
drwxrwxrwx 1 deep deep 4096 Aug 31 12:20 Firmware/
# ANSI colors | |
class Colors(object): | |
def __init__(self) -> None: | |
self.HEADER = '\033[95m' | |
self.OKBLUE = '\033[94m' | |
self.OKCYAN = '\033[96m' | |
self.OKGREEN = '\033[92m' | |
self.WARNING = '\033[93m' | |
self.FAIL = '\033[91m' | |
self.ENDC = '\033[0m' |
python3 setup.py build | |
python3 setup.py install | |
python3 setup.py sdist | |
python3 setup.py bdist_wheel | |
#test upload | |
twine upload --repository-url https://test.pypi.org/legacy/ dist/* | |
twine upload --repository-url https://upload.pypi.org/legacy/ dist/* |
https://www.youtube.com/watch?v=-5onRbZA0QQ
https://github.com/opencomputeproject/onie/blob/master/machine/kvm_x86_64/INSTALL
https://github.com/CumulusNetworks/DUE/
https://opencomputeproject.github.io/onie/developers/building.html
https://gist.github.com/lool/acfa4d74aa5f8dc8cda721536f230b6f
In this guide, we will walk through the steps to build and install ONIE (Open Network Install Environment) on KVM/QEMU using the DUE tool. DUE is used to create a Debian Docker environment for cross-compiling ONIE. Here are the steps involved:
Step 1: Install DUE To get started, you need to install DUE. DUE is used to create a Debian Docker environment for cross-compiling ONIE. First, clone the DUE repository and navigate to the DUE directory.
git clone https://github.com/CumulusNetworks/DUE.git
cd DUE
bkjbbmn mnbmbmb |