what is $HOME? and do I have to do with it when I need to install Nabi?

love8june의 이미지

I am a beginner in Fedora Core 5, and I am trying to install nabi on my lap top. I just don't understand what HOME is or where it is.
After make install, how do I find the "HOME" thing?
please.. help me out on this.
Thanks in advance.

palsuet의 이미지

The environmental variable, HOME means your own home directory. Usually it is /home/your_id with your_id replaced by your login ID. You can see its value by typing

$ echo $HOME

or
$ env

in a terminal window.
--
feel the gravity

feel the gravity

love8june의 이미지

Man~ it's hard to understand how to make it work/
there's nothing /home/my id/ or /home/
....(())....

rest in peace

rest in peace

palsuet의 이미지

First, please run any terminal program. If you installed GNOME, you can find the icon named "Terminal" after clicking "Programs" -> "Accesories" (I'm not sure with these terms, but you may easily find the correct route) in the panel. "Panel" is similar one to the "Start bar" in M$ Windows terms. Click the "Terminal" icon, then a terminal window will appear. Please type echo $HOME and press "Return" or "Enter" key and the terminal will show some value like /home/your_id. If you logged in as root, its value may be /root, but I don't recommand to do such a thing. Please re-login as a normal user.
If you want to edit the file $HOME/.xinput, type in the following command in the terminal

vi /home/your_id/.xinput

or
vi $HOME/.xinput

($HOME is automatically interpreted by the shell) or
vi .xinput

(If you didn't change directory after flying the terminal, you are already in HOME directory. So, just to type the file name is enough.)
vi can be replaced with your favorite editor. If you are a beginner in Linux and don't know any editor like vi or emacs, nano is the best choice in my opinion.
--
feel the gravity

feel the gravity

love8june의 이미지

언어를 한글메뉴화 해야 나오는 군요.

영어에서 한글만 쓰려했는데 영어에서는 안되고 한글로 바꾸니 나오네요.

메뉴가 한글화 되어서 나오는게..좀..왠지..

암튼, 한글입력이 되어서 좋아요.

도움에 감사드립니다.

.xinput이 고 대신 xmodmap은 만들어서 입력해놨어서.
부팅만 하면 자동으로 입력이 되니 편하네요.

rest in peace

rest in peace

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.