luto
luto
@Sgt-Nukem that's in fact what the documented `restorecon -R` command does when you execute it: it sets ` httpd_sys_content_t` according to the SELinux policy: ``` [root@stardust ~]# semanage fcontext --list...
github claims that "this branch cannot be rebased due to conflicts", so I held off for now. Didn't take a look at the actual problem yet, though.
@joni1993 Having one filter field per object type (i.e. one for devices and one for VMs) would be nice. What do you think?
Hi Vincent! No, sorry. I abandoned the project because of the lack of GPG support in ruby at the time. Best of luck! I hope things have improved.
@sachinswaghel don't mention random people on github. Just post in the issue, people who are watching will be notified even if you don't mention them.
I guess this is the "official one": https://github.com/atom/tree-view/blob/master/keymaps/tree-view.cson ``` cson .platform-darwin': 'cmd-\\': 'tree-view:toggle' '.platform-win32, .platform-linux': 'ctrl-\\': 'tree-view:toggle' ```
The project says "YOU SHOULD NOT RUN THIS ON LINUX", but does not provide any reasons, except for there being a presumably faster/better kernel module. Can you please take a...
The original wireguard won't work, because it requires a kernel module. The Go version linked above could work, if you want to give it a try and write a guide!
The rust and go implementations need to create TUN devices just like the in-kernel one. We cannot allow users to modify the network configuration. So wireguard won't work on an...
Related issues: * [django #27316](https://code.djangoproject.com/ticket/27316), not quite the same, but pytest reuses some of django's code for `live_server? * [stackoverflow question](https://stackoverflow.com/questions/20619846/djangos-liveservertestcase-always-fails-due-to-conflicting-address-despite-a) * [django #27596](https://code.djangoproject.com/ticket/27596) A workaround is to adapt `django.test.testcases.LiveServerThread._create_server`...