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
| #!/data/data/com.termux/files/usr/bin/bash | |
| # Kill open X11 processes | |
| kill -9 $(pgrep -f "termux.x11") 2>/dev/null | |
| # Enable PulseAudio over Network | |
| pulseaudio --start --load="module-native-protocol-tcp auth-ip-acl=127.0.0.1 auth-anonymous=1" --exit-idle-time=-1 | |
| # Prepare termux-x11 session | |
| export XDG_RUNTIME_DIR=${TMPDIR}/runtime-$(whoami) |
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
| #on termux | |
| pkg install vulkan-loader-android virglrenderer-android | |
| virgl_test_server_android & | |
| #inside proot | |
| balooctl6 disable | |
| balooctl6 purge | |
| kwriteconfig6 --file startkderc --group General --key systemdBoot false | |
| sudo pacman -S unzip mesa vulkan-icd-loader vulkan-headers | |
| wget https://github.com/MatrixhKa/mesa-turnip/releases/download/24.1.0/mesa-turnip-kgsl-24.1.0-devel.zip |
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
| #!/data/data/com.termux/files/usr/bin/bash | |
| # Kill open X11 processes | |
| kill -9 $(pgrep -f "termux.x11") 2>/dev/null | |
| # Enable PulseAudio over Network | |
| pulseaudio --start --load="module-native-protocol-tcp auth-ip-acl=127.0.0.1 auth-anonymous=1" --exit-idle-time=-1 | |
| # Prepare termux-x11 session | |
| export XDG_RUNTIME_DIR=${TMPDIR}/runtime-$(whoami) |
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
| "The XKEYBOARD keymap compiler (xkbcomp) reports:" | |
| "> "Warning: Could not resolve keysym XF86OK | |
| "> "Warning: Could not resolve keysym XF86GoTo | |
| "> "Warning: Could not resolve keysym XF86VendorLogo | |
| "> "Warning: Could not resolve keysym XF86MediaSelectProgramGuide | |
| "> "Warning: Could not resolve keysym XF86MediaSelectProgramGuide | |
| "> "Warning: Could not resolve keysym XF86MediaSelectHome | |
| "> "Warning: Could not resolve keysym XF86MediaLanguageMenu | |
| "> "Warning: Could not resolve keysym XF86MediaTitleMenu | |
| "> "Warning: Could not resolve keysym XF86AudioChannelMode |
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
| "The XKEYBOARD keymap compiler (xkbcomp) reports:" | |
| "> "Warning: Could not resolve keysym XF86OK | |
| "> "Warning: Could not resolve keysym XF86GoTo | |
| "> "Warning: Could not resolve keysym XF86VendorLogo | |
| "> "Warning: Could not resolve keysym XF86MediaSelectProgramGuide | |
| "> "Warning: Could not resolve keysym XF86MediaSelectProgramGuide | |
| "> "Warning: Could not resolve keysym XF86MediaSelectHome | |
| "> "Warning: Could not resolve keysym XF86MediaLanguageMenu | |
| "> "Warning: Could not resolve keysym XF86MediaTitleMenu | |
| "> "Warning: Could not resolve keysym XF86AudioChannelMode |
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
| "The XKEYBOARD keymap compiler (xkbcomp) reports:" | |
| "> "Warning: Could not resolve keysym XF86OK | |
| "> "Warning: Could not resolve keysym XF86GoTo | |
| "> "Warning: Could not resolve keysym XF86VendorLogo | |
| "> "Warning: Could not resolve keysym XF86MediaSelectProgramGuide | |
| "> "Warning: Could not resolve keysym XF86MediaSelectProgramGuide | |
| "> "Warning: Could not resolve keysym XF86MediaSelectHome | |
| "> "Warning: Could not resolve keysym XF86MediaLanguageMenu | |
| "> "Warning: Could not resolve keysym XF86MediaTitleMenu | |
| "> "Warning: Could not resolve keysym XF86AudioChannelMode |
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
| "The XKEYBOARD keymap compiler (xkbcomp) reports:" | |
| "> "Warning: Could not resolve keysym XF86OK | |
| "> "Warning: Could not resolve keysym XF86GoTo | |
| "> "Warning: Could not resolve keysym XF86VendorLogo | |
| "> "Warning: Could not resolve keysym XF86MediaSelectProgramGuide | |
| "> "Warning: Could not resolve keysym XF86MediaSelectProgramGuide | |
| "> "Warning: Could not resolve keysym XF86MediaSelectHome | |
| "> "Warning: Could not resolve keysym XF86MediaLanguageMenu | |
| "> "Warning: Could not resolve keysym XF86MediaTitleMenu | |
| "> "Warning: Could not resolve keysym XF86AudioChannelMode |
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
| . | |
| ├── Season 01 | |
| │ ├── Daredevil - Born Again - S01E01 - Heaven's Half Hour WEBDL-1080p.mkv | |
| │ ├── Daredevil - Born Again - S01E01 - Heaven's Half Hour WEBDL-1080p.nfo | |
| │ ├── Daredevil - Born Again - S01E02 - With Interest WEBDL-1080p.mkv | |
| │ ├── Daredevil - Born Again - S01E02 - With Interest WEBDL-1080p.nfo | |
| │ └── season.nfo | |
| └── tvshow.nfo | |
| 2 directories, 6 files |
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
| ###version: '3' | |
| name: mediaserver | |
| services: | |
| jellyfin: | |
| extends: | |
| file: mediaserver-common.yaml | |
| service: common | |
| container_name: jellyfin | |
| #image: tccr.io/truecharts/jellyfin |
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
| The time when unit became active or started is printed after the "@" character. | |
| The time the unit took to start is printed after the "+" character. | |
| graphical.target @18.262s | |
| └─multi-user.target @18.261s | |
| └─docker.service @8.872s +9.389s | |
| └─containerd.service @8.532s +311ms | |
| └─network.target @8.512s | |
| └─netctl@eth0\x2dnuc.service @5.522s +2.989s | |
| └─network-pre.target @5.488s |
NewerOlder