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
| #deb cdrom:[Ubuntu 16.04.2 LTS _Xenial Xerus_ - Release amd64 (20170215.2)]/ xenial main restricted | |
| # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to | |
| # newer versions of the distribution. | |
| deb http://us.archive.ubuntu.com/ubuntu/ xenial main restricted | |
| # deb-src http://us.archive.ubuntu.com/ubuntu/ xenial main restricted | |
| ## Major bug fix updates produced after the final release of the | |
| ## distribution. | |
| deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates main restricted |
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
| #EXTM3U | |
| #EXTINF:-1 tvg-id="" tvg-name="BigBrotherBrasil 2018" tvg-logo="http://bbb2018.net/wp-content/uploads/2017/08/bbb-2018.png" group-title="VARIEDADES",BigBrotherBrasil 2018 | |
| http://painel.iptvmove.com:25461/live/danga07/1963/1116.m3u8 | |
| #EXTINF:-1 tvg-id="" tvg-name="BigBrotherBrasil 2018 [Alter]" tvg-logo="http://bbb2018.net/wp-content/uploads/2017/08/bbb-2018.png" group-title="VARIEDADES",BigBrotherBrasil 2018 [Alter] | |
| http://painel.iptvmove.com:25461/live/danga07/1963/3128.m3u8 | |
| #EXTINF:-1 tvg-id="A&E [Brazil]" tvg-name="A&E" tvg-logo="http://i.imgur.com/7NKeRuh.png" group-title="DOCUMENTARIOS",A&E | |
| http://painel.iptvmove.com:25461/live/danga07/1963/1354.m3u8 | |
| #EXTINF:-1 tvg-id="" tvg-name="ALL Sports HD" tvg-logo="https://i0.wp.com/www.simpletvbrasil.tv/cliente/logo/4366c67d4d4be3381abe034e7c15b80e.png" group-title="CANAIS ESPORTE",ALL Sports HD | |
| http://painel.iptvmove.com:25461/live/danga07/1963/1215.m3u8 | |
| #EXTINF:-1 tvg-id="" tvg-name="AMC" tvg-logo="http://i.imgur.com/JYislkb.png" group-title="FILMES/SERI |
generated via plantuml
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
| const greeters = { | |
| 'en': 'english', | |
| 'fr': 'french' | |
| }; | |
| const promise = (async () => { | |
| const greeter = greeters[navigator.language.split('-')[0]]; | |
| if (!greeter) { | |
| throw new Error('No greeter for you!'); |
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
| 1. Go to the Postman app download page at https://www.getpostman.com/apps. You can choose the os version from the drop-down. x64 for 64 bit Operating System and x84 for the 32 bit based Linux | |
| 2. Open the terminal and go to the directory where you have downloaded the tar file. If you have downloaded on the Downloads folder | |
| cd ~/Downloads/ | |
| 3. Run the following commands, | |
| sudo rm -rf /opt/Postman/ | |
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
| # This script basically automates the official Postman installation guide for Linux: | |
| # https://learning.postman.com/docs/getting-started/installation-and-updates/#installing-postman-on-linux | |
| # 32 or 64-bit? | |
| BIT=$(getconf LONG_BIT) | |
| # Download the appropriate version | |
| wget -O ~/postman.tar.gz "https://dl.pstmn.io/download/latest/linux${BIT}" | |
| # Extract the archive in /opt |
Following Quick Start for Adding a USB drive but installing some packages that will be needed right after. Also see Using storage devices.
- SSH into the router.
- Install required packages...
opkg update
opkg install block-mount e2fsprogs kmod-fs-ext4 kmod-usb-ohci kmod-usb-storage kmod-usb-uhci kmod-usb2 kmod-usb3 usbutils nano
Hi!
You should be able to install GNOME DE on Qubes OS dom0 with.
sudo qubes-dom0-update gnome-shell
Install extensions according to instructions here.
