Danila Vershinin

Results 75 comments of Danila Vershinin

+1 for package managers on other OS. Because iTerm2 is more likely to be used against a remote non-OSX system (e.g. Linux). And to be well accepted for packagers, it...

If someone is interested, I've built packages for RHEL 7, 8: * [`iterm2-shell-integration-bash`](https://extras.getpagespeed.com/redhat/8/noarch/repoview/iterm2-shell-integration-bash.html) ([`.spec` here](https://github.com/GetPageSpeed/iterm2-shell-integration-bash-rpm)) - installs shell integration to `profile.d` (thus, should work for all users) * [`iterm2-utilities`](https://extras.getpagespeed.com/redhat/8/noarch/repoview/iterm2-utilities.html) ([`.spec`...

@gnachman would be great if you could create another repo, e.g. `gnachman/iterm2-server-integration` and move both the `source/utilities` and `source/shell_integration` from here to the newly created repo. Then tag a stable...

Sorry if I wasn't clear enough. Packages are created from official source tarballs. ## If things stay in this single repo * It means that a package's source RPM (e.g....

CentOS/RHEL packages are available in the *commercial* repository by GetPageSpeed, e.g. [for CentOS 7](https://extras.getpagespeed.com/redhat/7/x86_64/repoview/nginx-module-ajp.html). Supported platforms: NGINX stable/mainline on CentOS 6, 7, 8.

With: ``` sudo dnf -y install https://extras.getpagespeed.com/release-el8-latest.rpm sudo dnf install duplicati-2.0.5.0-2.0.5.0_experimental_20200103.noarch.rpm ``` ![image](https://user-images.githubusercontent.com/250071/71771149-c6a35d80-2f47-11ea-84cb-f398f45230b0.png) You can install it.. :)

@gpeddev you would then need to raise a ticket [here](https://bugzilla.redhat.com/index.cgi) for them to build all the missing libraries.

My observations of actual niceness level with XMRig 6.12.1 and `cpu->priority` values in `config.json`: * 0 sets the nice level to 5 * 1 sets the nice level to 0...

@SChernykh [not so](https://github.com/xmrig/xmrig/blob/v6.12.1/src/base/kernel/Platform_unix.cpp#L109-L127) in the current release 6.12.1. Still, in the master branch, it's not possible to go nice level 20 or -19. I think most people prefer to go...

@SChernykh apologies then. I see. And yet the actual nice level is like I said: 5 for priority 0. ![image](https://user-images.githubusercontent.com/250071/118805266-66982780-b8ae-11eb-8e4e-c966ee89777d.png) ![image](https://user-images.githubusercontent.com/250071/118805320-77489d80-b8ae-11eb-9d7b-25f962708987.png) I don't have much glue how with that code...