software:linux:ubuntu
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| software:linux:ubuntu [2023/12/11 01:25] – [Ubuntu] superwizard | software:linux:ubuntu [2024/07/14 00:51] (current) – [DRM] superwizard | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ------------------------------------------------------------------------------------------------------------------------------------------------\\ | ------------------------------------------------------------------------------------------------------------------------------------------------\\ | ||
| + | |||
| + | |||
| + | ====== DRM ====== | ||
| + | |||
| + | 2024-07-11 | ||
| + | |||
| + | <WRAP center round box > | ||
| + | set play DRM on | ||
| + | |||
| + | |||
| + | |||
| + | Run the following commands | ||
| + | |||
| + | sudo apt install libavcodec-extra | ||
| + | This was already installed | ||
| + | |||
| + | If not already then do | ||
| + | sudo apt install ubuntu-restricted-extras | ||
| + | |||
| + | https:// | ||
| + | |||
| + | Last thing i did was | ||
| + | |||
| + | git clone https:// | ||
| + | |||
| + | |||
| + | </ | ||
| ====== fsck root when ubuntu will not boot ====== | ====== fsck root when ubuntu will not boot ====== | ||
| Line 8: | Line 35: | ||
| 2023-12-10 | 2023-12-10 | ||
| + | |||
| + | hold space bar to get to Grub menu | ||
| + | select recovery | ||
| + | |||
| fsck / | fsck / | ||
| | | ||
| Line 14: | Line 45: | ||
| </ | </ | ||
| + | |||
| + | |||
| + | ====== fsck the file system ====== | ||
| + | |||
| + | <WRAP center round box > | ||
| + | 2023-12-10 | ||
| + | |||
| + | In older versions of Ubuntu, fsck used to work from the Recovery Mode. | ||
| + | | ||
| + | so fsck no longer works. | ||
| + | |||
| + | | ||
| + | boot to a Ubuntu Live DVD/USB in “Try Ubuntu” mode | ||
| + | open a terminal window by pressing Ctrl+Alt+T | ||
| + | type sudo fdisk -l | ||
| + | identify the /dev/sdXX device name for your "Linux Filesystem" | ||
| + | type sudo fsck -f /dev/sdXX, replacing sdXX with the number you found earlier | ||
| + | repeat the fsck command if there were errors | ||
| + | type reboot | ||
| + | | ||
| + | | ||
| + | |||
| + | </ | ||
| + | |||
| ====== xRDP for remote access to Ubuntu ====== | ====== xRDP for remote access to Ubuntu ====== | ||
| Line 67: | Line 122: | ||
| | | ||
| you meant that you installed too). From terminal (CTRL+ALT+T) | you meant that you installed too). From terminal (CTRL+ALT+T) | ||
| - | run sudo apt-get install -y ubuntu-restricted-extras | + | |
| + | run | ||
| + | | ||
| + | |||
| stay there until installation completes, | stay there until installation completes, | ||
| when it asks you for the MS fonts EULA, | when it asks you for the MS fonts EULA, | ||
software/linux/ubuntu.1702257908.txt.gz · Last modified: by superwizard
