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:
Search package for $filename:
<syntaxhighlight lang="python">
<syntaxhighlight lang="python">
Line 8: Line 8:
</syntaxhighlight>
</syntaxhighlight>


* smtprelay via gmail with postfix mailutils, s-nail
== Other stuff ==
 
smtprelay via gmail with postfix mailutils, s-nail
https://www.howtoforge.com/tutorial/configure-postfix-to-use-gmail-as-a-mail-relay/
https://www.howtoforge.com/tutorial/configure-postfix-to-use-gmail-as-a-mail-relay/

Revision as of 09:59, 25 September 2020

Nothing in here yet.. :P


pacman

Search package for $filename:

pacman -F $filename

Other stuff

smtprelay via gmail with postfix mailutils, s-nail https://www.howtoforge.com/tutorial/configure-postfix-to-use-gmail-as-a-mail-relay/