Jun's Blog

Output, activities, memo and etc.

Entries from 2016-03-01 to 1 month

Bouldering gym, Japan Culture in Vienna, Austria

I visited Vienna for 4 days.Though I saw popular places for travel, right now only for bouldering and Japan culture that are the most impressive things for me. :) Bouldering Gym Boulder Bar Vienna. Address: Hannovergasse 21, 1200 Wien, Aus…

Czech lesson - male/female/neutral noun

The Czech noun has male [ten], female [ta], neutral [to]To je dobrý slovník. : This is a good dictionary. To je dobrá kniha. : This is a good book. To je dobré pivo. : This is a good beer.Male noun: end with consonant. It is described as […

Debugger in Ruby

ruby -rdebug It is good to use it without any additional gem. $ ruby -rdebug your_ruby.rb (rdb:1) h Debugger help v.-0.002b Commands b[reak] [file:|class:]<line|method> b[reak] [class.]<line|method> set breakpoint to some position wat[ch] <expression> set watchpoint to some ex</expression></line|method></line|method>…

Czech lesson - the day of week

I will often see this in the restaurant for the daily menu. :) Monday: Pondělí (ポンヂェリー) or PO Tuesday: Úterý (ウーテリー) or ÚT Wednessday: Středa (ストゥシェダ)or ST Thursday: Čtvrtek (チトゥヴルテック) or ČT Friday: Pátek (パーテ…

Bash - pushd, popd, dirs

At first, "cd -" may be popular feature for bash's cd. "cd -" make your directory to go back to the previous directory. $ cd /tmp $ cd /etc $ pwd /etc $ cd - /tmp $ pwd /tmp So, how about pushd, popd, dirs? These are bash build-in commands…

Czech lesson - relative

badička : groundmother bratr : brother člověk [チョリエック], (lidé, coll. lidi) : person, people dcera [セラ] : doughter dědeček : grandfather ditě [リチィエ], děti [イエチィ] : child, children dívka [ギーフカ], coll. holka : girl chlapec…

Czech lesson - shopping, number

How much? Kolik stojí foo? : How much is it? Jogurt stojí 10 korun. : Yogurt costs 10 crowns. Co je to? : What is it? (Co: What, je: is, to: it) Ano : Yes Ne : No A : And Aha : I see. to je Jogurt. : It is Yogurt. To není Yogurt. : It is n…

How to delete Facebook account completely

Just I deleted my Facebook account, after 24 hours when I announced it on Facebook.If the friend of mine see this page, I have to say again that you can contact with me by Skype or mail.This was the thing that I thought I have to do it sin…

Vim command cheat list

My Vim ManualSorry Vim. I have used you many times, for a long time. But I did not understand you deeply. Now it is time to do it. Help Basic: :help About Normal Mode: :help x About Visual Mode: :help v_u Grep: :helpgrep word File open/clo…

Install tmux

Install and use tmux which is multi window tool in the terminal.Tmux official page: tmuxEnvironment: Host OS: Mac, Guest OS: Fedora23 Install tmux Check the list of current installed dnf packages. tmux is not installed. $ dnf list installe…

sudo settings

sudo setings to use any command without password.Not to forget it.Environment: Host OS: Mac, Guest OS: Fedora 23 # visudo %your_name ALL=(ALL) NOPASSWD: ALL $ sudo your_any_command