This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #define _POSIX_C_SOURCE 200112L | |
| #include <errno.h> | |
| #include <assert.h> | |
| #include <stdio.h> | |
| #include <fcntl.h> | |
| #include <limits.h> | |
| #include <stdbool.h> | |
| #include <math.h> | |
| #include <string.h> | |
| #include <sys/mman.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/plugins/gtkui/fileman.c b/plugins/gtkui/fileman.c | |
| index 00d334ee..1b8b7654 100644 | |
| --- a/plugins/gtkui/fileman.c | |
| +++ b/plugins/gtkui/fileman.c | |
| @@ -315,28 +315,24 @@ set_file_filter (GtkFileChooser *dlg, const char *name) { | |
| if (!name) { | |
| name = _("Supported sound formats"); | |
| } | |
| - static char extlist[10000]; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "app-id": "com.hostfission.looking-glass", | |
| "branch": "stable", | |
| "runtime": "org.freedesktop.Platform", | |
| "runtime-version": "18.08", | |
| "sdk": "org.freedesktop.Sdk", | |
| "command": "looking-glass-client", | |
| "finish-args": [ | |
| "--share=ipc", | |
| "--device=dri", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| // Use IntelliSense to learn about possible attributes. | |
| // Hover to view descriptions of existing attributes. | |
| // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
| "version": "0.2.0", | |
| "app-id": "", | |
| "configurations": [ | |
| { | |
| "name": "(gdb) Launch", | |
| "type": "cppdbg", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "app-id": "music.deadbeef.player", | |
| "runtime": "org.gnome.Platform", | |
| "runtime-version": "3.32", | |
| "sdk": "org.gnome.Sdk", | |
| "command": "/app/deadbeef", | |
| "finish-args": [ | |
| "--share=ipc", | |
| "--socket=x11", | |
| "--socket=wayland", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Example misc plugin for the DeaDBeeF audio player | |
| written using the D programming language | |
| Copyright (C) 2017 Nicolai Syvertsen <[email protected]> | |
| This program is free software; you can redistribute it and/or | |
| modify it under the terms of the GNU General Public License | |
| as published by the Free Software Foundation; either version 2 | |
| of the License, or (at your option) any later version. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <network trustGuestRxFilters='yes'> | |
| <name>direct-macvtap</name> | |
| <uuid>c3e12a99-3047-4486-9861-fa22b6c32e54</uuid> | |
| <forward dev='enp8s0' mode='bridge'> | |
| <interface dev='enp8s0' /> | |
| </forward> | |
| </network> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| client | |
| dev tun | |
| proto udp | |
| . | |
| . | |
| . | |
| # !! Need to use LAN address when connecting from inside the LAN using UDP | |
| remote 192.168.1.1 1194 | |
| # !! Also need to fix route |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| REM Fire up bash on windows to run our ssh client with port forwarding and a master control socket | |
| REM using /b to background the task | |
| start /b bash.exe -c "ssh -N -L127.0.0.1:3390:10.0.0.8:3389 -M -S ~/.rdp-ssh.socket [email protected]" | |
| REM start RDP client and wait for it to close | |
| start /wait mstsc.exe /v:127.0.0.1:3390 | |
| REM send stop signal to our ssh client | |
| bash.exe -c "ssh -O stop -S ~/.rdp-ssh.socket [email protected]" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Match] | |
| Name=enp7s0 | |
| [Network] | |
| Address=192.168.1.60/24 | |
| Gateway=192.168.1.1 | |
| DNS=192.168.1.1 | |
| Address=2a01:79d:7377:900c::2/64 | |
| Gateway=fe80::e23f:49ff:fe99:7000 |