Differences between revisions 54 and 56 (spanning 2 versions)
Revision 54 as of 2021-07-08 06:48:04
Size: 4362
Editor: ThomasChung
Comment: first things and favorite alias for root
Revision 56 as of 2021-07-09 03:05:40
Size: 4438
Editor: ThomasChung
Comment: link to Thinkpad/X220/buster
Deletions are marked like this. Additions are marked like this.
Line 31: Line 31:
 * [[InstallingDebianOn/Thinkpad/X220/buster|Installing on Debian Buster on ThinkPad X220]]
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'

Contact

  • Email: <debian@tchung.org>

  • Location: Southern California

Debian information

Debian Howto

Debian Articles

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

       _,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._
              `"""

debian-neofetch.png


CategoryHomepage