Nxl67063 - Ubuntu: Difference between revisions
Jump to navigation
Jump to search
(→Preferences: Don't propagate locale env var LC_* via ssh) |
(→SSH) |
||
Line 78: | Line 78: | ||
=== SSH === |
=== SSH === |
||
* Do not accept locale env var. <tt>LC_*</tt> from the client (see [[SSH#Missing Locale in Perl]] |
|||
* Get a ''perl'' error about missing locale when logging in from ''Griffin'': |
|||
<source lang=text> |
|||
perl: warning: Setting locale failed. |
|||
perl: warning: Please check that your locale settings: |
|||
LANGUAGE = (unset), |
|||
LC_ALL = (unset), |
|||
LC_PAPER = "fr_BE.UTF-8", |
|||
... |
|||
LC_NAME = "fr_BE.UTF-8", |
|||
LANG = "en_US.UTF-8" |
|||
are supported and installed on your system. |
|||
perl: warning: Falling back to the standard locale ("C"). |
|||
</source> |
|||
* This is fixed by telling ''sshd'' not to accept locale env var. from the client. Edit <tt>/etc/ssh/sshd_config</tt>: |
|||
<source lang=bash> |
|||
# AcceptEnv LANG LC_* |
|||
AcceptEnv LANG |
|||
</source> |
|||
=== Users === |
=== Users === |
Revision as of 20:19, 13 June 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:
- windows C:\WINDOWS\system32\drivers\etc\hosts:
- windows C:\WINDOWS\system32\drivers\etc\lmhosts.sam:
itf | type | nxl67063ux | nxl67063 |
---|---|---|---|
eth0 | Bridged adapter | - | - |
eth1 | Host-Only | 192.168.56.101 | 192.168.56.1 |
eth2 | NAT | 10.0.4.14 | ? |
192.168.56.101 nxl67063ux nxl67063ux.local
192.168.56.101 nxl67063ux #PRE
Preferences
- To be completed
SSH
- Do not accept locale env var. LC_* from the client (see SSH#Missing Locale in Perl
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 — When connecting to Host's Cygwin via SSH, there network drive shares are not visible.
- Know issue, see Cygwin#SSHD
- To Do — Description
Done & Fixed
- Fixed — Issue description
Fix description - Done — Description