| Memoria | Arranque en frío | Ejecución en caliente | Media |
|---|---|---|---|
| 128 MB | 1376.00 ms | 73.80 ms | 99.84 ms |
| 256 MB | 905.00 ms | 33.24 ms | 50.68 ms |
| 512 MB | 715.00 ms | 9.12 ms | 23.24 ms |
| 1024 MB | 610.00 ms | 7.14 ms | 19.20 ms |
| 2048 MB | 506.00 ms | 7.08 ms | 17.06 ms |
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
| GET-CimInstance -query "SELECT * from Win32_DiskDrive" | |
| wsl --mount \\.\PHYSICALDRIVE1 | |
| wsl --unmount \\.\PHYSICALDRIVE1 | |
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
| /****************************************************************************** | |
| * | |
| * Copyright(c) 2007 - 2017 Realtek Corporation. | |
| * | |
| * This program is free software; you can redistribute it and/or modify it | |
| * under the terms of version 2 of the GNU General Public License as | |
| * published by the Free Software Foundation. | |
| * | |
| * This program is distributed in the hope that it will be useful, but WITHOUT | |
| * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
Run natively Unreal Tournament Game Of The Year (GOTY) on Debian system.
UT is not dead! The install process is a bit cumbersome but the game has been published more than 20 years ago! Please let me know how it went for you and if you have any tips, please share :)
And most important, have fun!
(Tested on Debian Bullseye 64bits)
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
| #!/bin/bash | |
| if [ -z "$1" ]; then | |
| echo "usage: $0 user:password (from github)" | |
| exit 1 | |
| fi | |
| ROOT=/media/hdd/Development/LibreELEC.tv | |
| TARGET_ARCH="x" | |
| find $ROOT/packages -type f -name "package.mk" | while read line; do |
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
| systemctl stop kodi | |
| systemctl stop kodi-cleanlogs.service | |
| systemctl stop kodi.target | |
| systemctl stop graphical.target | |
| systemctl stop pulseaudio.service | |
| echo 1 > /sys/class/graphics/fb0/blank |
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
| systemctl start pulseaudio.service | |
| systemctl start graphical.target | |
| systemctl start kodi.target | |
| systemctl start kodi-cleanlogs.service | |
| systemctl start kodi | |
| echo 0 > /sys/class/graphics/fb0/blank |
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
| I'm not sure if entry 189 is correct... Should be 'ME' and 'RS' for Serbia and Montenegro |