tips:ubuntu:xenial

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
tips:ubuntu:xenial [2016/10/10 10:18] – [Epson L355] scipiotips:ubuntu:xenial [2017/08/05 18:35] (current) – [Epson L355] scipio
Line 36: Line 36:
 must must
 <code> <code>
-sudo apt-get -y install pigz vim inxi iftop htop +sudo apt-get -y install pigz vim inxi iftop htop xclip
 </code> </code>
  
Line 64: Line 64:
 sudo add-apt-repository ppa:canonical-kernel-team/ppa sudo add-apt-repository ppa:canonical-kernel-team/ppa
 sudo apt-get update sudo apt-get update
 +</code>
  
 ===== diodon ===== ===== diodon =====
Line 84: Line 85:
 </code> </code>
  
 +===== stacer =====
  
 +https://github.com/oguzhaninan/Stacer/releases
 ===== owncloud ===== ===== owncloud =====
  
Line 107: Line 110:
     ;;     ;;
 esac esac
-<code>+</code>
  
  
Line 117: Line 120:
 </code> </code>
  
 +with gnome shell
 +<code>
 +cp /opt/epson-inkjet-printer-201207w/ppds/Epson/Epson-L555_Series-epson-driver.ppd.gz /usr/share/cups/model/
 +lpinfo -v
 +lpadmin -p EpsonL355 -m Epson-L555_Series-epson-driver.ppd.gz -v dnssd://EPSON%20L355%20Series._pdl-datastream._tcp.local/ -E
 +</code>
 ===== NAC ===== ===== NAC =====
  
Line 138: Line 147:
 ===== Maintenance ===== ===== Maintenance =====
  
-Purge old kernels (install bikeshed package before)+Purge old kernels (install byobu package before)
 <code> <code>
 purge-old-kernels purge-old-kernels
Line 145: Line 154:
 ===== ASUS UX305U ===== ===== ASUS UX305U =====
  
 +==== intel firmware ====
 +
 +  * https://01.org/linuxgraphics/intel-linux-graphics-firmwares
 +
 +<code bash>
 +cd /tmp
 +wget https://01.org/sites/default/files/downloads/intelr-graphics-linux/sklgucver61.tar.bz2 
 +tar xvjf sklgucver61.tar.bz2 
 +cd skl_guc_ver6_1/
 +sudo ./install.sh --install
 +
 +cd /tmp
 +wget https://01.org/sites/default/files/downloads/intelr-graphics-linux/kbldmcver101.tar.bz2 
 +tar xjvf kbldmcver101.tar.bz2
 +cd kbl_dmc_ver1_01/ 
 +sudo ./install.sh --install 
 +
 +sudo update-initramfs -u -k all
 +</code>
 ==== brightness ==== ==== brightness ====
  
  • tips/ubuntu/xenial.1476087536.txt.gz
  • Last modified: 2016/10/10 10:18
  • by scipio