Can all registered uses please login, even just for a few minutes..
It helps build a picture where our "good traffic" is coming from..
Thanks :)
It helps build a picture where our "good traffic" is coming from..
Thanks :)
exxos's linux mint install blog
- stephen_usher
- Site sponsor

- Posts: 7517
- Joined: Mon Nov 13, 2017 7:19 pm
- Location: Oxford, UK.
- Contact:
Re: exxos's linux mint install blog
Here are some scripts (shell+perl) which together will allow you to set the network address manually.
Edit the shell script and add the DNS servers and DNS search domain in the two shell variables near the beginning, save and then run as root. It'll ask you for the hostname to give the machine, the IP address, the netmask as a /8, /24 etc. number and the router address then delete the automatically generated interface and add the manual one.
Edit the shell script and add the DNS servers and DNS search domain in the two shell variables near the beginning, save and then run as root. It'll ask you for the hostname to give the machine, the IP address, the netmask as a /8, /24 etc. number and the router address then delete the automatically generated interface and add the manual one.
- Attachments
-
- manual-net.zip
- (1.13 KiB) Downloaded 26 times
Intro retro computers since before they were retro...
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
Re: exxos's linux mint install blog
Oh cool thanks. Will give it a try when I get home.stephen_usher wrote: Wed Jul 05, 2023 1:43 pm Here are some scripts (shell+perl) which together will allow you to set the network address manually..
Re: exxos's linux mint install blog
That helped a lot. It didn't change the MAC address, but I did it in the new wired connection again and it stuck this time it seems!exxos wrote: Wed Jul 05, 2023 4:35 pmOh cool thanks. Will give it a try when I get home.stephen_usher wrote: Wed Jul 05, 2023 1:43 pm Here are some scripts (shell+perl) which together will allow you to set the network address manually..
Also figured out the server (almost). Seems I ran it from the commandline before..
Code: Select all
wine GGDedicatedServerLauncher.exeSuppose a simple bash script would probably do the job anyway.
There also doesn't seem to be a tunbnail view in mint for images ?! Well aside from the current selection on the right, but thats no good for looking for images quickly
Re: exxos's linux mint install blog
So now..
How to just get it to auto run ?!
Code: Select all
#!/bin/sh
cd /home/chris/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/GasGuzzlersExtreme/Bin32
wine GGDedicatedServerLauncher.exeCode: Select all
chmod +x GGSERVER_LAUNCH.shHow to just get it to auto run ?!
Re: exxos's linux mint install blog
OK this is odd.
I guess I can hide the script away and just have the rocket one on desktop.
That works I guess. But now have 2 iconsYou can right click on the desktop and then click on "Create launcher here" from the context menu. Fill in the launcher name, the full path and filename of the script file
Re: exxos's linux mint install blog
Another odd thing is the fonts in chrome don't display correctly. I've setup chrome fonts and sizes the same as windows. But bold text in linux chrome is to bold and looks blurred. 
Seems others had similar issues https://bugs.chromium.org/p/chromium/is ... ?id=417338
Seems others had similar issues https://bugs.chromium.org/p/chromium/is ... ?id=417338
Re: exxos's linux mint install blog
Think I might know whats happening..
On left Linux, on right Windows.
Linux looks "to bold and blurry". Its more noticable on "exxos" and the main topic texts.
But windows seems to do this which I think is why it differs...
On left Linux, on right Windows.
Linux looks "to bold and blurry". Its more noticable on "exxos" and the main topic texts.
But windows seems to do this which I think is why it differs...
Re: exxos's linux mint install blog
This is chrome, firefox, windows. Look at the "weight" of "exxos" and look inside the "e" as you can see a improvement left to right..
Re: exxos's linux mint install blog
Found this forum thread talking about it:
Any of these 2 methods will drastically improve font rendering, Infinality will also mimic other OS's font rendering mechanism.
And your browser is also responsible, for some unknown reason Chrome is sub-par at font rendering, do try out Firefox, its simply good these days.
Also the Liberation Sans font is choppy(if on fedora[maybe other Linux's too] - reported bug but no action has been made yet)
EDIT - There are patents preventing these from enabled by default which is why its left to the users choice
Re: exxos's linux mint install blog
Thanks. I did try messing with every setting I could find but nothing seemed to make any difference other than the size of the font

