0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

CentOS使いのubuntu16.04セットアップメモ

Last updated at Posted at 2019-05-28

備忘録

キーボードレイアウト

sudo dpkg-reconfigure keyboard-configuration
setxkbmap -print -verbose 10
setxkbmap jp

上記を実行し日本語キーボードにしても再起動するとusキーボード元に戻ったりする。
同事象のバグがあるらしく、システム>キーボードからusキーボードをremoveで解決

キーバインド

方向キーでのカーソル入力ががうまくいかない
参考:set nocompatibleはもういらない

$ touch ~/.vimrc
$ vi ~/.vimrc
set backspace=indent,eol,start

ipv6の無効化

net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1

proxy設定

/etc/apt/apt.confに


Acquire::http::Proxy "http://proxy.xxxx:8080";

自前でwebサーバーを立ち上げる時Firefoxの設定

about:configでNetwork.security.ports.banned.overrideを追加後
開けたいポート番号を入力する。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?