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
linux [2018/05/11 10:16] – [Grub troubles] rfilelinux [2018/05/29 11:49] (current) – [youtube downloader] rfile
Line 10: Line 10:
  
  
 +[[:linux:lubuntu|lubuntu notes (laptop)]]
  
  
Line 345: Line 346:
  
 I am going to try a different bios next time. I am going to try a different bios next time.
-Notes about bios versions. These are on flatboy as well in case I can't get to them because trackfile hangs at the splash screen+Notes about bios versions. These are on flatboy as well in case I can't get to them because trackfile hangs at the splash screen.
  
-<code>+Using 2704 now but 2304 has been renamed so should get picked up next time. 5-11-18 
 + 
 + 
 + 
 + 
 +<box 90% white>
 Version 2704 Version 2704
 2016/08/105.6 MBytes 2016/08/105.6 MBytes
Line 383: Line 389:
 https://www.asus.com/US/support/faq/1013998/ https://www.asus.com/US/support/faq/1013998/
  
-</code>+</box> 
 +https://www.asus.com/US/support/faq/1013998/ 
  
 ===== fedora robotics ===== ===== fedora robotics =====
Line 392: Line 400:
  
  
 +===== youtube downloader =====
 +
 +
 +
 +[[https://lubuntuhowto.blogspot.co.id/2017/11/how-to-install-youtube-dl-on-lubuntu-1710.html| youtube downloader]]
 +
 +
 +===== dpkg lock =====
 +
 +look for it:
 +<code bash>
 +sudo lsof /var/lib/dpkg/lock
 +</code>
 +
 +kill it:
 +<code bash>
 +kill -9 <PID> (get <PID> from lsof output
 +</code>
  
 +[[https://help.ubuntu.com/community/PackageManagerTroubleshootingProcedure|package manager troubleshooting]]