|
imported from wiki, 15 October 2010
When: 10:30 – 16:30, Saturday 14th April 2007
Where: SouthamptonUniversity SeminarRoom1
Gallery: http://www.hants.lug.org.uk/gallery/HantsLUG_04_2007
Talks & Presentations
Media and presentations from the talks are available from the TechTalks/14thApril2007 page.
Who Was There
imported from wiki, 13 October 2010 Some Tips for Passwords and Logins
Legend:
- R : Root, user role
- S : System Accounts
- U : User Accounts
In general order of increasing security.
Do not send passwords in clear text over the network
[RSU]
As a general rule no protocol that transmits unencrypted authentication data over a network should be used. Examples of insecure protocols are telnet, ftp and the r* tools. All modern Unix and Linux systems ship with secure alternatives as default, and either no longer contain or require manual intervention to enable legacy protocols.
Where legacy applications demand use of insecure protocols, [continued…]
imported from wiki, 9 October 2010 Starting a Window Manager
When the idea of a graphical system for Unix was first introduced, there was a basic (very basic) graphical screen, based on what some of you will recognise as xdm. That is all well and good, but for those of us that like the CLI (Command-Line Interface), you can use:
startx
to force a normal console-login to start your desired window-manager. Graphical login managers use the underlying configuration file:
~/.xsession
While startx uses:
~/.xinitrc
Although, if no ~/.xinitrc file is present, startx will read ~/.xsession quite happily.
Initially (unless you have added one to /etc/skel/), these [continued…]
imported from wiki, 4 October 2010
When: 11:00 – 17:30, Saturday 14th March 2009
Where: School of Management, http://www.surrey.lug.org.uk/cgi-bin/wiki.pl?[[BringABox/UniversityOfSurrey|University Of Surrey]]
Joint meeting with SurreyLUG
Who Was There
- Lots of people, 28 at the peak according to Surrey.
What Happened
Lots of talks and presentations:
imported from wiki, 3 October 2010
When: 10:30 – 16:30, Saturday 5th April 2008
Where: SouthamptonUniversity SeminarRoom1
Times
Who Was There
What Happened
Talks given by:
Adrian also fixed cupsd crashing upgrade required and also gpilot not running (needed the applet starting).
imported from wiki, 3 October 2010
When: 10:00 – 16:30, Saturday 02nd October 2010
Where: SeminarRoom1, Southampton University.
Events Planned
Who Was There
What Happened
* Add your stuff here
See Also
imported from wiki, 17 September 2010
When: 10:30 – 17:00, Saturday 6th August 2005
Where: SeminarRoom1
[[TechTalks]]
You’ll find slides, video and other media from the talks on the TechTalks/6thAugust2005 page.
AGM Minutes
Welcome. The Chairman welcomed everyone to the meeting. There were 21 eligible Members, forming a quorate Meeting.
Matters [continued…]
imported from wiki, 17 September 2010
When: 10:30 – 17:00, Saturday 12th June 2004
Where: SeminarRoom1, Building 59 (Zepler), Department of Electronics & Computer Science, Southampton University.
Who was there
imported from wiki, 17 September 2010 Introduction
A lot of keyboards now have multimedia hot keys on them. For example, most of the Logitech keyboards have the ability to mute the sound and turn the volume up or down. It is possible to use them under X on Linux.
Keyboard keys pass through a ludicrous number of different remappings on Linux before X applications receive them.
But they’re not “remapped” at all. The XServer has to communicate back to the XClient (via the window manager) the key that was pressed. This isn’t remapping whatsoever.
The keyboard generates scancodes
The Linux console driver remaps these to Linux [continued…]
imported from wiki, 17 September 2010 Qemu Video Performance
To optimize video performance under Qemu you should use a 16-bit colour depth on both the host and guest operating systems. To set 16-bit colour depth do:
$ sudo gedit /etc/X11/xorg.conf
Find the line which starts ‘DefaultDepth’ and change it so that it reads…
!DefaultDepth 16
Remeber to restart X in order to make your changes take effect.
Qemu Launcher
Qemu Launcher is a GNOME / Gtk front-end for Qemu which can Create and save multiple VM configurations and can create disk images from the GUI using dd, qemu-mkcow, and vmdk2raw for raw, COW, and VMWare converted [continued…]
|
|