Contact
Email: <debian@tchung.org>
Blog: https://blog.tchung.org/
- Location: Southern California
Nationality: Korean American
Contents
- Contact
- European Cyber Resilience Act
- Linux Project to Foundation
- Linux Hero
- DebConf
- Debian 12 Bookworm
- Debian 11 Bullseye Release Media Coverage
- Debian information
- Debian Korean Fonts
- Debian History
- Debian Howto
- Why Debian
- Interesting Open Source Article from NASA
- Contributions to Open Source Community
- first things to do
- Disable vim automatic visual mode
- favorite aliases
- Secure URI
- neofetch for Bookworm
European Cyber Resilience Act
- Do you know what European Cyber Resilience Act is ?
- If you care about Open Source Project and Community, I urge you to watch this video carefully.
Update on the European Cyber Resilience Act by Eclipse Foundation executive director Mike Milinkovich
Debian statement on the Cyber Resilience Act Dec 27, 2023 on LWN
EU’s Proposed Cyber Resilience Act Raises Concerns for Open Source and Cybersecurity May 30, 2023 on EFF
EFF And Other Experts Join in Pointing Out Pitfalls of Proposed EU Cyber-Resilience Act Oct 03, 2023 on EFF
Understanding the Cyber Resilience Act Sept 08, 2023 on The Linux Foundation
The European regulators listened to the Open Source communities! Feb 02, 2024 on VOICES OF OPEN SOURCE
Linux Project to Foundation
eBPF: Unlocking the Kernel (Nov 11, 2023)
- Watch this documentary about a "tiny" project bloom into something so "big" every major companies we know are all using.
It is so exciting to see how Linux Community work together in the beginning and later it becomes a foundation where even Microsoft joined.
Linux Hero
Jon “maddog” Hall (Jul 30, 2023)
DebConf
Debian 12 Bookworm
Debian 11 Bullseye Release Media Coverage
Debian information
DebianBullseye | Debian OldStable DVD ISO (11.11)
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
How to install Web Console with Virtual Machines on Debian 10
Installing Debian Buster on ThinkPad X220 (2021-07-08)
Installing Debian Bullseye on Macmini L2014 (2021-08-15)
How to install Debian VM Image from Linode (2021-08-20)
How to use virsh to create snapshots for Debian 11 (2021-08-22)
How to setup Apache Guacamole on Debian (2021-09-04)
How to setup Debian 11 on Raspberry Pi 4 (2021-09-27)
How to automate installation for Debian 12 with Preseed (2023-08-20)
Introducing Debian Classic (2023-09-17)
Introducing Debian Classic with RPI4 (2023-10-08)
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 (choose vim.basic) # vi /etc/default/useradd (change to /bin/bash) # useradd -m -G sudo tchung
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 ## Secure URI for Bookworm deb https://deb.debian.org/debian/ bookworm main non-free-firmware deb https://deb.debian.org/debian/ bookworm-updates main non-free-firmware deb https://deb.debian.org/debian-security/ bookworm-security main non-free-firmware
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.
Non-free firmware moved to its own component in the archive
Repository Debian bookworm changed its firmware component value from non-free to non-free-firmware
neofetch for Bookworm
$ sudo apt update && sudo apt -y install neofetch $ echo; neofetch --ascii_colors 1 1 1 1 1 1 --disable model --memory_unit gib