Skip to content

pedroduartecosta/FedoraTricks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

#FedoraTricks

##Create a Desktop entry Add a .desktop file to /usr/share/applications/

[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=GitKraken
Comment=GitKraken
Exec=/usr/share/GitKraken/gitkraken
Icon=/usr/share/GitKraken/gitkraken.png

##Allow VPN connections in firewall

firewall-cmd --permanent --direct --add-rule ipv4 filter INPUT 0 -p gre -j ACCEPT
firewall-cmd --permanent --direct --add-rule ipv6 filter INPUT 0 -p gre -j ACCEPT
firewall-cmd --reload

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published