Difference between revisions of "Damme's linux stuff"

From World Wide Wiegert Wiki - WWWW
Jump to: navigation, search
Line 2: Line 2:




** pacman
* pacman
Search package for $filename:
<syntaxhighlight lang="python">
pacman -F $filename
pacman -F $filename
</syntaxhighlight>


<syntaxhighlight lang="python">
* smtprelay via gmail with postfix mailutils, s-nail
..
[https://www.howtoforge.com/tutorial/configure-postfix-to-use-gmail-as-a-mail-relay/]
</syntaxhighlight>

Revision as of 09:58, 25 September 2020

Nothing in here yet.. :P


  • pacman

Search package for $filename:

pacman -F $filename
  • smtprelay via gmail with postfix mailutils, s-nail

[1]