Nxl67002 - Ubuntu: Difference between revisions
Jump to navigation
Jump to search
(→Installed Applications: UEX 1.2.0.7, VirtualBox 3.2.0 *UDPATE*) |
|||
Line 105: | Line 105: | ||
=== [[VirtualBox|VirtualBox]] === |
=== [[VirtualBox|VirtualBox]] === |
||
* Installed with apt |
* Installed with apt, version '''3.2.0''' |
||
* We are booting Windows directly from the partition <tt>/dev/sda2</tt>. For this we create a raw disk, and update the MBR code to remove GRUB (requires package <tt>mbr</tt>): |
|||
{{pl2|<source lang="bash"> |
|||
sudo dd if=/dev/sda of=opensource.mbr bs=512 count=1 |
|||
sudo install-mbr -i n -p D -t 0 opensource.mbr # Requires package "mbr" |
|||
⚫ | |||
</source>}} |
|||
:See section '''Advanced storage configuration''' in [http://www.virtualbox.org/manual/ch09.html Ch. 9 Advanced topics]. |
|||
:<font color="red">'''NOTE!'''</font> The raw disk might need to be updated every time the partitioning change on the host drive. But may be this is not required since we used '''<code>-relative</code>'''. |
|||
* VirtualBox must be booted as '''root''': |
|||
{{pl2|<source lang="bash" enclose=prevalid>gksudo VirtualBox&</source>}} |
|||
* Virtual machine '''NXL67002''' |
* Virtual machine '''NXL67002''' |
||
** Base Memory '''1536 MB''', '''2''' cpus, VT-x/AMD-V '''enabled''', Nested Paging '''enabled''' |
** Base Memory '''1536 MB''', '''2''' cpus, VT-x/AMD-V '''enabled''', Nested Paging '''enabled''' |
||
** Video memory ''' |
** Video memory '''48 MB''', '''2''' monitors, 3D accel '''enabled''', 2D accel '''enabled''' |
||
** Audio host driver '''PulseAudio''', controller '''ICH AC97''' |
** Audio host driver '''PulseAudio''', controller '''ICH AC97''' |
||
** Network '''PCnet-FAST III''', '''bridged''', '''eth0''' |
** Network '''PCnet-FAST III''', '''bridged''', '''eth0''' |
||
** Machine folder: '''permanent''', '''full access''', '''<tt>/windows/d</tt>''' as '''<tt>d</tt>''' |
|||
* Create raw disk for <tt>/dev/sda2</tt> |
|||
** Default layount: '''seamless mode''', extended desktop (windows taskbar on external monitor, gnome taskbar on primary monitor, workspace switcher panel on top bar) |
|||
⚫ | |||
== To Do == |
== To Do == |
Revision as of 14:42, 27 May 2010
Introduction
This is the configuration page for the Ubuntu Lucid Lynx 10.04 LTS (amd64) partition on NXL67002.
Configuration Files
All configuration files can be found here.
Installed Applications
[2010-05-03] | Gnome DO (gnome-do) | |
[2010-05-10] | Midnight Commander (mc) | see reference page |
[2010-05-10] | Vim (vim) | |
[2010-05-10] | Opera 10.53 beta | |
[2010-05-10] | VirtualBox 3.2.0 (virtualbox-3.2) | [2010-05-26] Updated! — See VirtualBox |
[2010-05-10] | Samba (smbclient smbfs) | |
[2010-05-10] | KeePassX (keepassx) | |
[2010-05-11] | Privoxy (privoxy) | |
[2010-05-11] | AutoSSH (autossh) | |
[2010-05-11] | apt-file (apt-file) | |
[2010-05-11] | SSH Tunnel script (sshtunnel.pl, libssl-dev) | Thierry Walrant's Perl script sshtunnel.pl |
[2010-05-11] | GNU C/C++ compiler (g++) | |
[2010-05-26] | UltraEdit 1.2.0.7 (uex) |
Un-installed applications (by uninstall date):
none
Automatic Updates
- [2010-05-03] — Kernel — (linux-image-2.6.32-22-generic, replacing original linux-image-2.6.32-21-generic)
Simple Settings
- GRUB — Added to file /etc/grub.d/40_custom:
set default="Microsoft Windows XP Professional (on /dev/sda2)"
Detailed System Settings
1st install
- 1st install on [2010-05-03]
- Distribution: Ubuntu 10.04 LTS amd64
- Installation method: Net boot install from Internet using GRUB
- Language: English
- Location: Europe, Belgium Time
- Computer name: NXL67002UX
- Keyboard layout: USA, USA
- Name: beq06659
- Login name: beq06659
- Update: Install security updates automatically
- Software to install: Ubuntu Desktop
- Partition: see main page
File System
TBC
Network
To be completed
Preferences
- Appearance
- Fonts: All font size set to 8, except Title → 9.
- Keyboard Layout (System-Wide)
- Layout: Belgium (default) + USA, no separate layout
- Options: capslock affects all keys, shift+capslock switch layout (because shift-alt conflicts with ctrl-alt-shift shortcuts), right alt chooses 3rd level
- Keyboard Shortcuts
- Window List Panel (see here)
- Window List Content → Show windows from all workspace
- Restoring Minimized Windows → Restore to native workspace
Action | Shortcut | Remark |
---|---|---|
Home Folder | Win-E (Mod4-E) | Hack Super is mapped to Win keys not needed anymore it seems |
Expo key | Shift-Win-E (Shift-Mod4-E) | |
Activate the window menu | Shift-Alt-Space | was conflicting with Gnome DO shortcut |
Detailed Application Settings
Gnome DO
- Autostart, Quiet mode, notification icon, Glass theme
- Launch key: <alt>+space (! disable first Gnome global shortcut for Activate the window menu)
Nautilus
- Default view: List View
- Display, date format: YYYY-MM-DD hh:mm:ss
- List View: zoom 33%
Terminal
- Set default window size (system-wide) to 150x43
- Disabled menu shortcut key (F10) (conflicts with midnight commander)
- Set scrollback to 5120 lines
VirtualBox
- Installed with apt, version 3.2.0
- We are booting Windows directly from the partition /dev/sda2. For this we create a raw disk, and update the MBR code to remove GRUB (requires package mbr):
sudo dd if=/dev/sda of=opensource.mbr bs=512 count=1
sudo install-mbr -i n -p D -t 0 opensource.mbr # Requires package "mbr"
VBoxManage internalcommands createrawvmdk -filename nxl67002-sda2-mbr.vmdk -rawdisk /dev/sda -partitions 2 -relative -mbr opensource.mbr
- See section Advanced storage configuration in Ch. 9 Advanced topics.
- NOTE! The raw disk might need to be updated every time the partitioning change on the host drive. But may be this is not required since we used
-relative
.
- VirtualBox must be booted as root:
gksudo VirtualBox&
- Virtual machine NXL67002
- Base Memory 1536 MB, 2 cpus, VT-x/AMD-V enabled, Nested Paging enabled
- Video memory 48 MB, 2 monitors, 3D accel enabled, 2D accel enabled
- Audio host driver PulseAudio, controller ICH AC97
- Network PCnet-FAST III, bridged, eth0
- Machine folder: permanent, full access, /windows/d as d
- Default layount: seamless mode, extended desktop (windows taskbar on external monitor, gnome taskbar on primary monitor, workspace switcher panel on top bar)
To Do
Nothing so far...