diff --git a/files/applications-list.csv b/files/applications-list.csv new file mode 100644 index 0000000..8380b4a --- /dev/null +++ b/files/applications-list.csv @@ -0,0 +1,4 @@ +GROUP;APPLICATION;DESCRIPTION +Plank dock-panel;plank.desktop;Universal macOS-style dock-panel +Conky monitor;conky.desktop;System monitor +Hostalive;check-hostalive.desktop;Check the internet is alive \ No newline at end of file diff --git a/files/groups-list.csv b/files/groups-list.csv index 0e13992..2b46ae8 100644 --- a/files/groups-list.csv +++ b/files/groups-list.csv @@ -32,4 +32,4 @@ Office;Browser;ubm-firefox;Firefox and some plugins Office;Browser;ubm-yandex-browser;Yandex Browser and some utils Virtualization;QEMU;ubm-qemu;QEMU, manager and utils Virtualization;VirtualBox;ubm-virtualbox-host;VirtualBox and extension packs -Virtualization;Vmware Workstation;ubm-vmware-workstation17;Vmware Workstation 17 +Virtualization;Vmware Workstation;ubm-vmware-workstation17;Vmware Workstation 17 \ No newline at end of file diff --git a/files/network-list.csv b/files/network-list.csv index aeb75c4..dc8b9cc 100644 --- a/files/network-list.csv +++ b/files/network-list.csv @@ -42,4 +42,4 @@ VPN;pppoe3 Bridge;br0 Bridge;br1 Bridge;br2 -Bridge;br3 +Bridge;br3 \ No newline at end of file diff --git a/files/services-list.csv b/files/services-list.csv index 0aaf449..6904721 100644 --- a/files/services-list.csv +++ b/files/services-list.csv @@ -8,4 +8,4 @@ CUPS;cups;Is a modular printing system for Unix-like computer operating systems Samba;smb,nmb;Provides network shares for folders and printers using the SMB/CIFS protocol commonly used on Windows. SMB and NMB Daemon Samba winbind;winbind;Provides network shares for folders and printers using the SMB/CIFS protocol commonly used on Windows. Winbind Daemon SwapSpace;swapspace;Operating system dynamic swap file management service -Bluetouth;bluetooth;A Service is a container for logically related Bluetooth data items +Bluetouth;bluetooth;A Service is a container for logically related Bluetooth data items \ No newline at end of file diff --git a/files/vfs-list.csv b/files/vfs-list.csv new file mode 100644 index 0000000..4528066 --- /dev/null +++ b/files/vfs-list.csv @@ -0,0 +1,9 @@ +VFS_NAME;VFS_DESCRIPTION;VFS_CONFIG;VFS_MIN;VSF_PATITY +RAID0;RAID 0 (Striping). Combines two or more drives to increase read/write speed. Failure of one disk leads to a complete loss of all data.;raid0;2; +RAID1;RAID 1 (Mirroring). Data is written identically to two or more drives.;raid1;2;2 +RAID4;RAID 4 (Striping with dedicated parity). It uses block striping of data across multiple disks and a dedicated parity disk to ensure fault tolerance.;raid4;2; +RAID5;RAID 5 (Striping with distributed parity). Data striping with a checksum distributed over all disks (parity). It allows you to survive a single disk failure without data loss, but requires at least 3 disks and suffers from slower writes.;raid5;3; +RAID6;RAID 6 (Striping with double distributed parity). It provides high fault tolerance, allowing you to survive the simultaneous failure of two disks by using two independent parity schemes (P and Q) distributed across all disks.;raid6;2; +RAID10;RAID 1+0 (Striping from of mirrored drives). Combines mirroring (RAID 1) for reliability and interleaving (RAID 0) for performance. It requires at least 4 disks (an even number), creating mirrored pairs (RAID 1), which are then combined into a single array using striping (RAID 0).;raid10;4;2 +LVM;LVM (Logical Volume Manager). Allows you to flexibly combine multiple disks or partitions into shared pools (volume groups, VG) and create logical volumes (LV) from them.;lvm;2; +LVM DYNAMIC;LVM DYNAMIC (Logical Volume Manager DYNAMIC). Allows you to flexibly dynamically combine multiple disks or partitions into shared pools (volume groups, VG) and dynamically create logical volumes (LV) from them.;lvm_dynamic;2; \ No newline at end of file