Nxl67063 - Ubuntu: Difference between revisions

From miki
Jump to navigation Jump to search
Line 81: Line 81:


=== Users ===
=== Users ===
* Add local user to ''dialout'' group for access to <tt>/dev/ttyUSB0</tt>
To be completed
<source lang=bash>
sudo gpasswd -a $USER dialout
</source>


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

Revision as of 23:05, 6 September 2012

Introduction

This is the configuration page for the Ubuntu partition on nxl67063 (within VirtualBox).

Configuration Files

All configuration files can be found here.

Repositories

To be completed.

Installed Applications

Common applications
See Common configuration for Linux.

Local applications

[2012-05-25] Synapse (synapse) Using Alt-Space as shortcut (requires to disable Alt for HUD, and Alt-Space for Windows Menu in Compiz)
sudo add-apt-repository ppa:synapse-core/ppa
sudo apt-get update && sudo apt-get install synapse

Un-installed applications (by uninstall date):

[yyyy-mm-dd] Application (package) [YYYY-MM-DD] uninstalled (reason)

Simple Settings

  • [2011-05-24] - VirtualBox - display → Enable 3D acceleration (for compiz), but use only 1 monitor (otherwise painfully slow).

Detailed System Settings

1st install

  • 1st install on [2012-04-18]
  • Distribution: Ubuntu Precise Pangolin 12.04 LTS i386
  • Installation method: Live CD (.iso)
  • Language: English
  • Location: Europe, Belgium Time
  • Computer name: nxl67063ux
  • Keyboard layout: BE
  • Name: beq06659
  • Login name: beq06659
  • Update: No automatic update
  • Software to install: Ubuntu Desktop
  • Partition:
    • C drive (.vdi) &mdash 6.5 GB (growing)
    • D drive (.vdi) &mdash 20 GB (fixed size)

File System

  • To be completed

Network

  • VirtualBox settings:
  • itf type nxl67063ux nxl67063
    eth0 Bridged adapter - -
    eth1 Host-Only 192.168.56.101 192.168.56.1
    eth2 NAT 10.0.4.14 ?
  • windows C:\WINDOWS\system32\drivers\etc\hosts:
  • 192.168.56.101     nxl67063ux   nxl67063ux.local
    
  • windows C:\WINDOWS\system32\drivers\etc\lmhosts.sam:
  • 192.168.56.101     nxl67063ux   #PRE
    

Preferences

  • To be completed

SSH

Users

  • Add local user to dialout group for access to /dev/ttyUSB0
sudo gpasswd -a $USER dialout

Detailed Application Settings

Samba Server

  • Settings /etc/samba/smb.conf:
workgroup = TELEMATICS
security = user

[homes]
    comment = Home Directories
    browseable = no

[data]
    comment = /data partition
    browseable = yes
    path = /data
    printable = no
    guest ok = no
    read only = no
    create mask = 0664
    directory mask = 0775
  • Add user beq06659:
sudo smbpasswd -a beq06659

To Do

Issues

  • Issue — When connecting to Host's Cygwin via SSH, there network drive shares are not visible.


  • To Do — Description

Done & Fixed

  • Fixed — Issue description
    Fix description
  • Done — Description