Differences between revisions 1 and 83 (spanning 82 versions)
Revision 1 as of 2021-06-28 20:26:32
Size: 1070
Editor: ThomasChung
Comment: Initial Content
Revision 83 as of 2021-07-16 05:09:30
Size: 6052
Editor: ThomasChung
Comment: Debian History
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]]
 * [[DebianUpgrade]]
 * [[https://release.debian.org/bullseye/freeze_policy.html#full|Debian Freeze Policy]]
 * [[https://cloud.debian.org/images/cloud/|Debian Cloud Images]]

{{{#!wiki note
'''Full Freeze'''

We only intend to start the Full Freeze shortly before the actual release.
The starting date of the Full Freeze will be decided when we start planning
a release date and will be announced at least 14 days before it comes into effect.

}}}

== 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/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 sudo 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

Full Freeze

We only intend to start the Full Freeze shortly before the actual release. The starting date of the Full Freeze will be decided when we start planning a release date and will be announced at least 14 days before it comes into effect.

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 sudo 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