Nxl67170 - Ubuntu - Files: Difference between revisions

From miki
Jump to navigation Jump to search
(Created page with "<small>Generated with script '''./generate_wiki_page.sh''' on host '''nxl67170ux'''</small> __TOC__ These are the configuration files on '''Configuration NXP Dell Latitude...")
 
(→‎Directory /etc: Previous edit was wrong fstab / sudoers - fixed)
 
(5 intermediate revisions by the same user not shown)
Line 7: Line 7:
=== Directory /etc ===
=== Directory /etc ===
'''fstab'''
'''fstab'''
{{pl2|{{hiddenSourceFile|/etc/|fstab|<source lang=bash class="fstab">
{{pl2|{{hiddenSourceFile|/etc/|fstab|content=<source lang=bash>
# /etc/fstab: static file system information.
# /etc/fstab: static file system information.
#
#
Line 24: Line 24:
# swap was on /dev/sda6 during installation
# swap was on /dev/sda6 during installation
UUID=bda1aa71-fca5-4294-98d1-29ccae735411 none swap sw 0 0
UUID=bda1aa71-fca5-4294-98d1-29ccae735411 none swap sw 0 0
# Partition with windows vbox image

UUID=975b6551-7714-46b9-8e99-9a27ab12b2f4 /c ext4 defaults,noatime,data=writeback 0 2
# Native mount - READ-ONLY for C drive (or corruption if vbox is running)
#
###################################################################################
# NEVER MOUNT /dev/sda1 READ-WRITE OR IT WILL CORRUPT VBOX SNAPSHOTS !!!
###################################################################################
/dev/sda1 /c ntfs ro,users,nls=utf8,exec 0 2
</source>
</source>
}} }}
}} }}
'''sudoers'''
'''sudoers'''
{{pl2|{{hiddenSourceFile|/etc/|sudoers|<source lang=text class="sudoers">
{{pl2|{{hiddenSourceFile|/etc/|sudoers|content=<source lang=text>
#
#
# This file MUST be edited with the 'visudo' command as root.
# This file MUST be edited with the 'visudo' command as root.
Line 83: Line 78:
</source>
</source>
}} }}
}} }}

=== Directory /var/spool/cron/crontabs ===
'''beq06659'''
{{pl2|{{hiddenSourceFile|/var/spool/cron/crontabs/|beq06659|content=<source lang=bash>
# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/tmp/crontab.emM9P7/crontab installed on Tue Feb 24 15:12:19 2015)
# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)
# Crontab
#
# Install this crontab with
#
# sed -r '/^#/!s/\$USER/'$USER'/g' crontab-noekeon | crontab
#
# !!! THIS WILL OVERWRITE ANY CURRENT CRONTAB !!!
#
# Or append only job to current crontab
#
# ( crontab -l; sed -r '$!d;s/\$USER/'$USER'/g' crontab-noekeon ) | crontab
#
# Use /bin/bash to run commands, instead of the default /bin/sh
SHELL=/bin/bash
# Define variable USER because we need it in our job scripts
USER=beq06659
# Mail any output to '$USER', no matter whose crontab this is
MAILTO=beq06659
# Set PATH - by default it is set to /usr/bin:/bin
PATH=/home/beq06659/bin:/usr/local/bin:/usr/bin:/bin
#
#
# m h dom mon dow command (dow=0|7 is sunday)
37 * * * * chronic ~beq06659/bin/backup_main ~beq06659/etc/backup-noekeon
33 * * * * chronic ~beq06659/bin/fetch_all_svn.sh
30 12 * * * RCLCRON_RCLINDEX= RECOLL_CONFDIR="/home/beq06659/.recoll/" recollindex
42 * * * * chronic ~beq06659/bin/local/fetch_all_git.sh
37 * * * * chronic ~beq06659/bin/backup_main ~beq06659/etc/backup-nxpwiki
47 * * * * chronic ~beq06659/bin/local/deduplocal.sh
50 * * * * chronic ~beq06659/bin/backup_main ~beq06659/etc/backup-evoswiki</source>
}} }}

=== Directory /etc/privoxy ===
=== Directory /etc/privoxy ===
'''set-network-config''' - This file must be '''chmod 755'''. Also the following line must be added to <tt>/etc/sudoers</tt>:
'''set-network-config''' - This file must be '''chmod 755'''. Also the following line must be added to <tt>/etc/sudoers</tt>:
:<code> ALL ALL=(ALL) NOPASSWD: /etc/privoxy/set-network-config </code>
:<code> ALL ALL=(ALL) NOPASSWD: /etc/privoxy/set-network-config </code>
{{pl2|{{hiddenSourceFile|/etc/privoxy/|set-network-config|<source lang=bash class="set-network-config">
{{pl2|{{hiddenSourceFile|/etc/privoxy/|set-network-config|content=<source lang=bash>
#! /bin/bash
#! /bin/bash


Line 102: Line 136:
}} }}
}} }}
'''config-home.patch'''
'''config-home.patch'''
{{pl2|{{hiddenSourceFile|/etc/privoxy/|config-home.patch|<source lang=diff class="config-home.patch">
{{pl2|{{hiddenSourceFile|/etc/privoxy/|config-home.patch|content=<source lang=diff>
--- config.original 2012-01-08 03:40:09.000000000 +0100
--- config.original 2012-01-08 03:40:09.000000000 +0100
+++ config-home 2013-03-12 00:59:16.000000000 +0100
+++ config-home 2013-03-12 00:59:16.000000000 +0100
Line 126: Line 160:
}} }}
}} }}
'''config-nxp.patch'''
'''config-nxp.patch'''
{{pl2|{{hiddenSourceFile|/etc/privoxy/|config-nxp.patch|<source lang=diff class="config-nxp.patch">
{{pl2|{{hiddenSourceFile|/etc/privoxy/|config-nxp.patch|content=<source lang=diff>
--- config-home 2013-03-12 00:59:16.000000000 +0100
--- config-home 2013-03-12 00:59:16.000000000 +0100
+++ config-nxp 2014-06-03 11:59:47.000000000 +0200
+++ config-nxp 2014-06-03 11:59:47.000000000 +0200
Line 165: Line 199:


'''config-nxp_direct.patch'''
'''config-nxp_direct.patch'''
{{pl2|{{hiddenSourceFile|/etc/privoxy/|config-nxp_direct.patch|<source lang=diff class="config-nxp_direct.patch">
{{pl2|{{hiddenSourceFile|/etc/privoxy/|config-nxp_direct.patch|content=<source lang=diff>
--- config-nxp 2014-06-03 11:59:47.000000000 +0200
--- config-nxp 2014-06-03 11:59:47.000000000 +0200
+++ config-nxp_direct 2013-11-18 14:16:30.000000000 +0100
+++ config-nxp_direct 2013-11-18 14:16:30.000000000 +0100
Line 201: Line 235:
=== Directory /usr/share/X11/xkb/symbols ===
=== Directory /usr/share/X11/xkb/symbols ===
'''be'''
'''be'''
{{pl2|{{hiddenSourceFile|/usr/share/X11/xkb/symbols/|be|<source lang=c class="be">
{{pl2|{{hiddenSourceFile|/usr/share/X11/xkb/symbols/|be|content=<source lang=c>
// $XKeyboardConfig$
// $XKeyboardConfig$


Line 460: Line 494:
=== Directory /home/beq06659/.kde ===
=== Directory /home/beq06659/.kde ===
'''share/config/kioslaverc'''
'''share/config/kioslaverc'''
{{pl2|{{hiddenSourceFile|/home/beq06659/.kde/|share/config/kioslaverc|<source lang=text class="share/config/kioslaverc">
{{pl2|{{hiddenSourceFile|/home/beq06659/.kde/|share/config/kioslaverc|content=<source lang=text>
[$Version]
[$Version]
update_info=kioslave.upd:kde2.2/r1,kioslave.upd:kde2.2/r2,kioslave.upd:kde2.2/r3
update_info=kioslave.upd:kde2.2/r1,kioslave.upd:kde2.2/r2,kioslave.upd:kde2.2/r3
Line 467: Line 501:
=== Directory /home/beq06659/.opera ===
=== Directory /home/beq06659/.opera ===
'''speeddial.ini'''
'''speeddial.ini'''
{{pl2|{{hiddenSourceFile|/home/beq06659/.opera/|speeddial.ini|<source lang=text class="speeddial.ini">
{{pl2|{{hiddenSourceFile|/home/beq06659/.opera/|speeddial.ini|content=<source lang=text>
Opera Preferences version 2.1
Opera Preferences version 2.1
; Do not edit this file while Opera is running
; Do not edit this file while Opera is running

Latest revision as of 20:46, 11 April 2015

Generated with script ./generate_wiki_page.sh on host nxl67170ux

These are the configuration files on Configuration NXP Dell Latitude E5430 - Ubuntu.

Directory /etc

fstab

sudoers

Directory /var/spool/cron/crontabs

beq06659

Directory /etc/privoxy

set-network-config - This file must be chmod 755. Also the following line must be added to /etc/sudoers:

ALL ALL=(ALL) NOPASSWD: /etc/privoxy/set-network-config

config-home.patch

config-nxp.patch

config-nxp_auth - symlinked to config-nxp

config-nxp_direct.patch

Directory /usr/share/X11/xkb/symbols

be

Directory /home/beq06659/.kde

share/config/kioslaverc

Directory /home/beq06659/.opera

speeddial.ini