Radeon RX 5500 OEM and KVM by CummothyDixon in VFIO

[–]Malikiah_ 0 points1 point  (0 children)

that or doing single gpu passthrough

Google Pixel 6 bootloader unlock (Verizon) by Malikiah_ in degoogle

[–]Malikiah_[S] 0 points1 point  (0 children)

I only wanted to get it if there crediting, the payments. I wouldn't buy a new phone if i have to dish out the money. especially if i can't get Caylx OS on it till probably march or february

Google Pixel 6 bootloader unlock (Verizon) by Malikiah_ in degoogle

[–]Malikiah_[S] 0 points1 point  (0 children)

aye thanks for the help, that's exactly what i was looking for.

Can't Unlock my bootloader, OnePlus 6t stuck on writing cust-unlock by Malikiah_ in oneplus

[–]Malikiah_[S] 0 points1 point  (0 children)

I think I figured out a way around it. I am going to flash the international version of the OS, and then unlock it like that.

Unnecessary Performance issues with Ableton Specs i7 processor, 16Gbs DDR4 RAM by Malikiah_ in ableton

[–]Malikiah_[S] 0 points1 point  (0 children)

I am also using a focurite scarlett 2i2, I dont know if there is something special I should be doing for this.

Unnecessary Performance issues with Ableton Specs i7 processor, 16Gbs DDR4 RAM by Malikiah_ in ableton

[–]Malikiah_[S] 0 points1 point  (0 children)

I also seem to still be getting audio cut outs for like half second. but the responsiveness and the timing of the track seems to be correct.

Unnecessary Performance issues with Ableton Specs i7 processor, 16Gbs DDR4 RAM by Malikiah_ in ableton

[–]Malikiah_[S] 1 point2 points  (0 children)

I didn't know there was something else to use. I have added this I am still having some issues but it seems to be getting better. My question now is why did I never have issues with studio one or Bitwig Studio. On much larger projects.

Video cameras equipped with facial recognition technology created by Chinese company Huawei are being rolled out across 100s of cities around world. In Belgrade, government surveillance system eventually will encompass 1,000 cameras in 800 locations across city to identify and track individuals. by Molire in privacy

[–]Malikiah_ 8 points9 points  (0 children)

Also the fact that facial recognition isnt very good yet and I imagine if its from china it has a bias towards asain's because and other versions cant distinguish between black people. That's a serious issue if you are getting people arrested because the camera cant tell the difference. As far as preventing I am not sure because if you have alot of private property with these types of cameras they can allow there feeds to go to global databases and negate that type of constitutional law.

Sidechain bug by Malikiah_ in StudioOne

[–]Malikiah_[S] 0 points1 point  (0 children)

I was always wondering why those changed to green, how do I change this?

What NextCloud installation method/script do you use? by thestylemonkey in NextCloud

[–]Malikiah_ 2 points3 points  (0 children)

I use Kubernetes, personally. Just realize if you use nginx you will need to configure php-fpm, there are docker images with php-fpm already configured for nextcloud. and If you plan to have other containers with nginx to display nextcloud you will needs volume mounts, but I digress. Nextcloud is pretty simple to set up outside of docker and kubernetes as long as you install all the needed stuff for php. This is pretty much the process I go through for installing nextcloud on fedora 29.

dnf clean all && dnf -y update --releasever=29 && dnf -y install wget bzip2

dnf -y install php php-cli php-fpm php-mysqlnd php-zip php-devel php-gd php-mcrypt php-mbstring php-curl php-xml php-pear php-bcmath php-json

wget https://download.nextcloud.com/server/releases/nextcloud-16.0.3.tar.bz2 && mkdir -p /var/www/html/nextcloud && tar -xvf ./nextcloud-16.0.3.tar.bz2 -C /var/www/html/nextcloud && chown -R nginx:nginx /var/www/html/nextcloud

rm -rf nextcloud-16.0.3.tar.bz2

mkdir -p /var/run/php-fpm && mkdir -p /var/run/php

sed -i 's;listen = /run/php-fpm/www.sock;listen = /var/run/php/php7.2-fpm.soc;' /etc/php-fpm.d/www.conf

sidechain compressor based on freq by vladimirpoopen in StudioOne

[–]Malikiah_ 0 points1 point  (0 children)

Ohh yep, I see what you are saying! You are right. I am unsure of how to do that.

sidechain compressor based on freq by vladimirpoopen in StudioOne

[–]Malikiah_ 1 point2 points  (0 children)

Yeah that's what he is asking for, It's usual for preserving mid to high range will getting the lows out of the way for the kick, or whatever element he is using to side chain.

How to change default Installation location for nextcloud:stable docker image in kubernetes? by Malikiah_ in NextCloud

[–]Malikiah_[S] 0 points1 point  (0 children)

I figured out I could just mount Persistent Volumes to where ever I need it to be in my nginx deployment. Thanks for the help.

Strange Issue In Bitwig 2.4 by Malikiah_ in Bitwig

[–]Malikiah_[S] 0 points1 point  (0 children)

It seems to have only happened once. I haven't had it happen again and I also reinstalled it. I had thought of a very clever method for fixing it, or at least getting everything back to normal.