Skip to content

Instantly share code, notes, and snippets.

@hugozanini
Created March 12, 2022 18:52
Show Gist options
  • Select an option

  • Save hugozanini/74509fb9bfbbf97d9af1ecc263392145 to your computer and use it in GitHub Desktop.

Select an option

Save hugozanini/74509fb9bfbbf97d9af1ecc263392145 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"name": "skunote.ipynb",
"provenance": []
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
},
"language_info": {
"name": "python"
}
},
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "KRkvPfp9BWuq",
"outputId": "7a7f7d64-847e-447d-fd4b-9524dd014d75"
},
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"Reading package lists... Done\n",
"Building dependency tree \n",
"Reading state information... Done\n",
"The following NEW packages will be installed:\n",
" megatools\n",
"0 upgraded, 1 newly installed, 0 to remove and 39 not upgraded.\n",
"Need to get 148 kB of archives.\n",
"After this operation, 1,097 kB of additional disk space will be used.\n",
"Get:1 http://archive.ubuntu.com/ubuntu bionic/universe amd64 megatools amd64 1.9.98-1build2 [148 kB]\n",
"Fetched 148 kB in 0s (341 kB/s)\n",
"debconf: unable to initialize frontend: Dialog\n",
"debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76, <> line 1.)\n",
"debconf: falling back to frontend: Readline\n",
"debconf: unable to initialize frontend: Readline\n",
"debconf: (This frontend requires a controlling tty.)\n",
"debconf: falling back to frontend: Teletype\n",
"dpkg-preconfigure: unable to re-open stdin: \n",
"Selecting previously unselected package megatools.\n",
"(Reading database ... 155335 files and directories currently installed.)\n",
"Preparing to unpack .../megatools_1.9.98-1build2_amd64.deb ...\n",
"Unpacking megatools (1.9.98-1build2) ...\n",
"Setting up megatools (1.9.98-1build2) ...\n",
"Processing triggers for man-db (2.8.3-2ubuntu0.1) ...\n"
]
}
],
"source": [
"!sudo apt-get install megatools"
]
},
{
"cell_type": "code",
"source": [
"!megadl 'https://mega.nz/#!xnBWwBbK!h38Etgjt59z-gdGnK0Gbt3P4D_iM5_PdiWlBLbHiLrc'\n",
"!unzip 'SKU110K-TF.zip'\n",
"!rm 'SKU110K-TF.zip'"
],
"metadata": {
"id": "w2eGs8_wNahf"
},
"execution_count": null,
"outputs": []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment