User Tools

Site Tools


software:linux:ubuntu

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:linux:ubuntu [2022/03/07 04:56] – [Youtube is not working] superwizardsoftware:linux:ubuntu [2023/12/11 01:33] (current) – [fsck the file system] superwizard
Line 1: Line 1:
 +====== Ubuntu ======
 +
 +------------------------------------------------------------------------------------------------------------------------------------------------\\
 +
 +====== fsck root when ubuntu will not boot ======
 +
 +<WRAP center round box >
 +2023-12-10
 +
 +
 +    hold space bar to get to Grub menu
 +    select recovery
 +     
 +    fsck /dev/mount/ubuntu--vs-root
 +    
 +    
 +    Note: do not use -p
 +
 +</WRAP>
 +
 +
 +====== fsck the file system ======
 +
 +<WRAP center round box >
 +2023-12-10
 +
 +   In older versions of Ubuntu, fsck used to work from the Recovery Mode. 
 +   However, later versions of Ubuntu leave the primary HDD/SSD mounted, 
 +   so fsck no longer works.
 +
 +   Let's check/repair your filesystem...
 +    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
 +    
 + https://askubuntu.com/questions/1359037/how-to-run-fsck-on-the-root-partion-from-the-grub-menu
 +
 +</WRAP>
 +
 +
 +====== xRDP for remote access to Ubuntu ======
 +
 +<WRAP center round box >
 +2023-12-08
 +
 +Step 1 — Installing a Desktop Environment on Ubuntu
 +
 +In this step, you will install and configure a desktop environment on your Ubuntu server. By default, an Ubuntu server comes with a terminal environment only. A desktop environment will need to be installed to access a user interface.
 +
 +https://www.digitalocean.com/community/tutorials/how-to-enable-remote-desktop-protocol-using-xrdp-on-ubuntu-22-04
 +
 +</WRAP>
 +
 +
 +2020-07-27
 + 
 +<WRAP center round box >
 +JUL 2014 2019
 +
 + How to use xRDP for remote access to Ubuntu 14.04
 +
 +• Linux
 +    310
 +To remotely control my Windows machines, I always prefer to use RDP (Remote Desktop Protocol) as it performs much nicer than VNC (Virtual Network Computing). VNC has this streak of “JPEG” quality and slow behavior, whereas RDP is fast and crystal clear.
 +RDP is however a proprietary protocol from Microsoft. So how can we use RDP to control our Ubuntu box remotely?
 +This is where xRDP comes in play, an open source remote desktop protocol (RDP) server. It actually runs VNC protocol over RDP as far as I understand, yet if behaves much better than VNC by itself (possibly because of the used desktop manager). Since Ubuntu 12.10 (if I’m not mistaken), xRDP doesn’t seem to work with the Ubuntu desktop anymore … unless you use an alternative desktop manager. This seems related to 3D acceleration and nobody seems to care (since 2011, according to bug reports).
 +Note : if you really need Copy/Paste functionality between the two machines, then please use Ubuntu’s default installed “Desktop Sharing” instead (MacOS X users read this forum post).
 + 
 +From < https://www.tweaking4all.com/software/linux-software/use-xrdp-remote-access-ubuntu-14-04/> 
 +
 +</WRAP>
 +
 +
 +
 ====== Software Source Listing ====== ====== Software Source Listing ======
  
Line 14: Line 92:
 From: http://askubuntu.com/questions/331769/youtube-is-not-working From: http://askubuntu.com/questions/331769/youtube-is-not-working
  
-     You have to install ubuntu-restricted-extras, not just download them (except if with the "i have downloaded the ubuntu restricted extras" you meant that you installed too). From terminal (CTRL+ALT+T) run sudo apt-get install -y ubuntu-restricted-extras stay there until installation completes, when it asks you for the MS fonts EULA, hit ENTER(key) to confirm. –  NikTh Aug 12 '13 at 19:00 +     You have to install ubuntu-restricted-extras, not just download them  
 +     (except if with the "i have downloaded the ubuntu restricted extras"  
 +     you meant that you installed too). From terminal (CTRL+ALT+T)  
 +     run sudo apt-get install -y ubuntu-restricted-extras  
 +     stay there until installation completes,  
 +     when it asks you for the MS fonts EULA,  
 +     hit ENTER(key) to confirm. –  NikTh Aug 12 '13 at 19:00 
            
 From: http://ubuntuforums.org/showthread.php?t=2176815 From: http://ubuntuforums.org/showthread.php?t=2176815
  
-    Basically, since Firefox 24 you no longer need flash in Linux to watch Youtube. However, not many people have realised that yet. There has been very little publicity about this major positive change.+    Basically, since Firefox 24 you no longer need flash in Linux to watch  
 +    Youtube. However, not many people have realised that yet. There has been  
 +    very little publicity about this major positive change.
          
 From: http://www.ghacks.net/2013/06/23/firefox-24-for-linux-gets-native-mp3-aac-and-h-264-support/ From: http://www.ghacks.net/2013/06/23/firefox-24-for-linux-gets-native-mp3-aac-and-h-264-support/
software/linux/ubuntu.1646628963.txt.gz · Last modified: 2022/03/07 04:56 by superwizard