Differences between revisions 1 and 67 (spanning 66 versions)
Revision 1 as of 2021-06-28 20:26:32
Size: 1070
Editor: ThomasChung
Comment: Initial Content
Revision 67 as of 2021-07-12 07:22:01
Size: 4565
Editor: ThomasChung
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
 == Thomas Chung == == 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]]
 * [[DebianReleases#Production_Releases|DebianReleases]]
 * [[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]]

== Debian Wiki Pages I created ==
 * [[ThomasChung/WebConsole|How to install Web Console with Virtual Machines on Debian 10]]
 * [[InstallingDebianOn/Thinkpad/X220/buster|Installing on Debian Buster on ThinkPad X220]]

== Debian Articles I found ==
 * [[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

== 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 sudo vim
# update-alternatives --config editor
# adduser tchung sudo
}}}

== 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 Wiki Pages I created

Debian Articles I found

Interesting Open Source Article from NASA

Contributions to Open Source Community

first things to do

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

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