Stock |
---|
8K Miles Software Services Ltd |
Ajanta Pharma Ltd |
apl apollo tubes ltd |
Ashok Leyland Ltd |
Avanti Feeds Ltd |
Bharat Rasayan Ltd |
Caplin Point Laboratories Ltd |
gabriel india ltd |
Byobu's F-keys keybindings were not working for me in virtual console a.k.a TTY. However, the Byobu F-keys keybindings were working fine in X Window terminals (LXTerminal, Sakura, Terminology, Xfce-Terminal) under X-Window-System. It was perplexing. 'byobu-keybindings' script written by Byobu author Dustin Kirkland to check the Byobu keybindings was giving me "Byobu keybindings: [ON]" message but F-keys were failing me in virtual console (TTY). Very perplexing indeed, mysterious even. I changed Byobu backend from tmux to screen and back but alas no joy. Google and DuckDuckGo also decided to left me high & dry this time. So it was time for soul-searching and man-page reading. After traveling through a gazillion man-pages, wrestling with escape codes & sequences, here, ladies & gentlemen is the holy grail.
If you use Bash as your login shell, add following code to your ~/.bashrc or /etc/bashrc or /etc/bash.bashrc
shopt -q login_shell
RETVAL=$?
if [[ "$RETVAL" == 0 ]] ; then
export TERM='linux'
else
deb https://ftp.debian.org/debian/ sid contrib main non-free non-free-firmware | |
# deb-src https://ftp.debian.org/debian/ sid contrib main non-free non-free-firmware |
A few friends recently commented that navigating the Debian download page to get the desired install media can be tricky. So, I thought I'd create this gist containing direct links to pages containing different 64 bit install media for Debian stable.
Debian Net Install ISO => https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/
Debian Net Install Torrent => https://cdimage.debian.org/debian-cd/current/amd64/bt-cd/
Debian DVD Install ISO => https://cdimage.debian.org/debian-cd/current/amd64/iso-dvd/
Debian DVD Install Torrent => https://cdimage.debian.org/debian-cd/current/amd64/bt-dvd/
deb https://ftp.debian.org/debian/ stable contrib main non-free non-free-firmware | |
# deb-src https://ftp.debian.org/debian/ stable contrib main non-free non-free-firmware | |
deb https://ftp.debian.org/debian/ stable-updates contrib main non-free non-free-firmware | |
# deb-src https://ftp.debian.org/debian/ stable-updates contrib main non-free non-free-firmware | |
deb https://ftp.debian.org/debian/ stable-proposed-updates contrib main non-free non-free-firmware | |
# deb-src https://ftp.debian.org/debian/ stable-proposed-updates contrib main non-free non-free-firmware | |
deb https://ftp.debian.org/debian/ stable-backports contrib main non-free non-free-firmware |
deb https://ftp.debian.org/debian/ testing contrib main non-free non-free-firmware | |
# deb-src https://ftp.debian.org/debian/ testing contrib main non-free non-free-firmware | |
deb https://ftp.debian.org/debian/ testing-updates contrib main non-free non-free-firmware | |
# deb-src https://ftp.debian.org/debian/ testing-updates contrib main non-free non-free-firmware | |
deb https://ftp.debian.org/debian/ testing-proposed-updates contrib main non-free non-free-firmware | |
# deb-src https://ftp.debian.org/debian/ testing-proposed-updates contrib main non-free non-free-firmware | |
deb https://ftp.debian.org/debian/ testing-backports contrib main non-free non-free-firmware |
deb http://archive.ubuntu.com/ubuntu/ noble main restricted universe multiverse | |
#deb-src http://archive.ubuntu.com/ubuntu/ noble main restricted universe multiverse | |
deb http://archive.ubuntu.com/ubuntu/ noble-updates main restricted universe multiverse | |
#deb-src http://archive.ubuntu.com/ubuntu/ noble-updates main restricted universe multiverse | |
deb http://archive.ubuntu.com/ubuntu/ noble-security main restricted universe multiverse | |
#deb-src http://archive.ubuntu.com/ubuntu/ noble-security main restricted universe multiverse | |
deb http://archive.ubuntu.com/ubuntu/ noble-backports main restricted universe multiverse |
deb http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse | |
# deb-src http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse | |
deb http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse | |
# deb-src http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse | |
deb http://archive.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse | |
# deb-src http://archive.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse | |
deb http://archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse |
deb https://ftp.debian.org/debian/ bookworm contrib main non-free non-free-firmware | |
# deb-src https://ftp.debian.org/debian/ bookworm contrib main non-free non-free-firmware | |
deb https://ftp.debian.org/debian/ bookworm-updates contrib main non-free non-free-firmware | |
# deb-src https://ftp.debian.org/debian/ bookworm-updates contrib main non-free non-free-firmware | |
deb https://ftp.debian.org/debian/ bookworm-proposed-updates contrib main non-free non-free-firmware | |
# deb-src https://ftp.debian.org/debian/ bookworm-proposed-updates contrib main non-free non-free-firmware | |
deb https://ftp.debian.org/debian/ bookworm-backports contrib main non-free non-free-firmware |