__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# ##################################################################### # # RTIMULib settings file # General settings # # IMU type - # 0 = Auto discover # 1 = Null (used when data is provided from a remote IMU # 2 = InvenSense MPU-9150 # 3 = STM L3GD20H + LSM303D # 4 = STM L3GD20 + LSM303DLHC # 5 = STM LSM9DS0 # 6 = STM LSM9DS1 # 7 = InvenSense MPU-9250 # 8 = STM L3GD20H + LSM303DLHC # 9 = Bosch BMX055 # 10 = Bosch BNX055 IMUType=6 # # Fusion type type - # 0 - Null. Use if only sensor data required without fusion # 1 - Kalman STATE4 # 2 - RTQF FusionType=2 # # Is bus I2C: 'true' for I2C, 'false' for SPI BusIsI2C=true # # I2C Bus (between 0 and 7) I2CBus=1 # # SPI Bus (between 0 and 7) SPIBus=0 # # SPI select (between 0 and 1) SPISelect=0 # # SPI Speed in Hz SPISpeed=500000 # # I2C slave address (filled in automatically by auto discover) I2CSlaveAddress=106 # # IMU axis rotation - see RTIMU.h for details AxisRotation=0 # Pressure sensor type - # 0 = Auto discover # 1 = Null (no hardware or don't use) # 2 = BMP180 # 3 = LPS25H # 4 = MS5611 # 5 = MS5637 PressureType=0 # # I2C pressure sensor address (filled in automatically by auto discover) I2CPressureAddress=0 # Humidity sensor type - # 0 = Auto discover # 1 = Null (no hardware or don't use) # 2 = HTS221 # 3 = HTU21D HumidityType=0 # # I2C humidity sensor address (filled in automatically by auto discover) I2CHumidityAddress=0 # ##################################################################### # # Compass calibration settings CompassCalValid=true CompassCalMinX=-26.074535 CompassCalMinY=-2.034567 CompassCalMinZ=-14.253133 CompassCalMaxX=49.599648 CompassCalMaxY=70.567223 CompassCalMaxZ=55.166424 # ##################################################################### # # Compass adjustment settings # Compass declination is in radians and is subtracted from calculated heading compassAdjDeclination=0.000000 # ##################################################################### # # Compass ellipsoid calibration compassCalEllipsoidValid=true compassCalOffsetX=0.268940 compassCalOffsetY=0.530345 compassCalOffsetZ=-0.120908 compassCalCorr11=0.973294 compassCalCorr12=-0.014069 compassCalCorr13=-0.021423 compassCalCorr21=-0.014069 compassCalCorr22=0.965692 compassCalCorr23=-0.002746 compassCalCorr31=-0.021423 compassCalCorr32=-0.002746 compassCalCorr33=0.980103 # ##################################################################### # # Accel calibration AccelCalValid=true AccelCalMinX=-0.988512 AccelCalMinY=-1.011500 AccelCalMinZ=-1.012328 AccelCalMaxX=1.006410 AccelCalMaxY=1.004973 AccelCalMaxZ=1.001244 # ##################################################################### # # Saved gyro bias data GyroBiasValid=true GyroBiasX=0.024642 GyroBiasY=0.020255 GyroBiasZ=-0.011905 # ##################################################################### # # MPU-9150 settings # # Gyro sample rate (between 5Hz and 1000Hz) MPU9150GyroAccelSampleRate=50 # # Compass sample rate (between 1Hz and 100Hz) MPU9150CompassSampleRate=25 # # Gyro/accel low pass filter - # 0 - gyro: 256Hz, accel: 260Hz # 1 - gyro: 188Hz, accel: 184Hz # 2 - gyro: 98Hz, accel: 98Hz # 3 - gyro: 42Hz, accel: 44Hz # 4 - gyro: 20Hz, accel: 21Hz # 5 - gyro: 10Hz, accel: 10Hz # 6 - gyro: 5Hz, accel: 5Hz MPU9150GyroAccelLpf=4 # # Gyro full scale range - # 0 - +/- 250 degress per second # 8 - +/- 500 degress per second # 16 - +/- 1000 degress per second # 24 - +/- 2000 degress per second MPU9150GyroFSR=16 # # Accel full scale range - # 0 - +/- 2g # 8 - +/- 4g # 16 - +/- 8g # 24 - +/- 16g MPU9150AccelFSR=16 # ##################################################################### # # MPU-9250 settings # # Gyro sample rate (between 5Hz and 1000Hz plus 8000Hz and 32000Hz) MPU9250GyroAccelSampleRate=80 # # Compass sample rate (between 1Hz and 100Hz) MPU9250CompassSampleRate=40 # # Gyro low pass filter - # 0x11 - 8800Hz, 0.64mS delay # 0x10 - 3600Hz, 0.11mS delay # 0x00 - 250Hz, 0.97mS delay # 0x01 - 184Hz, 2.9mS delay # 0x02 - 92Hz, 3.9mS delay # 0x03 - 41Hz, 5.9mS delay # 0x04 - 20Hz, 9.9mS delay # 0x05 - 10Hz, 17.85mS delay # 0x06 - 5Hz, 33.48mS delay MPU9250GyroLpf=3 # # Accel low pass filter - # 0x08 - 1130Hz, 0.75mS delay # 0x00 - 460Hz, 1.94mS delay # 0x01 - 184Hz, 5.80mS delay # 0x02 - 92Hz, 7.80mS delay # 0x03 - 41Hz, 11.80mS delay # 0x04 - 20Hz, 19.80mS delay # 0x05 - 10Hz, 35.70mS delay # 0x06 - 5Hz, 66.96mS delay MPU9250AccelLpf=3 # # Gyro full scale range - # 0 - +/- 250 degress per second # 8 - +/- 500 degress per second # 16 - +/- 1000 degress per second # 24 - +/- 2000 degress per second MPU9250GyroFSR=16 # # Accel full scale range - # 0 - +/- 2g # 8 - +/- 4g # 16 - +/- 8g # 24 - +/- 16g MPU9250AccelFSR=16 # ##################################################################### # # L3GD20H + LSM303D settings # # Gyro sample rate - # 0 = 12.5Hz # 1 = 25Hz # 2 = 50Hz # 3 = 100Hz # 4 = 200Hz # 5 = 400Hz # 6 = 800Hz GD20HM303DGyroSampleRate=2 # # Gyro full scale range - # 0 = 245 degrees per second # 1 = 500 degrees per second # 2 = 2000 degrees per second GD20HM303DGyroFsr=1 # # Gyro high pass filter - # 0 - 9 but see the L3GD20H manual for details GD20HM303DGyroHpf=4 # # Gyro bandwidth - # 0 - 3 but see the L3GD20H manual for details GD20HM303DGyroBW=1 # Accel sample rate - # 1 = 3.125Hz # 2 = 6.25Hz # 3 = 12.5Hz # 4 = 25Hz # 5 = 50Hz # 6 = 100Hz # 7 = 200Hz # 8 = 400Hz # 9 = 800Hz # 10 = 1600Hz GD20HM303DAccelSampleRate=5 # # Accel full scale range - # 0 = +/- 2g # 1 = +/- 4g # 2 = +/- 6g # 3 = +/- 8g # 4 = +/- 16g GD20HM303DAccelFsr=3 # # Accel low pass filter - # 0 = 773Hz # 1 = 194Hz # 2 = 362Hz # 3 = 50Hz GD20HM303DAccelLpf=3 # # Compass sample rate - # 0 = 3.125Hz # 1 = 6.25Hz # 2 = 12.5Hz # 3 = 25Hz # 4 = 50Hz # 5 = 100Hz GD20HM303DCompassSampleRate=4 # # Compass full scale range - # 0 = +/- 200 uT # 1 = +/- 400 uT # 2 = +/- 800 uT # 3 = +/- 1200 uT GD20HM303DCompassFsr=0 # ##################################################################### # # L3GD20 + LSM303DLHC settings # # Gyro sample rate - # 0 = 95z # 1 = 190Hz # 2 = 380Hz # 3 = 760Hz GD20M303DLHCGyroSampleRate=0 # # Gyro full scale range - # 0 = 250 degrees per second # 1 = 500 degrees per second # 2 = 2000 degrees per second GD20M303DLHCGyroFsr=1 # # Gyro high pass filter - # 0 - 9 but see the L3GD20 manual for details GD20M303DLHCGyroHpf=4 # # Gyro bandwidth - # 0 - 3 but see the L3GD20 manual for details GD20M303DLHCGyroBW=1 # Accel sample rate - # 1 = 1Hz # 2 = 10Hz # 3 = 25Hz # 4 = 50Hz # 5 = 100Hz # 6 = 200Hz # 7 = 400Hz GD20M303DLHCAccelSampleRate=4 # # Accel full scale range - # 0 = +/- 2g # 1 = +/- 4g # 2 = +/- 8g # 3 = +/- 16g GD20M303DLHCAccelFsr=2 # # Compass sample rate - # 0 = 0.75Hz # 1 = 1.5Hz # 2 = 3Hz # 3 = 7.5Hz # 4 = 15Hz # 5 = 30Hz # 6 = 75Hz # 7 = 220Hz GD20M303DLHCCompassSampleRate=5 # # Compass full scale range - # 1 = +/- 130 uT # 2 = +/- 190 uT # 3 = +/- 250 uT # 4 = +/- 400 uT # 5 = +/- 470 uT # 6 = +/- 560 uT # 7 = +/- 810 uT GD20M303DLHCCompassFsr=1 # ##################################################################### # # L3GD20H + LSM303DLHC settings # # # Gyro sample rate - # 0 = 12.5Hz # 1 = 25Hz # 2 = 50Hz # 3 = 100Hz # 4 = 200Hz # 5 = 400Hz # 6 = 800Hz GD20HM303DLHCGyroSampleRate=2 # # Gyro full scale range - # 0 = 245 degrees per second # 1 = 500 degrees per second # 2 = 2000 degrees per second GD20HM303DLHCGyroFsr=1 # # Gyro high pass filter - # 0 - 9 but see the L3GD20H manual for details GD20HM303DLHCGyroHpf=4 # # Gyro bandwidth - # 0 - 3 but see the L3GD20H manual for details GD20HM303DLHCGyroBW=1 # Accel sample rate - # 1 = 1Hz # 2 = 10Hz # 3 = 25Hz # 4 = 50Hz # 5 = 100Hz # 6 = 200Hz # 7 = 400Hz GD20HM303DLHCAccelSampleRate=4 # # Accel full scale range - # 0 = +/- 2g # 1 = +/- 4g # 2 = +/- 8g # 3 = +/- 16g GD20HM303DLHCAccelFsr=2 # # Compass sample rate - # 0 = 0.75Hz # 1 = 1.5Hz # 2 = 3Hz # 3 = 7.5Hz # 4 = 15Hz # 5 = 30Hz # 6 = 75Hz # 7 = 220Hz GD20HM303DLHCCompassSampleRate=5 # # Compass full scale range - # 1 = +/- 130 uT # 2 = +/- 190 uT # 3 = +/- 250 uT # 4 = +/- 400 uT # 5 = +/- 470 uT # 6 = +/- 560 uT # 7 = +/- 810 uT GD20HM303DLHCCompassFsr=1 # ##################################################################### # # LSM9DS0 settings # # Gyro sample rate - # 0 = 95z # 1 = 190Hz # 2 = 380Hz # 3 = 760Hz LSM9DS0GyroSampleRate=0 # # Gyro full scale range - # 0 = 250 degrees per second # 1 = 500 degrees per second # 2 = 2000 degrees per second LSM9DS0GyroFsr=1 # # Gyro high pass filter - # 0 - 9 but see the LSM9DS0 manual for details LSM9DS0GyroHpf=4 # # Gyro bandwidth - # 0 - 3 but see the LSM9DS0 manual for details LSM9DS0GyroBW=1 # Accel sample rate - # 1 = 3.125Hz # 2 = 6.25Hz # 3 = 12.5Hz # 4 = 25Hz # 5 = 50Hz # 6 = 100Hz # 7 = 200Hz # 8 = 400Hz # 9 = 800Hz # 10 = 1600Hz LSM9DS0AccelSampleRate=5 # # Accel full scale range - # 0 = +/- 2g # 1 = +/- 4g # 2 = +/- 6g # 3 = +/- 8g # 4 = +/- 16g LSM9DS0AccelFsr=3 # # Accel low pass filter - # 0 = 773Hz # 1 = 194Hz # 2 = 362Hz # 3 = 50Hz LSM9DS0AccelLpf=3 # # Compass sample rate - # 0 = 3.125Hz # 1 = 6.25Hz # 2 = 12.5Hz # 3 = 25Hz # 4 = 50Hz # 5 = 100Hz LSM9DS0CompassSampleRate=4 # # Compass full scale range - # 0 = +/- 200 uT # 1 = +/- 400 uT # 2 = +/- 800 uT # 3 = +/- 1200 uT LSM9DS0CompassFsr=0 # ##################################################################### # # LSM9DS1 settings # # Gyro sample rate - # 0 = 95Hz # 1 = 190Hz # 2 = 380Hz # 3 = 760Hz LSM9DS1GyroSampleRate=2 # # Gyro full scale range - # 0 = 250 degrees per second # 1 = 500 degrees per second # 2 = 2000 degrees per second LSM9DS1GyroFsr=1 # # Gyro high pass filter - # 0 - 9 but see the LSM9DS1 manual for details LSM9DS1GyroHpf=4 # # Gyro bandwidth - # 0 - 3 but see the LSM9DS1 manual for details LSM9DS1GyroBW=1 # Accel sample rate - # 1 = 14.9Hz # 2 = 59.5Hz # 3 = 119Hz # 4 = 238Hz # 5 = 476Hz # 6 = 952Hz LSM9DS1AccelSampleRate=3 # # Accel full scale range - # 0 = +/- 2g # 1 = +/- 16g # 2 = +/- 4g # 3 = +/- 8g LSM9DS1AccelFsr=3 # # Accel low pass filter - # 0 = 408Hz # 1 = 211Hz # 2 = 105Hz # 3 = 50Hz LSM9DS1AccelLpf=3 # # Compass sample rate - # 0 = 0.625Hz # 1 = 1.25Hz # 2 = 2.5Hz # 3 = 5Hz # 4 = 10Hz # 5 = 20Hz # 6 = 40Hz # 7 = 80Hz LSM9DS1CompassSampleRate=5 # # Compass full scale range - # 0 = +/- 400 uT # 1 = +/- 800 uT # 2 = +/- 1200 uT # 3 = +/- 1600 uT LSM9DS1CompassFsr=0 # ##################################################################### # # BMX055 settings # # # Gyro sample rate - # 0 = 2000Hz (532Hz filter) # 1 = 2000Hz (230Hz filter) # 2 = 1000Hz (116Hz filter) # 3 = 400Hz (47Hz filter) # 4 = 200Hz (23Hz filter) # 5 = 100Hz (12Hz filter) # 6 = 200Hz (64Hz filter) # 7 = 100Hz (32Hz filter) BMX055GyroSampleRate=7 # # Gyro full scale range - # 0 = 2000 deg/s # 1 = 1000 deg/s # 2 = 500 deg/s # 3 = 250 deg/s # 4 = 125 deg/s BMX055GyroFsr=2 # # Accel sample rate - # 0 = 15.63Hz # 1 = 31.25 # 2 = 62.5 # 3 = 125 # 4 = 250 # 5 = 500 # 6 = 1000 # 7 = 2000 BMX055AccelSampleRate=3 # # Accel full scale range - # 0 = +/- 2g # 1 = +/- 4g # 2 = +/- 8g # 3 = +/- 16g BMX055AccelFsr=2 # # Mag presets - # 0 = Low power # 1 = Regular # 2 = Enhanced # 3 = High accuracy BMX055MagPreset=1
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| GNUstep | Folder | 0755 |
|
|
| ImageMagick-7 | Folder | 0755 |
|
|
| NetworkManager | Folder | 0755 |
|
|
| PackageKit | Folder | 0755 |
|
|
| UPower | Folder | 0755 |
|
|
| X11 | Folder | 0755 |
|
|
| alternatives | Folder | 0755 |
|
|
| apache2 | Folder | 0755 |
|
|
| apparmor | Folder | 0755 |
|
|
| apparmor.d | Folder | 0755 |
|
|
| apt | Folder | 0755 |
|
|
| avahi | Folder | 0755 |
|
|
| bash_completion.d | Folder | 0755 |
|
|
| bind | Folder | 2755 |
|
|
| binfmt.d | Folder | 0755 |
|
|
| bluetooth | Folder | 0755 |
|
|
| ca-certificates | Folder | 0755 |
|
|
| chatscripts | Folder | 2750 |
|
|
| chromium | Folder | 0755 |
|
|
| chromium.d | Folder | 0755 |
|
|
| cifs-utils | Folder | 0755 |
|
|
| cloud | Folder | 0755 |
|
|
| console-setup | Folder | 0755 |
|
|
| credstore | Folder | 0700 |
|
|
| credstore.encrypted | Folder | 0700 |
|
|
| cron.d | Folder | 0755 |
|
|
| cron.daily | Folder | 0755 |
|
|
| cron.hourly | Folder | 0755 |
|
|
| cron.monthly | Folder | 0755 |
|
|
| cron.weekly | Folder | 0755 |
|
|
| cron.yearly | Folder | 0755 |
|
|
| cups | Folder | 0755 |
|
|
| cupshelpers | Folder | 0755 |
|
|
| dbconfig-common | Folder | 0755 |
|
|
| dbus-1 | Folder | 0755 |
|
|
| dconf | Folder | 0755 |
|
|
| debuginfod | Folder | 0755 |
|
|
| default | Folder | 0755 |
|
|
| depmod.d | Folder | 0755 |
|
|
| dhcp | Folder | 0755 |
|
|
| dictionaries-common | Folder | 0755 |
|
|
| dpkg | Folder | 0755 |
|
|
| emacs | Folder | 0755 |
|
|
| firefox | Folder | 0755 |
|
|
| fonts | Folder | 0755 |
|
|
| gdb | Folder | 0755 |
|
|
| ghostscript | Folder | 0755 |
|
|
| glvnd | Folder | 0755 |
|
|
| groff | Folder | 0755 |
|
|
| gss | Folder | 0755 |
|
|
| gtk-2.0 | Folder | 0755 |
|
|
| gtk-3.0 | Folder | 0755 |
|
|
| hp | Folder | 0755 |
|
|
| ifplugd | Folder | 0755 |
|
|
| init.d | Folder | 0755 |
|
|
| initramfs | Folder | 0755 |
|
|
| initramfs-tools | Folder | 0755 |
|
|
| insserv.conf.d | Folder | 0755 |
|
|
| ipp-usb | Folder | 0755 |
|
|
| issue.d | Folder | 0755 |
|
|
| kernel | Folder | 0755 |
|
|
| keyutils | Folder | 0755 |
|
|
| ld.so.conf.d | Folder | 0755 |
|
|
| ldap | Folder | 0755 |
|
|
| letsencrypt | Folder | 0755 |
|
|
| libblockdev | Folder | 0755 |
|
|
| libibverbs.d | Folder | 0755 |
|
|
| libnl-3 | Folder | 0755 |
|
|
| lightdm | Folder | 0755 |
|
|
| lighttpd | Folder | 0755 |
|
|
| logcheck | Folder | 0755 |
|
|
| logrotate.d | Folder | 0755 |
|
|
| lynx | Folder | 0755 |
|
|
| menu-methods | Folder | 0755 |
|
|
| modprobe.d | Folder | 0755 |
|
|
| modules-load.d | Folder | 0755 |
|
|
| mysql | Folder | 0755 |
|
|
| needrestart | Folder | 0755 |
|
|
| netplan | Folder | 0755 |
|
|
| network | Folder | 0755 |
|
|
| nfs.conf.d | Folder | 0755 |
|
|
| openal | Folder | 0755 |
|
|
| openni2 | Folder | 0755 |
|
|
| opt | Folder | 0755 |
|
|
| pam.d | Folder | 0755 |
|
|
| perl | Folder | 0755 |
|
|
| php | Folder | 0755 |
|
|
| phpmyadmin | Folder | 0755 |
|
|
| plymouth | Folder | 0755 |
|
|
| polkit-1 | Folder | 0755 |
|
|
| ppp | Folder | 0755 |
|
|
| profile.d | Folder | 0755 |
|
|
| pulse | Folder | 0755 |
|
|
| python3 | Folder | 0755 |
|
|
| python3.13 | Folder | 0755 |
|
|
| rc0.d | Folder | 0755 |
|
|
| rc1.d | Folder | 0755 |
|
|
| rc2.d | Folder | 0755 |
|
|
| rc3.d | Folder | 0755 |
|
|
| rc4.d | Folder | 0755 |
|
|
| rc5.d | Folder | 0755 |
|
|
| rc6.d | Folder | 0755 |
|
|
| rcS.d | Folder | 0755 |
|
|
| request-key.d | Folder | 0755 |
|
|
| rpi | Folder | 0755 |
|
|
| rpi-connect | Folder | 0755 |
|
|
| runit | Folder | 0755 |
|
|
| samba | Folder | 0755 |
|
|
| sane.d | Folder | 0755 |
|
|
| security | Folder | 0755 |
|
|
| selinux | Folder | 0755 |
|
|
| sensors.d | Folder | 0755 |
|
|
| sgml | Folder | 0755 |
|
|
| skel | Folder | 0755 |
|
|
| snmp | Folder | 0755 |
|
|
| ssh | Folder | 0755 |
|
|
| ssl | Folder | 0755 |
|
|
| sudoers.d | Folder | 0755 |
|
|
| supercat | Folder | 0755 |
|
|
| sv | Folder | 0755 |
|
|
| sysctl.d | Folder | 0755 |
|
|
| systemd | Folder | 0755 |
|
|
| terminfo | Folder | 0755 |
|
|
| timidity | Folder | 0755 |
|
|
| tmpfiles.d | Folder | 0755 |
|
|
| udev | Folder | 0755 |
|
|
| udisks2 | Folder | 0755 |
|
|
| ufw | Folder | 0755 |
|
|
| update-motd.d | Folder | 0755 |
|
|
| usb_modeswitch.d | Folder | 0755 |
|
|
| vim | Folder | 0755 |
|
|
| vnc | Folder | 0755 |
|
|
| vulkan | Folder | 0755 |
|
|
| wayvnc | Folder | 0755 |
|
|
| webalizer | Folder | 0755 |
|
|
| wpa_supplicant | Folder | 0755 |
|
|
| xdg | Folder | 0755 |
|
|
| xml | Folder | 0755 |
|
|
| xsettingsd | Folder | 0755 |
|
|
| .pwd.lock | File | 0 B | 0600 |
|
| .updated | File | 208 B | 0644 |
|
| RTIMULib.ini | File | 11.82 KB | 0644 |
|
| adduser.conf | File | 3.89 KB | 0644 |
|
| bash.bashrc | File | 1.95 KB | 0644 |
|
| bash_completion | File | 45 B | 0644 |
|
| bindresvport.blacklist | File | 367 B | 0644 |
|
| ca-certificates.conf | File | 6.27 KB | 0644 |
|
| catdocrc | File | 119 B | 0644 |
|
| crontab | File | 1.98 KB | 0644 |
|
| debconf.conf | File | 2.9 KB | 0644 |
|
| debian_version | File | 5 B | 0644 |
|
| deluser.conf | File | 1.67 KB | 0644 |
|
| dhcpcd.conf | File | 1.24 KB | 0644 |
|
| e2scrub.conf | File | 685 B | 0644 |
|
| environment | File | 0 B | 0644 |
|
| ethertypes | File | 1.89 KB | 0644 |
|
| fb.modes | File | 23.93 KB | 0644 |
|
| fstab | File | 297 B | 0644 |
|
| ftpusers | File | 132 B | 0644 |
|
| fuse.conf | File | 725 B | 0644 |
|
| gai.conf | File | 2.52 KB | 0644 |
|
| gprofng.rc | File | 3.89 KB | 0644 |
|
| group | File | 1.07 KB | 0644 |
|
| group- | File | 1.05 KB | 0644 |
|
| gshadow | File | 931 B | 0640 |
|
| gshadow- | File | 913 B | 0640 |
|
| host.conf | File | 9 B | 0644 |
|
| hostname | File | 5 B | 0644 |
|
| hosts | File | 187 B | 0644 |
|
| hosts.allow | File | 411 B | 0644 |
|
| hosts.deny | File | 711 B | 0644 |
|
| idmapd.conf | File | 171 B | 0644 |
|
| inputrc | File | 1.95 KB | 0644 |
|
| issue | File | 27 B | 0644 |
|
| issue.net | File | 20 B | 0644 |
|
| kernel-img.conf | File | 14 B | 0644 |
|
| ld.so.cache | File | 83.7 KB | 0644 |
|
| ld.so.conf | File | 34 B | 0644 |
|
| libaudit.conf | File | 191 B | 0644 |
|
| locale.alias | File | 2.93 KB | 0644 |
|
| locale.conf | File | 92 B | 0644 |
|
| locale.gen | File | 9.34 KB | 0644 |
|
| localtime | File | 1.4 KB | 0644 |
|
| login.defs | File | 5.84 KB | 0644 |
|
| logrotate.conf | File | 494 B | 0644 |
|
| machine-id | File | 33 B | 0444 |
|
| magic | File | 111 B | 0644 |
|
| magic.mime | File | 111 B | 0644 |
|
| mailcap | File | 25.93 KB | 0644 |
|
| mailcap.order | File | 449 B | 0644 |
|
| manpath.config | File | 5.11 KB | 0644 |
|
| mime.types | File | 76.45 KB | 0644 |
|
| mke2fs.conf | File | 813 B | 0644 |
|
| modules | File | 220 B | 0644 |
|
| motd | File | 286 B | 0644 |
|
| mtab | File | 0 B | 0444 |
|
| nanorc | File | 11.49 KB | 0644 |
|
| netconfig | File | 767 B | 0644 |
|
| networks | File | 60 B | 0644 |
|
| nfs.conf | File | 1.51 KB | 0644 |
|
| nftables.conf | File | 243 B | 0755 |
|
| nsswitch.conf | File | 542 B | 0644 |
|
| os-release | File | 286 B | 0644 |
|
| pam.conf | File | 552 B | 0644 |
|
| paperspecs | File | 1.28 KB | 0644 |
|
| passwd | File | 2.01 KB | 0644 |
|
| passwd- | File | 2 KB | 0644 |
|
| pip.conf | File | 57 B | 0644 |
|
| profile | File | 860 B | 0644 |
|
| protocols | File | 3.07 KB | 0644 |
|
| request-key.conf | File | 1.75 KB | 0644 |
|
| resolv.conf | File | 121 B | 0644 |
|
| rmt | File | 67.12 KB | 0755 |
|
| rpc | File | 911 B | 0644 |
|
| rpi-issue | File | 145 B | 0644 |
|
| sensors3.conf | File | 10.5 KB | 0644 |
|
| services | File | 12.69 KB | 0644 |
|
| shadow | File | 1.05 KB | 0640 |
|
| shadow- | File | 982 B | 0640 |
|
| shells | File | 118 B | 0644 |
|
| subgid | File | 22 B | 0644 |
|
| subuid | File | 22 B | 0644 |
|
| sudo.conf | File | 4.24 KB | 0644 |
|
| sudo_logsrvd.conf | File | 9.57 KB | 0644 |
|
| sudoers | File | 1.67 KB | 0440 |
|
| timezone | File | 18 B | 0644 |
|
| ts.conf | File | 938 B | 0644 |
|
| ucf.conf | File | 1.23 KB | 0644 |
|
| usb_modeswitch.conf | File | 1.49 KB | 0644 |
|
| vconsole.conf | File | 150 B | 0644 |
|
| vdpau_wrapper.cfg | File | 51 B | 0644 |
|
| vsftpd.conf | File | 5.73 KB | 0644 |
|
| wgetrc | File | 4.83 KB | 0644 |
|
| xattr.conf | File | 681 B | 0644 |
|