Differences between revisions 135 and 138 (spanning 3 versions)
Revision 135 as of 2021-08-21 18:37:18
Size: 9744
Editor: ThomasChung
Comment:
Revision 138 as of 2021-08-22 01:48:37
Size: 9459
Editor: ThomasChung
Comment: Bullseye on Chrome OS 94
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
##
## PLEASE DO NOT EDIT THIS AS YOUR OWN PERSONAL PAGE
## UNLESS YOU SEE [Content of new page loaded from HomepageTemplate] confirming you have a copy to use as your own.
Line 8: Line 5:
## remove leading space on front of == when adding your name as a title
## remove these leading ## characters on lines you wish to activate next line as an example. This is known as uncommenting
##
## You can uncomment some of the following items, if you want:
## Note: some lines expose your email publicly, which spammers may harvest
## Homepage: https://www.example.org/~someone/
## IRC: nickname, preferred server and channel.
Line 23: Line 13:
   * [[https://debconf21.debconf.org/talks/98-linuxs-30th-anniversary/|Linux's 30th Anniversary]] by [[https://debconf21.debconf.org/users/nickvidal/|Nick Vidal]]
Line 73: Line 64:
 * [[https://www.aboutchromebooks.com/news/chrome-os-94-brings-debian-bullseye-to-linux-on-chromebooks/|Chrome OS 94 brings Debian Bullseye to Linux on Chromebooks]]

Contact

  • Email: <debian@tchung.org>

  • Location: Southern California
  • Nationality: Korean American

DebConf

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 11 Bullseye Release Media Coverage

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

# 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 contrib
deb https://deb.debian.org/debian-security/     buster/updates main contrib

## Secure URI for Bullseye
deb https://deb.debian.org/debian/              bullseye main
deb https://deb.debian.org/debian/              bullseye-updates  main contrib
deb https://deb.debian.org/debian-security/     bullseye-security main contrib

Changed security archive layout

For bullseye, the security suite is now named bullseye-security instead of codename/updates and users should adapt their APT source-list files accordingly when upgrading.

The security line in your APT configuration may look like:

deb https://deb.debian.org/debian-security bullseye-security main contrib

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