Este blog é como um sótão....um local para guardar... Links Textos etc... Tudo o que um dia poderá fazer falta.
sexta-feira, maio 29, 2020
quinta-feira, maio 28, 2020
quarta-feira, maio 27, 2020
trackmania ecrã em branco
Tutorial
1. Edit Nadeo.ini -file (this is the default installation path, your game files might be elsewhere.)
2. Find a row with "Distro=XXXXX". Delete contents after "Distro=" and change it to "Distro=MILIN". Save and close the file.
3. Download the update file (it says "United Forever" but it doesn't matter, it works great with TM Nations too)
4. Install the patch and point it to your Trackmania Nations Forever folder, for example:
5. That's it! When the installation is finished, you are ready to play the game. Depending on what the problem was, the game should work well now.
C:\Program Files\(x86)\Steam\steamapps\common\TrackMania Nations Forever\Nadeo.ini
2. Find a row with "Distro=XXXXX". Delete contents after "Distro=" and change it to "Distro=MILIN". Save and close the file.
3. Download the update file (it says "United Forever" but it doesn't matter, it works great with TM Nations too)
http://files2.trackmaniaforever.com/TmUnitedForever_Update_2010-03-15_Setup.exe
4. Install the patch and point it to your Trackmania Nations Forever folder, for example:
C:\Program Files\(x86)\Steam\steamapps\common\TrackMania Nations Forever
5. That's it! When the installation is finished, you are ready to play the game. Depending on what the problem was, the game should work well now.
segunda-feira, maio 25, 2020
sexta-feira, maio 22, 2020
quinta-feira, maio 21, 2020
Converter uma imagem em vídeo, com o ffmpeg
ffmpeg -loop 1 -i in.png -c:v libx264 -t 7 -pix_fmt yuv420p -vf scale=X:Y viper5000.mp4
quarta-feira, maio 20, 2020
Torne o apt mais rápido
remover as traduções
sudo nano /etc/apt/apt.conf.d/99translations
E adicione a linha:
Acquire::Languages "none";
sudo rm -rf /var/lib/apt/lists/*
sudo apt update
sudo apt upgrade
2 remover os dados de 32bitds
sudo nano /etc/apt/sources.list
ANTES
ANTES
deb http://repositório de sua distro
no meu caso
deb http://deb.debian.org/debian buster main
DEPOIS
deb [arch=amd64] http://repositório de sua distro
DEPOIS
deb [arch=amd64] http://repositório de sua distro
sudo rm -rf /var/lib/apt/lists/*
sudo apt update
sudo apt upgrade