Jump to content

Linux: Difference between revisions

246 bytes added ,  17 February 2023
Tags: Mobile edit Mobile web edit
Line 60: Line 60:
</syntaxhighlight>
</syntaxhighlight>


{{hidden | dpkg |
===dpkg===
===dpkg===
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
Line 68: Line 69:
sudo dpkg -l | grep apache
sudo dpkg -l | grep apache
</syntaxhighlight>
</syntaxhighlight>
 
}}
{{hidden | yum |
===yum===
===yum===
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
Line 77: Line 79:
yum update
yum update
</syntaxhighlight>
</syntaxhighlight>
}}


===Repositories===
===Repositories===
Line 84: Line 87:


Application desktop icons are stored in <code>/usr/share/applications/</code>.
Application desktop icons are stored in <code>/usr/share/applications/</code>.
The update notifications are in <code>/etc/apt/apt.conf.d/99update-notifier</code>. Comment these out to disable them.<br>
Unattended-updates are in <code>/etc/apt/apt.conf.d/50unattended-upgrades</code>.


==SSH==
==SSH==