{"id":415,"date":"2016-03-30T16:30:11","date_gmt":"2016-03-30T14:30:11","guid":{"rendered":"http:\/\/btrnaidu.com\/?p=415"},"modified":"2016-03-30T16:33:19","modified_gmt":"2016-03-30T14:33:19","slug":"setting-default-screen-window-name","status":"publish","type":"post","link":"https:\/\/btrnaidu.com\/index.php\/setting-default-screen-window-name\/","title":{"rendered":"Setting default screen window name"},"content":{"rendered":"<p>Here is a small scrip snippet which once put into your .bashrc file, it will set the screen name to the one of hostname.<\/p>\n<p><!--more--><\/p>\n<pre style=\"padding-left: 30px;\"># for screen session\r\ncase $TERM in\r\n\u00a0 xterm*)\r\n\u00a0 \u00a0 PROMPT_COMMAND='echo -ne \"\\033]0;${USER}@${HOSTNAME}: ${PWD}\\007\"'\r\n\u00a0 \u00a0 ;;\r\n\u00a0 screen)\r\n\u00a0 \u00a0 PROMPT_COMMAND='echo -ne \"\\033k$HOSTNAME\\033\\\\\"'\r\n\u00a0 \u00a0 ;;\r\n\u00a0 *)\r\n\u00a0 \u00a0 PS1=\"\\[\\033[0;31m\\]\\u\\[\\033[1;34m\\]@\\[\\033[0;25m\\]\\h\\[\\033[1;35m\\]:\\[\\033[1;33m\\]\\w\\[\\033[0m\\]\\[\\033[1;34m\\]$\\[\\033[0m\\] \"\r\n\u00a0 \u00a0 ;;\r\nesac<\/pre>\n<p>Advantage is, while in a screen session, you dont have to set the screen name\u00a0manually every time you connect to that server.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Here is a small scrip snippet which once put into your .bashrc file, it will set the screen name to the one of hostname.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[125,5],"tags":[145,146,147],"class_list":["post-415","post","type-post","status-publish","format-standard","hentry","category-linux","category-other-technology-related-news","tag-screen-name","tag-setting-screen-name-automatically","tag-setting-screen-name-in-linux"],"_links":{"self":[{"href":"https:\/\/btrnaidu.com\/index.php\/wp-json\/wp\/v2\/posts\/415","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/btrnaidu.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/btrnaidu.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/btrnaidu.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/btrnaidu.com\/index.php\/wp-json\/wp\/v2\/comments?post=415"}],"version-history":[{"count":5,"href":"https:\/\/btrnaidu.com\/index.php\/wp-json\/wp\/v2\/posts\/415\/revisions"}],"predecessor-version":[{"id":422,"href":"https:\/\/btrnaidu.com\/index.php\/wp-json\/wp\/v2\/posts\/415\/revisions\/422"}],"wp:attachment":[{"href":"https:\/\/btrnaidu.com\/index.php\/wp-json\/wp\/v2\/media?parent=415"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/btrnaidu.com\/index.php\/wp-json\/wp\/v2\/categories?post=415"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/btrnaidu.com\/index.php\/wp-json\/wp\/v2\/tags?post=415"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}