From Fedora Project Wiki

m (Cleanups)
(→‎Secure authentication and encryption: how to work around missing ed25519 and ecdsa ssh key support in gnome-keyring)
(7 intermediate revisions by the same user not shown)
Line 5: Line 5:


== About me ==
== About me ==
I'm a [http://pl.linkedin.com/in/dmierzej professional sysadmin]. I like to keep things neat and tidy, so whenever I come across some software that I (or someone I know) need and that is missing from Fedora, I package it.
I'm a [http://pl.linkedin.com/in/dmierzej professional system engineer]. I like to keep things neat and tidy, so whenever I come across some software that I (or someone I know) need and that is missing from Fedora, I package it.


== Fedora Contributions ==
== Fedora Contributions ==
Line 25: Line 25:
Here's a list of people I've sponsored so far and their packages. If they screw up, tell me.
Here's a list of people I've sponsored so far and their packages. If they screw up, tell me.


* [https://admin.fedoraproject.org/accounts/user/view/jussilehtola Sussi Lehtola] [https://admin.fedoraproject.org/pkgdb/users/packages/jussilehtola?acls=owner packages]
* [https://admin.fedoraproject.org/accounts/user/view/jussilehtola Sussi Lehtola] [https://admin.fedoraproject.org/pkgdb/packager/jussilehtola/ packages]
* [https://admin.fedoraproject.org/accounts/user/view/cra Charles R. Anderson] [https://admin.fedoraproject.org/pkgdb/users/packages/cra?acls=owner packages]
* [https://admin.fedoraproject.org/accounts/user/view/cra Charles R. Anderson] [https://admin.fedoraproject.org/pkgdb/packager/cra/ packages]
* [https://admin.fedoraproject.org/accounts/user/view/mycae Daniel Haley] [https://admin.fedoraproject.org/pkgdb/users/packages/mycae?acls=owner packages]
* [https://admin.fedoraproject.org/accounts/user/view/mycae Daniel Haley] [https://admin.fedoraproject.org/pkgdb/packager/mycae/ packages]
* [https://admin.fedoraproject.org/accounts/user/view/bashton Brennan Ashton] [https://admin.fedoraproject.org/pkgdb/users/packages/bashton?acls=owner packages]
* [https://admin.fedoraproject.org/accounts/user/view/bashton Brennan Ashton] [https://admin.fedoraproject.org/pkgdb/packager/bashton/ packages]
* [https://admin.fedoraproject.org/accounts/user/view/radekl Radosław Lisowski] [https://admin.fedoraproject.org/pkgdb/users/packages/radekl?acls=owner packages]
* [https://admin.fedoraproject.org/accounts/user/view/radekl Radosław Lisowski] [https://admin.fedoraproject.org/pkgdb/packager/radekl packages]
* [https://admin.fedoraproject.org/accounts/user/view/simonm Michał Simon] [https://admin.fedoraproject.org/pkgdb/users/packages/simonm?acls=owner packages]
* [https://admin.fedoraproject.org/accounts/user/view/simonm Michał Simon] [https://admin.fedoraproject.org/pkgdb/packager/simonm/ packages]


=== Special Interest Groups and Committee membership ===
=== Special Interest Groups and Committee membership ===
Line 39: Line 39:
* [[SIGs/FedoraMini| Fedora Mini]]
* [[SIGs/FedoraMini| Fedora Mini]]
* [[SIGs/Server| Fedora Server]]
* [[SIGs/Server| Fedora Server]]
* [[Fedora_Engineering_Steering_Committee|Fedora Engineering Steering Committee]] for the F25 and F26 release cycle


=== Community ===
=== Community ===
Line 44: Line 45:
* [irc://chat.freenode.net/#fedora-pl #fedora-pl] [[Communicate#IRC| IRC]] channel founder
* [irc://chat.freenode.net/#fedora-pl #fedora-pl] [[Communicate#IRC| IRC]] channel founder
* [[Architectures/x86-64| x86-64 SIG]] founder
* [[Architectures/x86-64| x86-64 SIG]] founder
* Fedora Ambassador


== Useful links ==
== Useful links ==
Line 75: Line 77:
* [http://nathaniel.themccallums.org/2010/10/18/using-git-fast-forward-merging-to-keep-branches-in-sync/ Using git fast-forward merging]
* [http://nathaniel.themccallums.org/2010/10/18/using-git-fast-forward-merging-to-keep-branches-in-sync/ Using git fast-forward merging]
* [http://technosophos.com/content/git-cherry-picking-move-small-code-patches-across-branches Git cherry-picking]
* [http://technosophos.com/content/git-cherry-picking-move-small-code-patches-across-branches Git cherry-picking]
=== UEFI ===
* [https://lists.fedoraproject.org/pipermail/devel/2014-April/197585.html (Not) reinstalling the bootloader]
=== Secure authentication and encryption ===
* [https://raymii.org/s/articles/Get_Started_With_The_Nitrokey_HSM.html Getting started with the Nitrokey HSM]
* [https://incenp.org/notes/2015/gnupg-for-ssh-authentication.html GnuPG for SSH authentication]
* [https://eklitzke.org/using-ssh-agent-and-ed25519-keys-on-gnome Using ssh-agent and ED25519 Keys on GNOME]
[[Category:Ambassadors from Poland]]

Revision as of 23:52, 2 December 2016

Contact info

Email: dominik AT greysector DOT net
IRC : Rathann, channels: #fedora-pl, #fedora-devel, #fedora-science
JID: rathann at jabber dot org

About me

I'm a professional system engineer. I like to keep things neat and tidy, so whenever I come across some software that I (or someone I know) need and that is missing from Fedora, I package it.

Fedora Contributions

Packages

The list of packages maintained by me can be found here.

The list of package reviews done by me is here.

Packages I'm currently working on are listed here

A nice interface to all my packages in all Fedora and EPEL branches.

Packager Sponsorship

I'm a sponsor and I'm always happy to sponsor people who show the necessary skill in creating packages. Contact me if you'd like me to help you become a Fedora Packager.

Here's a list of people I've sponsored so far and their packages. If they screw up, tell me.

Special Interest Groups and Committee membership

Community

Useful links

Dealing with TEXTRELs

SELinux

pkg-config

GIT in Fedora

UEFI

Secure authentication and encryption