Nxl67063 - Ubuntu: Difference between revisions

From miki
Jump to navigation Jump to search
No edit summary
(→‎To Do: Move issues to common issues)
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Introduction ==
== Introduction ==
This is the configuration page for the '''Ubuntu''' partition on '''[[Configuration nxl67063|nxl67063]]''' (within VirtualBox).
This is the configuration page for the '''Ubuntu''' partition on '''[[Configuration NXP Dell Latitude E6410|nxl67063]]''' (within VirtualBox).


== Configuration Files ==
== Configuration Files ==
Line 9: Line 9:


== Installed Applications ==
== Installed Applications ==
'''Common applications'''<br/>
{| class="install_log"
See [[Configuration Common#Linux|Common configuration for Linux]].
|-

!colspan="3" align="left"|Common applications:
'''Local applications'''<br/>
|-
{| class="install_simple_log"
|[yyyy-mm-dd]||See [[Configuration Common#Linux|Common configuration for Linux]]||
|-
|-
|'''Citrix ICA Client''' (<tt>icaclient</tt>)||V12.1 &mdash; See this excellent page from [https://help.ubuntu.com/community/CitrixICAClientHowTo Ubuntu Official Documentation].
!colspan="3" align="left"|Local applications:
* Install Citrix ICA Client, then check installation:
<source lang=bash>
sudo apt-get install icaclient # will install motif-clients
/opt/Citrix/ICAClient/util/hdxcheck.sh # Check installation (as user)
</source>
* If <tt>hdxcheck.sh</tt> fails, patch it and retry:
<source lang=diff>
- Lib=`find *libjpeg.so*`
+ Lib=`find /usr/lib -name *libjpeg.so*`
</source>
* If needed, give Citrix access to Firefox certificates:
<source lang=bash>
sudo ln -s /usr/share/ca-certificates/mozilla/* /opt/Citrix/ICAClient/keystore/cacerts
</source>
* If Firefox asks for program when opening an <tt>.ica</tt> file, point it to <tt>/opt/Citrix/ICAClient/wfica.sh</tt>:
|-
|-
|'''tmux''' (<tt>tmux</tt>)||Alternative to ''screen'', but with support for multiple panes like ''terminator''
|[yyyy-mm-dd]||'''Application''' (<tt>package</tt>)||<small>[YYYY-MM-DD]</small> Update<br/>Additional configuration settings
|}
|}


Un-installed applications (by uninstall date):
Un-installed applications (by uninstall date):
{| class="install_log"
{| class="install_simple_log"
|-
|-
|[yyyy-mm-dd]||'''Application''' (<tt>package</tt>)||<small>[YYYY-MM-DD]</small> uninstalled (reason)
|'''Application''' (<tt>package</tt>)||<small>[YYYY-MM-DD]</small> uninstalled (reason)
|}
|}


== Simple Settings ==
== Simple Settings ==
* [<tt>2011-05-24</tt>] - '''VirtualBox - display''' &rarr; Enable '''3D acceleration''' (for compiz), but use '''only 1 monitor''' (otherwise painfully slow).
* [<tt>YYYY-MM-DD</tt>] - SETTING
* [<tt>2012-10-18</tt>] - '''Terminator''' &rarr; Select profile ''default8'', add <code>-p default8</code> to ''Exec'' key in ''Terminator'' <tt>*.desktop</tt> file.


== Detailed System Settings ==
== Detailed System Settings ==
Line 50: Line 66:


=== Network ===
=== Network ===
<ul>
* To be completed
<li> VirtualBox settings:</li>
{| class=wikitable
|-
!itf!!type!!nxl67063ux!!nxl67063
|-
|eth0||Bridged adapter||-||-
|-
|eth1||Host-Only||192.168.56.101||192.168.56.1
|-
|eth2||NAT||10.0.4.14||?
|}
<li>windows <tt>C:\WINDOWS\system32\drivers\etc\hosts</tt>:</li>
<source lang=text>
192.168.56.101 nxl67063ux nxl67063ux.local
</source>
<li>windows <tt>C:\WINDOWS\system32\drivers\etc\lmhosts.sam</tt>:</li>
<source lang=text>
192.168.56.101 nxl67063ux #PRE
</source>
</ul>


=== Preferences ===
=== Preferences ===
* To be completed
* To be completed

=== SSH ===
* Do not accept locale env var. <tt>LC_*</tt> from the client (see [[SSH#Missing Locale in Perl]])


=== 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 ==
=== APPLICATION ===
=== Samba Server ===
* Settings
* Settings <tt>/etc/samba/smb.conf</tt>:
<source lang=text>
workgroup = TELEMATICS
security = user
username map = /etc/samba/smbusers

[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 ==
=== Issues ===
=== Issues ===
See [[Common Issues]].
* '''{{red|Issue}}''' — To be completed
* '''{{red|To Do}}''' — Description


=== Done & Fixed ===
=== Done & Fixed ===

Latest revision as of 10:01, 24 July 2014

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

Citrix ICA Client (icaclient) V12.1 — See this excellent page from Ubuntu Official Documentation.
  • Install Citrix ICA Client, then check installation:
sudo apt-get install icaclient               # will install motif-clients
/opt/Citrix/ICAClient/util/hdxcheck.sh       # Check installation (as user)
  • If hdxcheck.sh fails, patch it and retry:
- Lib=`find *libjpeg.so*`
+ Lib=`find /usr/lib -name *libjpeg.so*`
  • If needed, give Citrix access to Firefox certificates:
sudo ln -s /usr/share/ca-certificates/mozilla/* /opt/Citrix/ICAClient/keystore/cacerts
  • If Firefox asks for program when opening an .ica file, point it to /opt/Citrix/ICAClient/wfica.sh:
tmux (tmux) Alternative to screen, but with support for multiple panes like terminator

Un-installed applications (by uninstall date):

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).
  • [2012-10-18] - Terminator → Select profile default8, add -p default8 to Exec key in Terminator *.desktop file.

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
username map = /etc/samba/smbusers

[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

See Common Issues.

Done & Fixed

  • Fixed — Issue description
    Fix description
  • Done — Description