Differences between revisions 2 and 95 (spanning 93 versions)
Revision 2 as of 2021-06-28 20:28:07
Size: 1065
Editor: ThomasChung
Comment:
Revision 95 as of 2021-08-14 22:08:08
Size: 6733
Editor: ThomasChung
Comment: Debian Med team
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
 == Contact == == Contact ==
Line 13: Line 13:
## Homepage: https://www.example.org/~someone/
## IRC: nickname, preferred server and channel.
 * Email: <<MailTo(debian@tchung.org)>>
 * Location: Southern California
Line 14: Line 18:
## Homepage: https://www.example.org/~someone/
Email <<MailTo(tchung@tchung.org)>>
## IRC: nickname, preferred server and channel.
<<TableOfContents()>>
Line 18: Line 20:
  ## == Debian information == == Debian information ==
Line 23: Line 24:

 * [[https://lists.debian.org/completeindex.html|Debian Mailing Lists]]
 * [[https://lists.debian.org/debian-announce/2021/maillist.html|debian-announce 2021 by date]]
 * [[https://lists.debian.org/debian-security-announce/2021/maillist.html|debian-security-announce 2021 by date]]
 * [[DebianReleases#Production_Releases|DebianReleases]]
 * [[DebianBullseye#Release_and_updates|DebianBullseye]] | [[https://cdimage.debian.org/cdimage/release/11.0.0/amd64/iso-dvd/|Debian 11.0 DVD ISO]]
 * [[DebianBuster#Release_and_updates|DebianBuster]] | [[https://cdimage.debian.org/cdimage/release/10.10.0/amd64/iso-dvd/|Debian 10.10 DVD ISO]]
 * [[DebianStretch#Release_and_updates|DebianStretch]] | [[https://cdimage.debian.org/cdimage/archive/9.13.0/amd64/iso-dvd/|Debian 9.13 DVD ISO]]
 * [[KVM]]
 * [[DebianWiki/EditorGuide]]
 * [[HelpOnMoinWikiSyntax]] | [[HelpOnAdmonitions]]
 * [[SourcesList]] | [[DebianRepository]] | [[DebianRepository/Format]]
 * [[https://www.debian.org/distrib/packages#search_packages|Search debian package]]
 * [[DebianUpgrade]]
 * [[https://release.debian.org/bullseye/freeze_policy.html#full|Debian Freeze Policy]]
 * [[https://cloud.debian.org/images/cloud/|Debian Cloud Images]]
 * [[DontBreakDebian|Advice For New Users On Not Breaking Their Debian System]]

{{{#!wiki note
'''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 ==
 * [[https://packages.debian.org/buster/fonts-nanum|Nanum Korean fonts]] (나눔)
 * [[https://packages.debian.org/buster/fonts-baekmuk|Baekmuk Korean fonts]] (백묵)


== Debian History ==
 * [[https://www.debian.org/News/weekly/1999/23/|Debian Weekly News - June 8th, 1999]] (The logo results are in...)

== Debian Howto ==
 * [[ThomasChung/WebConsole|How to install Web Console with Virtual Machines on Debian 10]]
 * [[ThomasChung/CloudImage|How to import Cloud Image to Virtual Machines on Debian 10]]
 * [[ThomasChung/X2GO|How to install X2GO Server on Debian 10]]
 * [[ThomasChung/X2GODesktopSharing|How to use X2GO Desktop Sharing on Debian 10]]
 * [[ThomasChung/UpgradeStretchToBuster|How to upgrade Debian 9 Stretch to Debian 10 Buster]]
 * [[InstallingDebianOn/Thinkpad/X220/buster|Installing on Debian Buster on ThinkPad X220]]
 
== Why Debian ==
 * [[https://www.debian.org/users/|Who's using Debian?]]
 * [[https://debian-handbook.info/browse/stable/sect.why-debian.html|Why the Debian Distribution?]]
 * [[https://medium.com/the-blog-of-ehsan-nazim/why-debian-is-perfect-as-a-desktop-os-575e3433dfd|Why Debian Is Perfect as a Desktop OS]]

== Interesting Open Source Article from NASA ==
 * [[https://www.jpl.nasa.gov/news/meet-the-open-source-software-powering-nasas-ingenuity-mars-helicopter?utm_source=iContact&utm_medium=email&utm_campaign=nasajpl&utm_content=daily20210708-3|Meet the Open-Source Software Powering NASA’s Ingenuity Mars Helicopter]] Jul 08, 2021
 * [[https://spectrum.ieee.org/automaton/aerospace/robotic-exploration/nasa-designed-perseverance-helicopter-rover-fly-autonomously-mars|How NASA Designed a Helicopter That Could Fly Autonomously on Mars]] Feb 17, 2021

{{{#!wiki note
'''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 ==
 * [[https://fedoraproject.org/wiki/User:Tchung?rd=ThomasChung|Fedora Project]] in 2003 - 2008
 * [[https://fedoranews.org/tchung/|FedoraNEWS.ORG]] in 2003 - 2006
 * [[https://tchung.fedorapeople.org/scale6x/fedora/00016.jpg|me @ SCALE6x]] in 2008
 * [[https://web.archive.org/web/20070722000143/http://www.redhatmagazine.com/2007/05/31/announcing-the-fedora-award-winners-for-2007/|Fedora Award]] in 2007
 * [[https://openwebmail.org/openwebmail/doc/readme.txt|Open Webmail Project]] in 2003 - 2006
 * [[https://fedoranews.org/tchung/openafs/|OpenAFS Project]] in 2004
 * [[http://mplayerplug-in.sourceforge.net/authors.php|mplayerplug-in Project]] in 2004
 * [[https://web.archive.org/web/20080407211250/http://xcdroast.org/|X-CD-Roast Project]] in 2004
 * [[http://fedoranews.org/tchung/qemu/authorization.txt|QEMU Project]] in 2005
 * [[https://fedoranews.org/tchung/hxplay-ms2/credit.png|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 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 buster ==
{{{
$ neofetch --disable model --ascii_colors 1 1 1 1 1 1
}}}

{{attachment:debian-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 buster

$ neofetch --disable model --ascii_colors 1 1 1 1 1 1

debian-neofetch.png


CategoryHomepage