Nxl67002 - AndLinux: Difference between revisions

From miki
Jump to navigation Jump to search
(User configuration and etc/resolv.conf)
Line 13: Line 13:
** <source lang="bash" enclose="valid">sudo cp .../ssh.pl /usr/local/bin</source>
** <source lang="bash" enclose="valid">sudo cp .../ssh.pl /usr/local/bin</source>
** <source lang="bash" enclose="valid">sudo chmod a+x /usr/local/bin </source>
** <source lang="bash" enclose="valid">sudo chmod a+x /usr/local/bin </source>
* recovered user configuration (in directory '''~/.ssh'''):
* User '''beq06659''' - configuration file in directory '''~/.ssh''':
** <tt>id_rsa</tt>, <tt>id_rsa.pub</tt>, <tt>authorized_keys</tt>, <tt>config</tt>, <tt>config-home</tt>, <tt>config-nxp</tt>, <tt>config-home</tt>
** <tt>id_rsa</tt> || <tt>id_rsa.pub</tt> || <tt>authorized_keys</tt> || <tt>config</tt> || <tt>config-home</tt> || <tt>config-nxp</tt> || <tt>config-home</tt>
** <tt>clbanner.txt</tt>, <tt>proxy.conf</tt> (for ssh-tunnel)
** <tt>clbanner.txt</tt> || <tt>proxy.conf</tt> (for ssh-tunnel)


== Simple Settings ==
== Simple Settings ==
Line 38: Line 38:
=== Network ===
=== Network ===
* Added to '''/etc/hosts''': <code>172.19.100.1 gryphon</code>
* Added to '''/etc/hosts''': <code>172.19.100.1 gryphon</code>
* Added domain prefix for home and nxp'' to '''/etc/resolv.conf''': <code>search be-leu01.nxp.com wbi.nxp.com diamond.nxp.com hell</code>

=== Users ===
* Added '''beq06659''' (shell <code>/bin/bash</code>), group '''beq06659''', '''admin''' and '''lpadmin''' (for sudo & CUPS).
** Recovered files: <tt>~/.bashrc</tt> || <tt>~/.basshrc</tt> || <tt>~/.dircolors.cfg</tt> || <tt>~/.inputrc</tt> || <tt>~/.vimrc</tt> || <tt>~/bin/</tt>


== Detailed Application Settings ==
== Detailed Application Settings ==

Revision as of 22:49, 14 October 2009

Introduction

This page is dedicated to the configuration settings of AndLinux on my Dell Latitude D620.

Configuration files

All configuration files can be found here.

Installed Applications

SSH

  • Installed SSH-Tunnel
  • Files recovered from other installation (ssh-tunnel v2.26 + patch):
    • sudo cp .../ssh-tunnel.pl /usr/local/bin
      
    • sudo cp .../ssh.pl /usr/local/bin
      
    • sudo chmod a+x /usr/local/bin
      
  • User beq06659 - configuration file in directory ~/.ssh:
    • id_rsa || id_rsa.pub || authorized_keys || config || config-home || config-nxp || config-home
    • clbanner.txt || proxy.conf (for ssh-tunnel)

Simple Settings

  • [2009-10-14] - Added cofs1=D:\ to settings.txt

Detailed System Settings

1st Install

  • Install on [2009-10-14]
  • AndLinux Beta 2 - minimal / XFCE version
  • CoLinux kernel 0.7.4 (stable version)
  • Memory 384MB
  • Install XMing (use primary screen resolution)
  • Enable sound
  • run andLinux automatically as a NT service + use Windows shortcuts
  • User andlinux
  • User CoFS (will have issue with special character but at least I don't have to use my beq06659 account and password)
    • Share C:\
  • Reboot
  • sudo apt-get update
    

Network

  • Added to /etc/hosts: 172.19.100.1 gryphon
  • Added domain prefix for home and nxp to /etc/resolv.conf: search be-leu01.nxp.com wbi.nxp.com diamond.nxp.com hell

Users

  • Added beq06659 (shell /bin/bash), group beq06659, admin and lpadmin (for sudo & CUPS).
    • Recovered files: ~/.bashrc || ~/.basshrc || ~/.dircolors.cfg || ~/.inputrc || ~/.vimrc || ~/bin/

Detailed Application Settings

To be completed.

To Do

None.