Editing Profile

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
 
{{welcome}}
 
{{welcome}}
  
==Introduction==
+
This tip comes from ericbsd on Telegram 21.02. at 1:24
 
+
It can sometimes happen, that you didn't choose the right language settings for your desktop environment during installation. So you might change it afterwards.
+
 
+
==Tip from Ericbsd==
+
on Telegram 21.02. at 1:24
+
  
 
You have to go to .profile in your home folder.
 
You have to go to .profile in your home folder.
  
  
<code>/u/h/ericbsd cat .profile</code><br/>
+
<code>/u/h/ericbsd cat .profile</code>
<nowiki>#</nowiki> $FreeBSD$<br/>
+
<nowiki>#</nowiki> $FreeBSD$
<nowiki>#</nowiki><br/>
+
<nowiki>#</nowiki>
<nowiki>#</nowiki> .profile - Bourne Shell startup script for login shells<br/>
+
<nowiki>#</nowiki> .profile - Bourne Shell startup script for login shells
<nowiki>#</nowiki><br/>
+
<nowiki>#</nowiki>
<nowiki>#</nowiki> see also sh(1), environ(7).<br/>
+
<nowiki>#</nowiki> see also sh(1), environ(7).
<nowiki>#</nowiki><br/>
+
<nowiki>#</nowiki>
  
<nowiki>#</nowiki> These are normally set through /etc/login.conf.  You may override them here<br/>
+
<nowiki>#</nowiki> These are normally set through /etc/login.conf.  You may override them here
<nowiki>#</nowiki> if wanted.<br/>
+
<nowiki>#</nowiki> if wanted.
<nowiki>#</nowiki> PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:$HOME/bin; export PATH<br/>
+
<nowiki>#</nowiki> PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:$HOME/bin; export PATH
<nowiki>#</nowiki> BLOCKSIZE=K;  export BLOCKSIZE<br/>
+
<nowiki>#</nowiki> BLOCKSIZE=K;  export BLOCKSIZE
  
<nowiki>#</nowiki> Setting TERM is normally done through /etc/ttys.  Do only override<br/>
+
<nowiki>#</nowiki> Setting TERM is normally done through /etc/ttys.  Do only override
<nowiki>#</nowiki> if you're sure that you'll never log in via telnet or xterm or a<br/>
+
<nowiki>#</nowiki> if you're sure that you'll never log in via telnet or xterm or a
<nowiki>#</nowiki> serial line.<br/>
+
<nowiki>#</nowiki> serial line.
<nowiki># </nowiki>TERM=xterm;  export TERM<br/>
+
<nowiki># </nowiki>TERM=xterm;  export TERM
  
<code>EDITOR=vi;    export EDITOR</code><br/>
+
<code>EDITOR=vi;    export EDITOR</code>
<code>PAGER=less;    export PAGER</code><br/>
+
<code>PAGER=less;    export PAGER</code>
  
<nowiki>#</nowiki> set ENV to a file invoked each time sh is started for interactive use.<br/>
+
<nowiki>#</nowiki> set ENV to a file invoked each time sh is started for interactive use.
<code>ENV=$HOME/.shrc; export ENV</code><br/>
+
<code>ENV=$HOME/.shrc; export ENV</code>
  
<nowiki>#</nowiki> Query terminal size; useful for serial lines.<br/>
+
<nowiki>#</nowiki> Query terminal size; useful for serial lines.
<code>if [ -x /usr/bin/resizewin ] ; then /usr/bin/resizewin -z ; fi</code><br/>
+
<code>if [ -x /usr/bin/resizewin ] ; then /usr/bin/resizewin -z ; fi</code>
  
<nowiki>#</nowiki> Display a random cookie on each login.<br/>
+
<nowiki>#</nowiki> Display a random cookie on each login.
<code>if [ -x /usr/bin/fortune ] ; then /usr/bin/fortune freebsd-tips ; fi</code><br/>
+
<code>if [ -x /usr/bin/fortune ] ; then /usr/bin/fortune freebsd-tips ; fi</code>
<code>CHARSET=UTF-8; export CHARSET</code><br/>
+
<code>CHARSET=UTF-8; export CHARSET</code>
<code>'''LANG=en_US.UTF-8;'''  export LANG</code><br/>
+
<code>'''LANG=en_US.UTF-8;'''  export LANG</code>
  
  
You will need to log out to have this the change to happen.
+
You will need to log out to have this the change to happen
  
  

Please note that all contributions to GhostBSD Wiki are considered to be released under the Creative Commons Attribution (see GhostBSD Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)

Template used on this page: