ivarstead

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ivarstead [2023/12/05 19:10] adminivarstead [2023/12/10 13:30] (current) – [References] admin
Line 3: Line 3:
   * Settings \ Appearance \ Auto-hide the Dock   * Settings \ Appearance \ Auto-hide the Dock
   * Settings \ Privacy \ Screen \ Automatic Screen Lock   * Settings \ Privacy \ Screen \ Automatic Screen Lock
 +
 +===== DATA1 =====
 +  - Delete existing partitions
 +  - Write changes
 +  - Create new partion(s)
 +  - Write changes
 +  - Initialise physical volume for LVM
 +  - Create Volume Group
 +  - Create Logical Volume, using 100% of FREE space
 +  - Make the filesystem
 +  - Add a line to fstab
 +  - Mount all drives
 +
 +<file>
 +fdisk /dev/sdc
 +pvcreate /dev/sdc1
 +vgcreate vgdata /dev/sdc1
 +lvcreate -l 100%FREE -n lvdata_1 vgdata
 +mkfs.ext4 /dev/vgdata/lvdata_1
 +mkdir /data1
 +nano /etc/fstab
 +mount -a
 +</file>
  
 ===== AnyDesk ===== ===== AnyDesk =====
Line 161: Line 184:
  
 ===== References ===== ===== References =====
 +[[https://www.tecmint.com/add-new-disks-using-lvm-to-linux/|How to Add New Disks Using LVM to an Existing Linux System]]
 +
 [[https://medium.com/@Dylan.Wang/how-to-fix-anydesk-of-display-server-not-supported-error-for-ubuntu-22-04-c98c44de89c0|How to Fix AnyDesk of Display_Server_Not_Supported Error for Ubuntu 22.04]] [[https://medium.com/@Dylan.Wang/how-to-fix-anydesk-of-display-server-not-supported-error-for-ubuntu-22-04-c98c44de89c0|How to Fix AnyDesk of Display_Server_Not_Supported Error for Ubuntu 22.04]]
  
  • ivarstead.1701774657.txt.gz
  • Last modified: 2023/12/05 19:10
  • by admin