Memoru

System Engineering and Programming and IT

Entries from 2018-07-01 to 1 month

1807-command-line-filer-vifm

How to use vifm tool on command line overview usage for vifm Reference https://wiki.vifm.info/index.php?title=Quickstart_Tutorial Execution mitsuru@dell:~$ vifm ~/Documents/ ~/Desktop/ Quiting ZZ :q Shell-like navigation via command line :…

1807-ubuntu-extentions-installed

installed ubuntu extentions overview I began using ubuntu pc mainly, then jot down that I have installed gnome extentions into my pc. list Datetime format Gno-menu All windows Place status indicator Shutdown button View / Menu / Apps -- Gn…

ubuntu apps : Events and Tasks manager

Ubuntu Apps : Event and Tasks management on text file overview Use apps for task management with text file. I have started using this apps and this article is for beginners to understand 'ETM'. This tool can be realized for 'Dot Journaling…

1807-ubuntu-shortcut

1807-ubuntu-shortcut Overview list up ubuntu 18.04 shortcut's operation Contents Switcher operation function note win activities win+a application center win+s application switcher win+tab Switcher alt+tab operation function note win+1 Bro…

1807-wsl-timezone-setting

wsl

Overview reference WSL その13 - タイムゾーンを日本に設定する https://kledgeb.blogspot.com/2016/05/wsl-13.html Contents set timezone sakai@eX:~$ date Fri Jul 13 16:24:09 DST 2018 sakai@eX:~$ sudo dpkg-reconfigure tzdata [sudo] password for …

1807-jenkins-start

1807-jenkins-start on wsl sakai@eX:~$ sudo service jenkins start Correct java version found * Starting Jenkins Automation Server jenkins [ OK ] sakai@eX:~$ sudo service --status-all | grep jenkins [ ? ] apport [ ? ] cryptdisks [ ? ] cryptd…

1807-WSL-environment-setting

1807-WSL-environment-setting Overview Windows Subsystem on Linux (WSL)で環境を構築する。 Target python / pip / virtualenv / virtualenvwrapper git / gibo jenkins powershell nginx Procedure 1. python environment log in sakai@eX:~$ cat /etc/l…

nginx.conf

nginx.conf (base) user www-data; worker_processes auto; pid /run/nginx.pid; include /etc/nginx/modules-enabled/*.conf; events { worker_connections 768; # multi_accept on; } http { ## # Basic Settings ## sendfile on; tcp_nopush on; tcp_node…