Help for this page

Select Code to Download


  1. or download this
    root@mail:~# mailq
    -Queue ID-  --Size-- ----Arrival Time---- -Sender/Recipient-------
    ...
    root@mail:~#
    
  2. or download this
    root@mail:~# cat /etc/group
    ...
    mymail:x:1003:sammy,root,wilma,www-data
    sammy:x:1004:
    
  3. or download this
    root@mail:~# cd /home
    root@mail:/home# ls
    ...
    drwxrwx--x 2 sammy mymail 4096 May 18 22:18 Maildir/
    root@mail:/home/sammy#
    
  4. or download this
    root@mail:~# sudo newaliases
    root@mail:~# cat /etc/aliases
    # See man 5 aliases for format
    postmaster:    root
    
  5. or download this
    root@mail:~# sudo vi /etc/apt/apt.conf.d/50unattended-upgrades
    root@mail:~# sudo vi /etc/apt/apt.conf.d/20auto-upgrades
    root@mail:~# cat /etc/apt/apt.conf.d/20auto-upgrades
    ...
    
    root@mail:~# sudo dpkg-reconfigure --priority=low unattended-upgrades
    root@mail:~#
    
  6. or download this
    root@mail:~# cat /etc/hosts
    # Your system has configured 'manage_etc_hosts' as True.
    # As a result, if you wish for changes to this file to persist
    ...
    ff02::3 ip6-allhosts
    
    root@mail:~#
    
  7. or download this
    root@mail:~# hostname -d
    merrillpjensen.com
    root@mail:~# hostname -f
    mail.merrillpjensen.com
    
  8. or download this
      
    
    root@mail:~# host -t MX mail
    ...
    ;; connection timed out; no servers could be reached
    
    root@mail:~#