Entries from 2017-07-01 to 1 month

Ubuntu 14.04でLibreOfficeを4.xから5.xにアップグレードする方法

http://www.nemotos.net/?p=1215sudo add-apt-repository ppa:libreoffice/ppa sudo apt-get update sudo apt-get dist-upgrade

ruby-2.2 selenium-webdriver-3.4 Missing 'marionetteProtocol'

gem install selenium-webdriver -v 2.53.0gem 'selenium-webdriver', '= 2.53.0'require 'selenium-webdriver'

ubuntu 14.04 HPLIP3.17.4

http://hplipopensource.com/hplip-web/models/laserjet/hp_laserjet_mfp_m129-m134.htmlDownload the file to a convenient location (e.g., home directory or desktop, etc). Open a console/terminal and cd to the location where the installer was do…

32-bit app in Ubuntu 64-bit?

sudo dpkg --add-architecture i386 sudo apt-get update(例えば) sudo skype-ubuntu-precise_4.3.0.37-1_i386.deb sudo apt-get -f install (パッケージ指定なし)

ubuntu 14.04 fcitx mozic

sudo apt-get install fcitx-mozc

Overheat Ubuntu 14.04

sudo apt-get install indicator-cpufreqsudo apt-get install thermaldsudo apt-get install bumblebee bumblebee-nvidia primus linux-headers-generichttps://wiki.ubuntu.com/Bumblebee https://askubuntu.com/questions/491793/laptop-overheats-runnin…

Ubuntu 16.04でTeamviewerインストール

http://qiita.com/tktwscl/items/6f32f7fc0c2e7c1f9eaehttps://www.teamviewer.com/ja/download/linux/アンインストール sudo dpkg --purge teamviewerアップデート $sudo dpkg --add-architecture i386 $sudo apt-get updateインストール $sudo dpkg -i tea…

ssh -D with firefox トンネル

ssh -D 9999 -C me@ipaddress.comThe -D switch - Specifies a local “dynamic” application-level port forwarding. We are also adding the -C switch for compression.Next we need to put the settings into Firefox.Firefox> Edit> Preferences> Advanc…

Add Subdomain on Nginx, Error, Firewall with UFW, Nginx php on Ubuntu 14.04

https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-on-ubuntu-14-04https://nabtron.com/add-subdomain-nginx/https://www.quora.com/How-can-I-fix-this-Nginx-errorhttps://www.digitalocean.com/commun…

restore nginx /etc/nginx/nginx.conf , How To Install Linux, nginx, MySQL, PHP (LEMP) stack on Ubuntu 14.04

To recreate it, first uninstall using purge to remove even configuration files and records:sudo apt-get purge nginx nginx-common nginx-full then reinstall:sudo apt-get install nginxsudo service nginx start sudo service nginx stop sudo serv…