Port forwarding
Open ports (udp)
2456 2457 2458 27060Uncomplicated Firewall
sudo ufw allow 2456/udpPort forwarding
Open ports (udp)
2456 2457 2458 27060Uncomplicated Firewall
sudo ufw allow 2456/udp| content_type = ContentType.objects.get(app_label='', model='') | |
| #get all permssions for this model | |
| perms = Permission.objects.filter(content_type=content_type) | |
| group = Group.objects.get(name='') | |
| for p in perms: | |
| group.permissions.add(perms) |
| /* Solarized Dark | |
| For use with Jekyll and Pygments | |
| http://ethanschoonover.com/solarized | |
| SOLARIZED HEX ROLE | |
| --------- -------- ------------------------------------------ | |
| base03 #002b36 background | |
| base01 #586e75 comments / secondary content |