Memoru

System Engineering and Programming and IT

Entries from 2018-08-01 to 1 month

1808-ubuntu-gibo-installation

* 1808-ubuntu-gibo-installation Overview gibo (make .gitignore from boiler template) github.com installation logs ~/.bashrc mitsuru@dell:~$ cat ~/.bashrc | grep /home/mitsuru/sh export PATH="/home/mitsuru/sh:$PATH" procedures mitsuru@dell:…

1808-ubuntu-apps-enviroment-recording

* 1808-ubuntu-apps-enviroment-recording Overview I Recorded my pc environment. Contents Development enviroment mitsuru@dell:~/Desktop$ git --version git version 2.18.0 mitsuru@dell:~/Desktop$ conda --version conda 4.5.4 mitsuru@dell:~/Desk…

1808-ubuntu-1804-elasticsearch-installation

1808-ubuntu-1804-elasticsearch-installation Overview logging installing elasticsearch Reference Install Elasticsearch on Debian and Ubuntu https://www.linode.com/docs/databases/elasticsearch/install_elasticsearch_debian_ubuntu/ log java in…

1808-wsl-git-configuration-and-conda-configuration

1808-wsl-git-configuration-and-conda-configuration environment variables sakai@eX:~$ env | grep HOME HOME=/mnt/g/wsl_home/sakai PROJECT_HOME=/mnt/g/workspace/py git config sakai@eX:/mnt/g/workspace/py/importjson$ git config --global user.n…

1808-wsl-install-command-line-tools

1808-wsl-install-command-line-tools Overview Tools that I have checked this summer Contents 1. googler reference itsfoss.com installation sakai@eX:~$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=18.04 DISTRIB_CODENAME=bionic DIST…

1808-clipboard-from-wsl-to-windows

get text from wsl to windows clipboard Overview To get text data by using clip.exe on windows Procedure sakai@eX:~$ ls -la | clip.exe

1808-enable-sshd-and-connect-teraterm

1808 Enable sshd and connect with teraterm Overview Connect WSL terminal with teraterm Procedure Edit /etc/ssh/sshd_config to modify port 22 into other port. sakai@eX:~$ sudo vim /etc/ssh/sshd_config # Port 22222 ###<<port 22でも接続可能…

1808-enabled-locate-command-on-wsl

wsl

How to enable locate command on wsl Overview To enable "locate" on wsl Procedure $ sudo chgrp mlocate /usr/bin/mlocate $ sudo chmod g+s /usr/bin/mlocate $ sudo updated & $ locate nginx.conf // --- end of blog