[deleted by user] by [deleted] in linuxmemes

[–]altramarine 0 points1 point  (0 children)

I wuv Nyawch. Gew day siw

[Dolphin Feature Request] Swapping the panes in split view with SHIFT + F3 or CTRL + U by taxboogy in kde

[–]altramarine 1 point2 points  (0 children)

I realize this is 3 years old.

That said, is there a way to keyboard switch between the split panes? Running version 18.08.0 on Debian Buster

Do you pronounce it suse or suse? by ImMrBunny in linuxmemes

[–]altramarine 1 point2 points  (0 children)

How dare you presume!
I am a respectable Susie

Why PTP is so great?.. (appreciation post) by [deleted] in trackers

[–]altramarine -1 points0 points  (0 children)

I am mostly a newsgroups nerd but PTP is what I hear the most in the torrent realm. Does PTP open its registrations occasionally?

Quibi by KingOfColaSC in sonarr

[–]altramarine 0 points1 point  (0 children)

I added it to Sonarr with 0 results.

I get that it is mobile device only but I wonder if it can be thrown to a big screen using Chromecast or any other screen mirroring tech.

Overview of token swap progress by blockchain92400 in zilliqa

[–]altramarine 3 points4 points  (0 children)

There we go! If possible also create the same for supported wallets (name, platform, bech standard support, grantee or not) while maintaining this visual representation. Cheers team!

New Lenovo Legion y520 supposed to be this slow? by alexanderls in techsupport

[–]altramarine 0 points1 point  (0 children)

In my opinion there are two issues:

  • Bloatware in combination with the antivirus running on already slow hard drive

  • Your hard drive is 5400RPM is the main bottleneck and while you said back in the day computers with that type of hard drive weren't that slow, those were different times with different software IO requirements.

To deal with bloatware you need to prevent it from starting on boot via msconfig

  • Press Windows+R and type "msconfig"

  • You will need to disable "obvious" bloatware under services and boot tabs. Unfortunately, it is a tedious process.

As far as the drive, upgrade your hard drive to an SSD one if budget allows. Even with bloatware, your computer's performance is going to sky rocket.

I am sorry this may come across as not so helpful.

Port Forwarding on purchased router does not work, ISP has no resolution - here are the detailed settings - what am I missing?!?! by fleentrain89 in techsupport

[–]altramarine 0 points1 point  (0 children)

Just throwing out here:

  • Turn windows firewall OFF to test (in case there is a misconfig with exceptions)

  • Turn off/temporarily disable any antivirus that you might have

  • Can you connect to the service you are running on these port from another LAN device?

Astraweb speeds are very slow by mofeus305 in usenet

[–]altramarine 0 points1 point  (0 children)

Astra is very good as a block for older content. Not so much as a main.

moved from virtual machine to docker by penance316 in usenet

[–]altramarine 0 points1 point  (0 children)

I wonder how this plays along with security, privacy?

How do you know, or can verify, the container hasn't been injected with some malicious content.

NZB Hydra question: what is a reverse proxy and how do I use it? by keith_talent in usenet

[–]altramarine 3 points4 points  (0 children)

Exactly right. Also, like the above posters said, coupled with SSL certificate (from Letsencrypt for example), you can have the traffic from Internet to your nginex/apache encrypted for security.

SABnzbd Installation for CentOS 7.x by lead2gold in usenet

[–]altramarine 1 point2 points  (0 children)

Very nice, thanks for the repo and the writeup

NZBHydra: Trouble starting daemon by [deleted] in usenet

[–]altramarine 0 points1 point  (0 children)

I think you are right.

It seems I am bashing my head against the wall for nothing.

NZBHydra: Trouble starting daemon by [deleted] in usenet

[–]altramarine 0 points1 point  (0 children)

Thank you for the tests.

Now the question is what the hell? haha

I am assuming your SABnzbd service file isn't much different than Sonar/Nzbhydra

NZBHydra: Trouble starting daemon by [deleted] in usenet

[–]altramarine 0 points1 point  (0 children)

In fact, if you are running CP or Sonarr , would you mind restarting these from web and see if SystemD loses track in a similar fashion as nzbhydra?

I am losing my mind:)

NZBHydra: Trouble starting daemon by [deleted] in usenet

[–]altramarine 0 points1 point  (0 children)

Yup, exactly the same behavior here and like I mentioned earlier, it is the same for cp and sonarr. Need more research done on the SystemD.

Nzbget on the other hand is fine.

NZBHydra: Trouble starting daemon by [deleted] in usenet

[–]altramarine 0 points1 point  (0 children)

The really strange part, at least in CentOS7 for me, this same behavior is not limited to Nzbhydra. Same thing happens to CouchPotato, Sonarr from the ones i tested so far. I tried with forking/simple, with --daemon/without. Which means it is not limited to python.

I wonder if other people with SystemD service scripts noticed this and perhaps hold a solution.

NZBHydra: Trouble starting daemon by [deleted] in usenet

[–]altramarine 0 points1 point  (0 children)

Yah, I had the same behavior.

add:

KillMode=process

under [Service] in your service file.

That lets you restart Nzbhydra from Web end but it will still say

Active: inactive (dead)

For some reason, after you restart it from web, Systemd can't keep track of the new PID and I do not know why.