The small linux problem thread

My guess, you need to escape the / because they are special characters in a RegEx:

rewrite ^\/#\/register$ /register

Works when testing:

Same for the location part directly under it.

I figured out that it was not my syntax. Apparently Nginx does not see anything after a # in a URL. So /#/register shows up as / to nginx.

So I am going to patch it in the application itself.

Mh yeah that would have been my second guess because that should be reserved to client-side in-page-anchors anyway (which is also why only 1 # is technically allowed in a URL).

1 Like

I just did not expect that it would be invisible to Nginx.

Is this for a single-page app?

Because the /#/register is by design.

It is for riot-web, but I am using a custom registration page.

aaaahhhhh, gotcha.

For anyone interested, Manjaro uses the Matcha theme and this is how you go about getting it:

https://www.addictivetips.com/ubuntu-linux-tips/install-the-matcha-theme-on-linux/

Install the prerequisites
sudo dnf install gtk-murrine-engine gtk2-engines git

get the theme
git clone https://github.com/vinceliuice/matcha.git

run the install script
./install.sh

Hi,

I created a separate thread (SELinux AVC denials for x2t and ldd when creating ONLYOFFICE documents, Nextcloud, ONLYOFFICE, LAMP stack, Please Help) in connection with the SELinux question. I also asked Nextcloud for help (https://help.nextcloud.com/t/selinux-avc-denials-for-x2t-and-ldd-when-creating-onlyoffice-documents-nextcloud-onlyoffice-lamp-stack-please-help/77108) and I asked Red Hat but I just canā€™t get this anywhere.

Can anyone give me some suggestions?

@nx2l I disabled Ipv6 on my router and now itā€™s working.

I laughed. I cried.

1 Like

Ah
The superior protocol

1 Like

I was having issues getting to sites the other day because of this. I canā€™t believe it didnā€™t click. Just seemed really unrelated.

IPv6 really is the better protocol.

Held back by programmers and network administrators who seem to go out of their way to screw it up, even when supporting it is easier than not.

1 Like

So i enabled the ACO flag on Mesa with:

RADV_PERFTEST=aco

The difference on proton games enormous! Shader caching no longer makes the game stutter unplayable for a while and CPU load no longer spikes, allot smoother!

Wish I have tried this sooner.

1 Like

Not really a ā€œproblemā€ per se, more of a question butā€¦

Whenever a new version of Fedora (KDE) comes out, I seem to miss it and donā€™t upgrade for a long time. There seems to be no notification of any kind in Fedora for new release versions (there is for package updates of course, just not for release versions). Am I missing a setting somewhere?

I also tried finding an RSS/Atom feed on the fedora blog or something, but they donā€™t have any by category, and I donā€™t really care for any of the other blog entries soā€¦ ideas?

There is an RSS feed on the Distrowatch Fedora page:

https://distrowatch.com/table.php?distribution=fedora

They list news and release announcements below reviews on that page. Assuming that the official spins come out in close proximity to the flagship version, it should be fairly easy to keep up. They also usually give an estimated release schedule that, while it commonly can be pushed back a few weeks, is listed on Distrowatch Weekly:

https://distrowatch.com/weekly.php?issue=20200406#upcoming

This way you can get a rough idea when a new release is coming months in advance.

1 Like

Thanks for this, it just feels odd there doesnā€™t seem to be an ā€œofficialā€ channel (except for the blog butā€¦)

The info on the second link comes from the different distroā€™s listed. If you follow the links and go through there you can find out a lot of info. The rabbit hole leads to:

https://fedorapeople.org/groups/schedule/

From there you can click on different past and future releases, which has a link for ā€˜spinsā€™ across the top. It lists expected release dates up to Fedora 36 on April 19, 2022. I donā€™t know exactly how they get their info (mailing lists Iā€™d presume), but from what Iā€™ve seen following Distrowatch it tends to be accurate aside from last minute postponements. Phoronix is another place that will usually share news and benchmarks surrounding the release of larger distroā€™s.

1 Like

Is there any safe way to reduce the size of my windows partition and give it to ubuntu?

Yes, it can be done (I donā€™t know how), but most persons install their Linux distro of choice either on a separate physical disk or a virtual machine. The danger of installing a Linux distro and Windows on the same physical drive Windows could overwrite your Linux distro.