Size: 7078
Comment: link to Debian News
|
Size: 7126
Comment: Bits from Debian
|
Deletions are marked like this. | Additions are marked like this. |
Line 26: | Line 26: |
* [[https://www.debian.org/News/|Debian News]] | * [[https://www.debian.org/News/|Debian News]] | [[https://bits.debian.org/|Bits from Debian]] |
Contact
Email: <debian@tchung.org>
- Location: Southern California
Nationality: Korean American
Contents
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
Nanum Korean fonts (나눔)
Baekmuk Korean fonts (백묵)
Debian History
Debian Weekly News - June 8th, 1999 (The logo results are in...)
Debian Howto
Why Debian
Interesting Open Source Article from NASA
Meet the Open-Source Software Powering NASA’s Ingenuity Mars Helicopter Jul 08, 2021
How NASA Designed a Helicopter That Could Fly Autonomously on Mars Feb 17, 2021
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
Fedora Project in 2003 - 2008
FedoraNEWS.ORG in 2003 - 2006
me @ SCALE6x in 2008
Fedora Award in 2007
Open Webmail Project in 2003 - 2006
OpenAFS Project in 2004
mplayerplug-in Project in 2004
X-CD-Roast Project in 2004
QEMU Project in 2005
Helix Player Project in 2004
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 Bullseye
# vi /etc/apt/sources.list ## secure uri for bullseye deb https://deb.debian.org/debian/ bullseye main deb https://deb.debian.org/debian/ bullseye-updates main contrib deb https://security.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