User Tools

Site Tools


haas:system:lab46.offbyone.lan

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
haas:system:lab46.offbyone.lan [2014/07/11 15:03] – [Packages] wedgehaas:system:lab46.offbyone.lan [2014/09/14 19:05] – [Packages] wedge
Line 32: Line 32:
  
   * lair-std   * lair-std
-  * lair-ldap+  * lair-ldap (libnss-ldapd nslcd)
   * lair-nfs   * lair-nfs
   * nslcd   * nslcd
Line 48: Line 48:
   * links2 sc bvi hexedit talk talkd utalk   * links2 sc bvi hexedit talk talkd utalk
   * indent indent-doc   * indent indent-doc
 +  * fakeroot debhelper automake debomatic
 +  * manpages-dev
 +  * mosh
 +  * ruby2.1
 +  * mercurial git subversion
 +  * openssl ca-certificates
 +  * lynx
 +  * telnet
 +  * bsd-mailx
 +  * dateutils
  
   * lair-std lair-nfs lair-vm lair-ldap   * lair-std lair-nfs lair-vm lair-ldap
Line 97: Line 107:
 ## LAIR Xen VM configuration file ## LAIR Xen VM configuration file
 ## ##
-##     created by xen-tools 4.on Fri Apr 11 05:39:29 2014.+##     created by xen-tools 4.on Thu Jul 10 09:33:02 2014.
 ## ##
 ###################################################################### ######################################################################
Line 105: Line 115:
 ## PyGRUB ## PyGRUB
 ## ##
-bootloader  = '/usr/lib/xen-default/bin/pygrub'+bootloader  = '/usr/lib/xen-4.3/bin/pygrub'
  
 ###################################################################### ######################################################################
Line 111: Line 121:
 ## CPU(s) + memory size ## CPU(s) + memory size
 ## ##
-memory      = '192+memory      = '1536
-vcpus       = '1'+vcpus       = '2'
  
 ###################################################################### ######################################################################
Line 119: Line 129:
 ## ##
 root        = '/dev/xvda1 ro' root        = '/dev/xvda1 ro'
-disk        = [ 'file:/xen/images/lab46new.disk,xvda1,w', +disk        = [ 'file:/xen/images/lab46.disk,xvda1,w', 
-                'file:/xen/images/lab46newtmp.disk,xvda2,w', +                'file:/xen/images/lab46tmp.disk,xvda2,w', 
-                'file:/xen/images/lab46new.swap,xvda3,w' ]+                'file:/xen/images/lab46.swap,xvda3,w' ]
  
 ###################################################################### ######################################################################
Line 127: Line 137:
 ## Hostname ## Hostname
 ## ##
-name        = 'lab46new'+name        = 'lab46'
  
 ###################################################################### ######################################################################
Line 134: Line 144:
 ## ##
 dhcp        = 'dhcp' dhcp        = 'dhcp'
-vif         = [ 'mac=00:16:3E:07:CD:F1' ]+vif         = [ 'mac=00:16:3E:5D:88:D8,bridge=xenbr1' ]                                   
  
 ###################################################################### ######################################################################
Line 196: Line 206:
  
 <code> <code>
-# Configure GNU indent+###################################################################### 
 +## 
 +## Configure GNU indent 
 +##
 INDENT_PROFILE="/etc/indent.conf" INDENT_PROFILE="/etc/indent.conf"
 </code> </code>
  
 From the manual page, it would seem that if a user places their own **~/.indent.pro**, it may override the system settings.. so if someone was really particular about a certain style, they'd have that flexibility. From the manual page, it would seem that if a user places their own **~/.indent.pro**, it may override the system settings.. so if someone was really particular about a certain style, they'd have that flexibility.
- 
 =====limits.conf===== =====limits.conf=====
 In order to prevent abuses (both accidental and intentional), **/etc/limits.conf** has some resource limitations specified: In order to prevent abuses (both accidental and intentional), **/etc/limits.conf** has some resource limitations specified:
Line 239: Line 251:
 export PATH=${PATH}:${PLAN9}/bin export PATH=${PATH}:${PLAN9}/bin
 </code> </code>
 +
 +=====aptitude auto-remounting /tmp for exec/noexec=====
 +<cli>
 +lab46:/etc/apt/apt.conf.d# cat 73_tmp 
 +DPkg::Pre-Invoke {"mount -o remount,exec /tmp";};
 +DPkg::Post-Invoke {"mount -o remount /tmp";};
 +lab46:/etc/apt/apt.conf.d# 
 +</cli>
 +
 +=====apt norecommends config=====
 +<cli>
 +lab46:/etc/apt/apt.conf.d# cat 99_norecommends 
 +APT::Install-Recommends "false";
 +APT::AutoRemove::RecommendsImportant "false";
 +APT::AutoRemove::SuggestsImportant "false";
 +lab46:/etc/apt/apt.conf.d# 
 +</cli>
haas/system/lab46.offbyone.lan.txt · Last modified: 2014/09/15 16:41 by wedge