mkdir -p './psad/archive'
mkdir -p './psad/snort_rules'
mkdir -p './request-key.d'
-mkdir -p './security/limits.d'
mkdir -p './security/namespace.d'
mkdir -p './smartmontools/smartd_warning.d'
mkdir -p './systemd/network'
maybe chmod 0600 'NetworkManager/system-connections/G-Homa'
maybe chmod 0600 'NetworkManager/system-connections/Hotel_Jalisco_1D'
maybe chmod 0600 'NetworkManager/system-connections/LaCrosseGateway_1505931'
+maybe chmod 0644 'NetworkManager/system-connections/NetworkManager-USRP'
maybe chmod 0600 'NetworkManager/system-connections/O2'
maybe chmod 0600 'NetworkManager/system-connections/OpenWrt'
maybe chmod 0600 'NetworkManager/system-connections/Sommerresidenz'
maybe chmod 0644 'gnome-app-install/packages-whitelist'
maybe chmod 0644 'gnome/defaults.list'
maybe chmod 0644 'gnome/menus.blacklist'
+maybe chmod 0755 'gnuradio'
+maybe chmod 0755 'gnuradio/conf.d'
+maybe chmod 0644 'gnuradio/conf.d/gnuradio-runtime.conf'
+maybe chmod 0644 'gnuradio/conf.d/gr-audio-alsa.conf'
+maybe chmod 0644 'gnuradio/conf.d/gr-audio-jack.conf'
+maybe chmod 0644 'gnuradio/conf.d/gr-audio-oss.conf'
+maybe chmod 0644 'gnuradio/conf.d/gr-audio-portaudio.conf'
+maybe chmod 0644 'gnuradio/conf.d/gr-audio.conf'
+maybe chmod 0644 'gnuradio/conf.d/gr-qtgui.conf'
+maybe chmod 0644 'gnuradio/conf.d/gr-wxgui.conf'
+maybe chmod 0644 'gnuradio/conf.d/gr_log_default.conf'
+maybe chmod 0644 'gnuradio/conf.d/grc.conf'
+maybe chmod 0644 'gnuradio/conf.d/modtool.conf'
maybe chmod 0755 'groff'
maybe chmod 0644 'groff/man.local'
maybe chmod 0644 'groff/mdoc.local'
maybe chmod 0644 'passwd'
maybe chmod 0644 'passwd-'
maybe chmod 0755 'pcmcia'
+maybe chmod 0755 'pcmcia/comedi'
+maybe chmod 0644 'pcmcia/comedi.conf'
+maybe chmod 0644 'pcmcia/comedi.opts'
maybe chmod 0644 'pcmcia/config.opts'
maybe chmod 0755 'perl'
maybe chmod 0755 'perl/CPAN'
maybe chmod 0644 'security/group.conf'
maybe chmod 0644 'security/limits.conf'
maybe chmod 0755 'security/limits.d'
+maybe chmod 0644 'security/limits.d/uhd.conf'
maybe chmod 0644 'security/namespace.conf'
maybe chmod 0755 'security/namespace.d'
maybe chmod 0755 'security/namespace.init'
maybe chmod 0644 'sysctl.d/10-ptrace.conf'
maybe chmod 0644 'sysctl.d/10-zeropage.conf'
maybe chmod 0644 'sysctl.d/README'
+maybe chmod 0644 'sysctl.d/uhd-usrp2.conf'
maybe chmod 0755 'systemd'
maybe chmod 0644 'systemd/journald.conf'
maybe chmod 0644 'systemd/logind.conf'
--- /dev/null
+[802-3-ethernet]
+duplex=full
+
+[connection]
+id=USRP
+uuid=f6a7696d-4958-48f4-b1eb-c2ab9de0a838
+type=802-3-ethernet
+
+[ipv6]
+method=auto
+
+[ipv4]
+method=manual
+addresses1=192.168.10.1;24;0.0.0.0;
--- /dev/null
+/usr/lib/wx/python/wx3.0.pth
\ No newline at end of file
--- /dev/null
+# This file contains system wide configuration data for GNU Radio.
+# You may override any setting on a per-user basis by editing
+# ~/.gnuradio/config.conf
+
+[DEFAULT]
+verbose = False
+
+# The maximum number of messages a block will store up before pruning
+# the queue by popping messages from the front.
+max_messages = 8192
+
+
+[LOG]
+# Levels can be (case insensitive):
+# DEBUG, INFO, WARN, TRACE, ERROR, ALERT, CRIT, FATAL, EMERG
+log_level = debug
+debug_level = emerg
+
+# These file names can either be 'stdout' to output to standard output
+# or 'stderr' to output to standard error. Any other string will
+# create a file in which to output the logging information. An empty
+# string or no value here will ignore this level of configuration
+# completely.
+log_file = stdout
+debug_file = stderr
+
+# Used for advanced configuration of the logger
+#log_config = /usr/etc/gnuradio/gr_log_default.xml
+
+
+[PerfCounters]
+on = False
+export = False
+clock = thread
+#clock = monotonic
+
+[ControlPort]
+on = False
+edges_list = False
--- /dev/null
+# This file contains system wide configuration data for GNU Radio.
+# You may override any setting on a per-user basis by editing
+# ~/.gnuradio/config.conf
+
+[audio_alsa]
+
+default_input_device = default
+default_output_device = default
+# period time in seconds
+period_time = 0.010
+# total buffering = period_time * nperiods
+nperiods = 4
+verbose = false
--- /dev/null
+# This file contains system wide configuration data for GNU Radio.
+# You may override any setting on a per-user basis by editing
+# ~/.gnuradio/config.conf
+
+[audio_jack]
+
+default_input_device = gr_source
+default_output_device = gr_sink
--- /dev/null
+# This file contains system wide configuration data for GNU Radio.
+# You may override any setting on a per-user basis by editing
+# ~/.gnuradio/config.conf
+
+[audio_oss]
+
+default_input_device = /dev/dsp
+default_output_device = /dev/dsp
+#latency in seconds
+latency = 0.005
--- /dev/null
+# This file contains system wide configuration data for GNU Radio.
+# You may override any setting on a per-user basis by editing
+# ~/.gnuradio/config.conf
+
+[audio_portaudio]
+
+#default_input_device = hw:0,0
+#default_output_device = hw:0,0
+
+verbose = false
--- /dev/null
+# This file contains system wide configuration data for GNU Radio.
+# You may override any setting on a per-user basis by editing
+# ~/.gnuradio/config.conf
+
+# specify which audio module to load, or use "auto" to have the system
+# select one. Valid choices depend on your OS and which modules
+# you've installed, but typically include:
+# auto, alsa, oss, portaudio, jack, osx, windows
+
+[audio]
+
+audio_module = auto
--- /dev/null
+# This file contains system wide configuration data for GNU Radio.
+# You may override any setting on a per-user basis by editing
+# ~/.gnuradio/config.conf
+
+[qtgui]
+# 'raster', 'native', or 'opengl'
+# - 'opengl' is the fastest but not likely to always work
+# - 'raster' is fast and stable; terrible X forwarding performance
+# - 'native' most compute intensive; very good over X
+style = raster
+
+# Use a QSS style sheet to set the look and styles of the plots
+# See files in gnuradio/themes/
+# qss =
\ No newline at end of file
--- /dev/null
+# This file contains system wide configuration data for GNU Radio.
+# You may override any setting on a per-user basis by editing
+# ~/.gnuradio/config.conf
+
+[wxgui]
+# 'gl', 'nongl', or 'auto'
+style = auto
+
+# fftsink and waterfallsink
+fft_rate = 15
+
+# scopesink
+frame_decim = 1
--- /dev/null
+log4j.rootCategory=EMERG,A1
+log4j.category.gr_log=DEBUG,A2
+log4j.category.gr_log_debug=NOTSET,A3
+
+log4j.appender.A1=org.apache.log4j.ConsoleAppender
+log4j.appender.A1.target=System.out
+log4j.appender.A1.layout=org.apache.log4j.PatternLayout
+log4j.appender.A1.layout.ConversionPattern=Root :%p: %c{1} - %m%n
+
+log4j.appender.A2=org.apache.log4j.ConsoleAppender
+log4j.appender.A2.target=System.out
+log4j.appender.A2.layout=org.apache.log4j.PatternLayout
+log4j.appender.A2.layout.ConversionPattern=gr::log :%p: %c{1} - %m%n
+
+log4j.appender.A3=org.apache.log4j.ConsoleAppender
+log4j.appender.A3.target=System.out
+log4j.appender.A3.layout=org.apache.log4j.PatternLayout
+log4j.appender.A3.layout.ConversionPattern=gr::debug :%p: %c{1} - %m%n
+
--- /dev/null
+# This file contains system wide configuration data for GNU Radio.
+# You may override any setting on a per-user basis by editing
+# ~/.gnuradio/config.conf
+
+[grc]
+global_blocks_path = /usr/share/gnuradio/grc/blocks:/usr/local/share/gnuradio/grc/blocks
+local_blocks_path =
+default_flow_graph =
+xterm_executable =
+canvas_font_size = 8
+canvas_default_size = 1280, 1024
--- /dev/null
+# This file contains system wide configuration data for GNU Radio.
+# You may override any setting on a per-user basis by editing
+# ~/.gnuradio/config.conf
+
+[modtool]
+newmod_path = /usr/share/gnuradio/modtool/gr-newmod
alle:x:1014:
kvm:x:139:mhoellein
rdma:x:140:
+iocard:x:141:
+usrp:x:142:
postfix:x:132:
postdrop:x:133:
kismet:x:134:mhoellein
-wireshark:x:135:
+wireshark:x:135:mhoellein
davfs2:x:136:mhoellein
mongodb:x:137:mongodb
trezord:x:999:
nvidia-persistenced:x:131:
bumblebee:x:998:mhoellein,syslog
alle:x:1014:
-kvm:x:139:
+kvm:x:139:mhoellein
rdma:x:140:
+iocard:x:141:
alle:!::
kvm:!::mhoellein
rdma:!::
+iocard:!::
+usrp:!::
nvidia-persistenced:!::
bumblebee:!::mhoellein,syslog
alle:!::
-kvm:!::
+kvm:!::mhoellein
rdma:!::
+iocard:!::
application/x-cd-image; gnome-disks --restore-disk-image %s; test=test -n "$DISPLAY"
application/x-raw-disk-image; gnome-disks --restore-disk-image %s; test=test -n "$DISPLAY"
application/x-raw-disk-image-xz-compressed; gnome-disks --restore-disk-image %s; test=test -n "$DISPLAY"
+application/gnuradio-grc; gnuradio-companion %s; test=test -n "$DISPLAY"
text/html; /usr/bin/google-chrome-stable --incognito %s; test=test -n "$DISPLAY"
text/xml; /usr/bin/google-chrome-stable --incognito %s; test=test -n "$DISPLAY"
application/xhtml_xml; /usr/bin/google-chrome-stable --incognito %s; test=test -n "$DISPLAY"
--- /dev/null
+#! /bin/sh
+
+if [ -r ./shared ] ; then . ./shared ; else . /etc/pcmcia/shared ; fi
+
+# Get device attributes
+get_info $DEVICE
+
+# Load site-specific settings
+start_fn () { return; }
+stop_fn () { return; }
+. $0.opts
+
+case "$ACTION" in
+
+'start')
+
+ #echo /usr/sbin/comedi_config /dev/comedi0 $2
+ PATH=/sbin:/usr/sbin:/usr/local/sbin:$PATH;
+ comedi_config /dev/comedi0 $2
+
+ start_fn $DEVICE
+ ;;
+
+'stop')
+
+ stop_fn $DEVICE
+
+ ;;
+
+'check')
+ ;;
+
+'cksum')
+ ;;
+
+'restart')
+ ;;
+
+'suspend'|'resume')
+ ;;
+
+*)
+ usage
+ ;;
+
+esac
+
+exit 0
+
+
+
--- /dev/null
+
+device "ni_mio_cs"
+ class "comedi" module "ni_mio_cs"
+
+device "quatech_daqp_cs"
+ class "comedi" module "quatech_daqp_cs"
+
+device "pcm-das08"
+ class "comedi" module "das08_cs"
+
+device "daqcard-1200"
+ class "comedi" module "ni_labpc_cs"
+
+device "ni_daq_dio24"
+ class "comedi" module "ni_daq_dio24"
+
+device "ni_dio_cs"
+ class "comedi" module "ni_dio_cs"
+
+device "cb_das16_cs"
+ class "comedi" module "cb_das16_cs"
+
+card "National Instruments DAQCard-AI-16XE-50"
+# version "National Instruments", "*", "DAQCard-AI-16XE-50"
+ manfid 0x10b, 0x010d
+ bind "ni_mio_cs"
+
+card "National Instruments DAQCard-AI-16E-4"
+## version "National Instruments", "*", "DAQCard-AI-16E-4"
+ manfid 0x10b, 0x010c
+ bind "ni_mio_cs"
+
+card "National Instruments DAQCard-6062E"
+# version "National Instruments", "*", "DAQCard-6062E"
+ manfid 0x10b, 0x02c4
+ bind "ni_mio_cs"
+
+card "National Instruments DAQCard-6024E"
+# version "National Instruments", "*", "DAQCard-6024E"
+ manfid 0x10b, 0x075e
+ bind "ni_mio_cs"
+
+card "National Instruments DAQCard-6036E"
+ manfid 0x10b, 0x0245
+ bind "ni_mio_cs"
+
+card "National Instruments DAQ-Card DIO-24"
+#card "National Instruments DAQCard-DIO-24"
+ manfid 0x10b, 0x470c
+ bind "ni_dio_cs"
+
+card "Quatech DAQP-308 16-bit Analog Input/Output"
+ manfid 0x0137, 0x0027
+ bind "quatech_daqp_cs"
+
+card "Measurement Computing pcm-das08"
+ manfid 0x01c5, 0x4001
+ bind "pcm-das08"
+
+card "ComputerBoards, Inc. PC-CARD-DAS16/16-AO"
+ #manfid 0x01c5, 0x0039
+ version "ComputerBoards, Inc.", "PC-CARD-DAS16/16-AO"
+ bind "cb_das16_cs"
+
+card "National Instruments DAQCard-1200"
+ manfid 0x10b, 0x103
+ bind "daqcard-1200"
+
+card "National Instruments DAQ-Card DIO-24"
+ manfid 0x010b, 0x475c
+ bind "ni_daq_dio24"
+
--- /dev/null
+@usrp - rtprio 99
--- /dev/null
+# USRP2 gigabit ethernet transport tuning
+net.core.rmem_max=50000000
+net.core.wmem_max=1048576