Differences between revisions 54 and 58 (spanning 4 versions)
Revision 54 as of 2021-07-08 06:48:04
Size: 4362
Editor: ThomasChung
Comment: first things and favorite alias for root
Revision 58 as of 2021-07-09 03:36:20
Size: 3672
Editor: ThomasChung
Comment:
Deletions are marked like this. Additions are marked like this.
Line 32: Line 32:
== Debian Howto == == Debian Wiki Pages I created ==
Line 34: Line 34:
 * [[InstallingDebianOn/Thinkpad/X220/buster|Installing on Debian Buster on ThinkPad X220]]
Line 35: Line 36:
== Debian Articles == == Debian Articles I found ==
Line 52: Line 53:
== First Things for root == == First Things to Do ==
Line 60: Line 61:
== Favorite Alias for root == == Favorite Alias ==
Line 64: Line 65:
alias ls='ls $LS_OPTIONS'
alias ll='ls $LS_OPTIONS -l'
alias l='ls $LS_OPTIONS -lA'
alias l='ls -CF'
alias la='ls -A
'
alias ll='ls -l'
alias ls='ls --color=auto'
Line 77: Line 79:

       _,met$$$$$gg. tchung@debian
    ,g$$$$$$$$$$$$$$$P. -------------
  ,g$$P" """Y$$.". OS: Debian GNU/Linux 10 (buster) x86_64
 ,$$P' `$$$. Kernel: 4.19.0-17-amd64
',$$P ,ggs. `$$b: Uptime: 1 hour, 26 mins
`d$$' ,$P"' . $$$ Packages: 1613 (dpkg)
 $$P d$' , $$P Shell: bash 5.0.3
 $$: $$. - ,d$$' Terminal: /dev/pts/0
 $$; Y$b._ _,d$P' CPU: Intel i7-2620M (4) @ 3.400GHz
 Y$$. `.`"Y$$$$P"' GPU: Intel 2nd Generation Core Processor Family
 `$$b "-.__ Memory: 523MiB / 7925MiB
  `Y$$
   `Y$$.
     `$$b.
       `Y$$b.
          `"Y$b._
              `"""
Line 97: Line 81:
[[attachment:debian-neofetch.png|debian-neofetch.png]] {{attachment:debian-neofetch.png}}

Contact

  • Email: <debian@tchung.org>

  • Location: Southern California

Debian information

Debian Wiki Pages I created

Debian Articles I found

Contributions to Open Source Community

First Things to Do

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

Favorite Alias

# 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'

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

debian-neofetch.png


CategoryHomepage