2021-01-01から1年間の記事一覧

Ubuntu Desktop にVNCアクセスするには tigervnc-scraping-server

Vinoの代替VNCサーバーです。 軽い・早いという特徴以外に Selerium等でデスクトップのブラウザのデフォルトゲートウェイとVNCコントロールのルートを変えたいときなど便利です。 他のサーバー用VNCだとバーチャルなデスクトップを新たに立ち上げてから、VNC…

ubuntu 20.04 付箋紙 Sticky Note "Stickynotes"

qiita.com

NetPlanでWiFi

NetPlanはnetworkdとNetworkManagerをサポートしていますが、WiFiを使用するときはNetworkManagerを使わないといけないようです。 version: 2 renderer: NetworkManager

Ubuntu 20.04でネットプランを使用して静的ルートを追加

以下を検討 https://takumicloud.jp/blog/2015/11/30/nw/ Ubuntu 20.04でネットプランを使用して静的ルートを追加&ついでにWifiついか 大注意 The problem was that systemd-networkd was trying to set the routes before the network was up, which was f…

複数NICマシンでのルーティング設定(static route)

~$ nano /etc/iproute2/rt_tables www.maruko2.com ポリシールーティングの概要・優先順位・Metric qiita.com Metric Netplan askubuntu.com おまけ go-journey.club

before routing,IP転送をオンにしておく, /etc/sysctl.conf 内で net.ipv4.ip_forward = 1

access.redhat.com safe-linux.homeip.net

ubuntu 20.04 SSH into a server that is connected to VPN

SSH Tunnelを使用し、サーバー側のSSH受け待ちを特定NIC(div,ip address)をしたが、SSHパケットはその特定NICから受けても、結局VPN接続が確立した際の、VPN特設ルートにつかまって、VPNに転送されてしまい、結局もとのNICからSSH発信元までもどってこない。…

ubuntu 20.04 SSH into a server that is connected to VPN

The way beneath did not work on my case, of which many of solution suggested are quite the same as this. Perhaps the way might have worked but my assumptions or setting up might be worng in the way NOT this towork. askubuntu.com

mac アプリケーション 強制削除/終了する方法

Mac で App を強制的に終了する方法 support.apple.com /Application/ユーリティ/アクティビティモニタ trompot.hatenablog.com

Remort desktop to ubuntu 20.04 server xfce tigervnc with SSH tunneling

Success to Remort desktop to ubuntu 20.04 server xfce tigervnc with SSH tunneling But need to access the initial desktop on Monitor wich attached to server, not vertually started by VNC remort access. And make it toDisplay:0(5900) www.howt…

ubuntu 20.04 server xfce autologin lightdm

www.fixes.pub

ubuntu 20.04 server xfce autologin lightdm

www.fixes.pub

XFCE環境でのLightdm自動ログイン - Qiita

qiita.com

2Nics

Idea Ubuntu20.04DesktopGnome3_WifiDefault+Ether4localでDefaultWifiをつかってWANにVPN接続をしている状態でLocalの他のマシンからSSH/VNC接続ができない ポリシールーティングができないー>NetworkManagerが問題だと考えてみた。 NMを使わない状態:Ub…

Ubuntu 20.04 server wifi command line

sudo apt install wpasupplicant wireless-tools iwconfig www.linuxbabe.com

Mac から Ubuntuへリモートデスクトップ接続する

qiita.com これが大事 $ gsettings set org.gnome.Vino require-encryption false MacからubuntuへVNC forums.ubuntulinux.jp dconf-editorによる編集

Ubuntu 20.04 で背景を単色にする:John'sBestArticleChoise

www.kwonline.org

ubuntu20.04 日本語 日本語入力 切り替え

novicengineering.com ターミナル・インストール qiita.com blog.kapiecii.com Mozc shortcut key Setting

fcitx5 で解決:Ubuntu 20 日本語入力 fcitxでうまく動かない

理由はわからないが以下(②③)のサイト参考にして日本語入力をfcitxで実現しようと思ったがうまく動かなった。 そこで以下のサイト①を参考にfcitx5をインストールで解決した。 手順は以下の通り. $ sudo add-apt-repository ppa:ikuya-fruitsbasket/fcitx5 $…