Differences between revisions 95 and 97 (spanning 2 versions)
Revision 95 as of 2021-08-14 22:08:08
Size: 6733
Editor: ThomasChung
Comment: Debian Med team
Revision 97 as of 2021-08-14 23:16:47
Size: 6895
Editor: ThomasChung
Comment: d11vm-neofetch.png
Deletions are marked like this. Additions are marked like this.
Line 29: Line 29:
 * [[DebianBullseye#Release_and_updates|DebianBullseye]] | [[https://cdimage.debian.org/cdimage/release/11.0.0/amd64/iso-dvd/|Debian 11.0 DVD ISO]]  * [[DebianBullseye#Release_and_updates|DebianBullseye]] | [[https://cdimage.debian.org/cdimage/release/11.0.0/amd64/iso-dvd/|Debian 11.0 DVD ISO]] | [[https://cdimage.debian.org/cdimage/release/11.0.0/amd64/iso-cd/ |Debian 11.0 NetInstall ISO]]
Line 133: Line 133:
== neofetch for buster == == neofetch for Bullseye ==
Line 135: Line 135:
$ neofetch --disable model --ascii_colors 1 1 1 1 1 1 $ sudo apt update && sudo apt -y install neofetch
$ echo;
neofetch --disable title model --ascii_colors 1 1 1 1 1 1
Line 138: Line 139:
{{attachment:debian-neofetch.png}} {{attachment:d11vm-neofetch.png}}

Contact

  • Email: <debian@tchung.org>

  • Location: Southern California

Debian information

Debian Med team

The Debian Med team has been taking part in the fight against COVID-19 by packaging software for researching the virus on the sequence level and for fighting the pandemic with the tools used in epidemiology; this work will continue with focus on machine learning tools for both fields.

Debian Korean Fonts

Debian History

Debian Howto

Why Debian

Interesting Open Source Article from NASA

Linux on Mars!

This the first time we’ll be flying Linux on Mars. We’re actually running on a Linux operating system. The software framework that we’re using is one that we developed at JPL for cubesats and instruments, and we open-sourced it a few years ago.

Contributions to Open Source Community

first things to do

# apt update && apt install vim
# update-alternatives --config editor
# adduser tchung sudo

Disable vim automatic visual mode

# vi ~/.vimrc
set mouse-=a

favorite aliases

# vi .bashrc
alias l='ls -CF'
alias la='ls -A'
alias ll='ls -l'
alias ls='ls --color=auto'
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
alias egrep='egrep --color=auto'
alias fgrep='fgrep --color=auto'
alias grep='grep --color=auto'

secure uri for buster

# vi /etc/apt/sources.list
## secure uri for buster
deb https://deb.debian.org/debian/              buster main
deb https://deb.debian.org/debian/              buster-updates main
deb https://deb.debian.org/debian-security/     buster/updates main

neofetch for Bullseye

$ sudo apt update && sudo apt -y install neofetch
$ echo; neofetch --disable title model --ascii_colors 1 1 1 1 1 1

d11vm-neofetch.png


CategoryHomepage