Nxl67063 - Ubuntu: Difference between revisions

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


== Detailed Application Settings ==
== Detailed Application Settings ==
=== APPLICATION ===
=== Samba Server ===
* Settings
* Settings <tt>/etc/samba/smb.conf</tt>:
<source lang=text>
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
</source>
* Add user '''beq06659''':
<source lang=bash>
sudo smbpasswd -a beq06659
</source>


== To Do ==
== To Do ==

Revision as of 09:34, 22 May 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

[yyyy-mm-dd] Application (package) [YYYY-MM-DD] Update
Additional configuration settings

Un-installed applications (by uninstall date):

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

Simple Settings

  • [YYYY-MM-DD] - SETTING

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

  • To be completed

Preferences

  • To be completed

Users

To be completed

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 — To be completed
  • To Do — Description

Done & Fixed

  • Fixed — Issue description
    Fix description
  • Done — Description