Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


ubuntu_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
ubuntu_notes [2019/09/12 09:59] juckinsubuntu_notes [2019/10/15 15:43] juckins
Line 1: Line 1:
 ==== Ubuntu Notes ==== ==== Ubuntu Notes ====
 +[[https://linuxize.com/post/how-to-install-teamviewer-on-ubuntu-18-04/|TeamViewer installation]]
 +
 [[https://linuxconfig.org/how-to-install-lamp-ubuntu-18-04-bionic-beaver-linux-apache-mysql-php|LAMP on Ubuntu 18.04]] [[https://linuxconfig.org/how-to-install-lamp-ubuntu-18-04-bionic-beaver-linux-apache-mysql-php|LAMP on Ubuntu 18.04]]
  
Line 12: Line 14:
 lsb_release -a lsb_release -a
 </code> </code>
 +
 +View installed packages:
 +<code>
 +# apt list --installed
 +# dpkg --get-selections | grep -v deinstall |grep unifi
 +</code>
 +
 +Remove installed package:
 +<code>
 +# dpkg -r package_name
 +</code>
 +
  
 ---- ----
Line 33: Line 47:
  
 __12 Sep 2019__ __12 Sep 2019__
-[[https://hostadvice.com/how-to/configure-apache-with-tls-ssl-certificate-on-ubuntu-18/ Configure Apache HTTPS on Ubuntu 18]]+ 
 +[[https://hostadvice.com/how-to/configure-apache-with-tls-ssl-certificate-on-ubuntu-18/|Configure Apache HTTPS on Ubuntu 18]]
  
 __26 Jan 2019__ __26 Jan 2019__
Line 43: Line 58:
 Use these commands to update packages, as it allows interactive use to answer questions: Use these commands to update packages, as it allows interactive use to answer questions:
 <code> <code>
-sudo apt update +sudo apt-get update 
-sudo apt upgrade+sudo apt-get upgrade 
 +sudo apt-get --with-new-pkgs upgrade
 </code> </code>
  
ubuntu_notes.txt · Last modified: 2021/02/21 11:09 by juckins