This commit is contained in:
ChocoTaco 2024-10-19 20:54:22 -04:00
parent 79a84b202e
commit 84eff5cb4e
2 changed files with 6 additions and 6 deletions

View file

@ -64,7 +64,7 @@ Tacoserver: [Tacoserver Github](https://github.com/ChocoTaco1/TacoServer)
nano ~/.vnc/xstartup
- Copy this inside xstartup, `ctrl-o` save, `ctrl-x` to exit. This says to start our desktop when we start our vnc
- Copy this inside xstartup at the end, `ctrl-o` save, `ctrl-x` to exit. This says to start our desktop when we start our vnc
#!/bin/bash
xrdb $HOME/.Xresources
@ -203,13 +203,13 @@ Tacoserver: [Tacoserver Github](https://github.com/ChocoTaco1/TacoServer)
- Adding an ftp server can also help with file management, granted you locked down the ports
- Higher Priorty: To allow your user to set a higher priority use add at the end of...
- Higher Priorty: To allow your user to set a higher priority use add at the end of... (I wouldnt recommend this on shared cpus)
sudo nano /etc/security/limits.conf
@t2server - nice -20
- New startup would be something with `nice -n -5` added...
New startup would be something with `nice -n -5` added...
nice -n -5 taskset -c 0 wineconsole Tribes2.exe -dedicated -mod Classic

View file

@ -63,7 +63,7 @@ Tacoserver: [Tacoserver Github](https://github.com/ChocoTaco1/TacoServer)
nano ~/.vnc/xstartup
- Copy this inside xstartup, `ctrl-o` save, `ctrl-x` to exit. This says to start our desktop when we start our vnc
- Copy this inside xstartup at the end, `ctrl-o` save, `ctrl-x` to exit. This says to start our desktop when we start our vnc
#!/bin/bash
xrdb $HOME/.Xresources
@ -202,13 +202,13 @@ Tacoserver: [Tacoserver Github](https://github.com/ChocoTaco1/TacoServer)
- Adding an ftp server can also help with file management, granted you locked down the ports
- Higher Priorty: To allow your user to set a higher priority use add at the end of...
- Higher Priorty: To allow your user to set a higher priority use add at the end of... (I wouldnt recommend this on shared cpus)
sudo nano /etc/security/limits.conf
@t2server - nice -20
- New startup would be something with `nice -n -5` added...
New startup would be something with `nice -n -5` added...
nice -n -5 taskset -c 0 wineconsole Tribes2.exe -dedicated -mod Classic