$ids = array_unique(array_column($array2, 'users_id'));
$result = array_filter(
$array1,
function ($el) use ($ids) {
return !in_array($el['users_id'], $ids);
}
);
cpu:
AMD Ryzen 7 1700X Eight-Core Processor, 1980 MHz
AMD Ryzen 7 1700X Eight-Core Processor, 1953 MHz
AMD Ryzen 7 1700X Eight-Core Processor, 2940 MHz
AMD Ryzen 7 1700X Eight-Core Processor, 2217 MHz
AMD Ryzen 7 1700X Eight-Core Processor, 1906 MHz
AMD Ryzen 7 1700X Eight-Core Processor, 1897 MHz
AMD Ryzen 7 1700X Eight-Core Processor, 2006 MHz
AMD Ryzen 7 1700X Eight-Core Processor, 1833 MHz
AMD Ryzen 7 1700X Eight-Core Processor, 2096 MHz
AMD Ryzen 7 1700X Eight-Core Processor, 2046 MHz
AMD Ryzen 7 1700X Eight-Core Processor, 2410 MHz
AMD Ryzen 7 1700X Eight-Core Processor, 3445 MHz
AMD Ryzen 7 1700X Eight-Core Processor, 1811 MHz
AMD Ryzen 7 1700X Eight-Core Processor, 1836 MHz
AMD Ryzen 7 1700X Eight-Core Processor, 2441 MHz
AMD Ryzen 7 1700X Eight-Core Processor, 2050 MHz
keyboard:
/dev/input/event2 China Resource Semico USB Keyboard
mouse:
/dev/input/mice Logitech M105 Optical Mouse
graphics card:
nVidia GP108 [GeForce GT 1030]
sound:
nVidia GP108 High Definition Audio Controller
AMD Family 17h (Models 00h-0fh) HD Audio Controller
storage:
AMD FCH SATA Controller [AHCI mode]
Phison Electronics E12 NVMe Controller
AMD 400 Series Chipset SATA Controller
network:
enp8s0 Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
network interface:
enp8s0 Ethernet network interface
lo Loopback network interface
disk:
/dev/nvme0n1 Phison Electronics E12 NVMe Controller
/dev/sdb TOSHIBA DT01ACA1
/dev/sda TOSHIBA DT01ACA1
partition:
/dev/nvme0n1p1 Partition
/dev/nvme0n1p2 Partition
/dev/sdb1 Partition
/dev/sda1 Partition
usb controller:
AMD 400 Series Chipset USB 3.1 XHCI Controller
AMD Family 17h (Models 00h-0fh) USB 3.0 Host Controller
bios:
BIOS
bridge:
AMD 400 Series Chipset PCIe Port
AMD Family 17h (Models 00h-0fh) PCIe GPP Bridge
AMD Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
AMD Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 3
AMD 400 Series Chipset PCIe Bridge
AMD Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 1
AMD Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
AMD 400 Series Chipset PCIe Port
AMD Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
AMD FCH LPC Bridge
AMD Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
AMD Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 6
AMD Family 17h (Models 00h-0fh) Root Complex
AMD 400 Series Chipset PCIe Port
AMD Family 17h (Models 00h-0fh) Internal PCIe GPP Bridge 0 to Bus B
AMD Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 4
AMD Family 17h (Models 00h-0fh) PCIe GPP Bridge
AMD Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
AMD Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 2
AMD Family 17h (Models 00h-0fh) PCIe GPP Bridge
AMD Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 0
AMD 400 Series Chipset PCIe Port
AMD Family 17h (Models 00h-0fh) Internal PCIe GPP Bridge 0 to Bus B
AMD Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
AMD Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 7
AMD 400 Series Chipset PCIe Port
AMD Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 5
hub:
Genesys Logic hub
Linux Foundation 2.0 root hub
Linux Foundation 3.0 root hub
Linux Foundation 2.0 root hub
Genesys Logic 4-port hub
Linux Foundation 3.0 root hub
memory:
Main Memory
bluetooth:
Cambridge Silicon Radio Bluetooth Dongle (HCI mode)
unknown:
FPU
DMA controller
PIC
Keyboard controller
AMD Zeppelin/Renoir PCIe Dummy Function
AMD Family 17h (Models 00h-0fh) Platform Security Processor
AMD Zeppelin/Raven/Raven2 PCIe Dummy Function
AMD Family 17h (Models 00h-0fh) I/O Memory Management Unit
AMD FCH SMBus Controller
Serial controller
/dev/input/event3 China Resource Semico USB Keyboard
sudo chown -R myuser:www-data /home/*/lara/
sudo find . -type f -exec chmod 664 {} \;
sudo find . -type d -exec chmod 775 {} \;
sudo chgrp -R _www storage bootstrap/cache
sudo chmod -R ug+rwx storage bootstrap/cache