Jump to content
Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Damme's linux stuff: Difference between revisions

From World Wide Wiegert Wiki - WWWW
No edit summary
No edit summary
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]