/etc/systemd/system/[email protected] /usr/local/sbin/peervpn-logfiltered.sh
Put these in place & do systemctl daemon-reload to allow for filtering that peervpn message from your log
| 12-25 17:40:01.624 I/ActivityManager(265): START {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.cyanogenmod.trebuchet/.Launcher u=0} from pid 265 | |
| 12-25 17:40:02.014 E/Launcher.Workspace(466): The screen must be >= 0 and < 3 (was 3); skipping child | |
| 12-25 17:40:02.014 E/Launcher.Workspace(466): The screen must be >= 0 and < 3 (was 3); skipping child | |
| 12-25 17:40:02.014 E/Launcher.Workspace(466): The screen must be >= 0 and < 3 (was 3); skipping child | |
| 12-25 17:40:02.024 E/Launcher.Workspace(466): The screen must be >= 0 and < 3 (was 3); skipping child | |
| 12-25 17:40:02.024 E/Launcher.Workspace(466): The screen must be >= 0 and < 3 (was 3); skipping child | |
| 12-25 17:40:04.994 I/ActivityManager(265): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.contacts/.activities.PeopleActivity bnds=[360,515][480,664] u=0} from pid 466 | |
| 12-25 17:40:05.084 I/ActivityManager(265): Start proc com.android.contacts for activity com.andr |
/etc/systemd/system/[email protected] /usr/local/sbin/peervpn-logfiltered.sh
Put these in place & do systemctl daemon-reload to allow for filtering that peervpn message from your log
| # /etc/dnsmasq.d/gateway | |
| address=/larsa/10.0.0.1 | |
| dhcp-range=eth0,10.0.0.100,10.0.0.200,1h | |
| dhcp-boot=pxelinux.0 | |
| enable-tftp | |
| tftp-root=/srv/tftp |
| . | |
| ├── [ 20 Sep 27 1999] 00000001.tmp | |
| ├── [300K Sep 9 1999] 00000407.016 | |
| ├── [301K Sep 9 1999] 00000407.256 | |
| ├── [3.7K Feb 15 1999] 48256.ico | |
| ├── [572K Sep 15 1999] aoesetup.exe | |
| ├── [ 971 Sep 25 1999] autorun.inf | |
| ├── [6.6K Sep 27 1999] clcd16.dll | |
| ├── [ 27K Sep 27 1999] clcd32.dll | |
| ├── [173K Sep 27 1999] clokspl.exe |
| em1: flags=98843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,MPSAFE,MPLS> mtu 1500 | |
| lladdr 08:00:27:93:01:35 | |
| priority: 0 | |
| media: Ethernet autoselect (1000baseT full-duplex) | |
| status: active | |
| inet 10.42.0.1 netmask 0xffffff00 broadcast 10.42.0.255 | |
| lo1: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 32768 | |
| priority: 0 | |
| groups: lo | |
| inet 10.42.21.1 netmask 0xffffffff |
| libva info: VA-API version 0.39.2 | |
| libva info: va_getDriverName() returns 0 | |
| libva info: Trying to open /usr/lib/dri/i965_drv_video.so | |
| libva info: Found init function __vaDriverInit_0_39 | |
| libva info: va_openDriver() returns 0 | |
| [00007f3ea8000958] ts demux debug: PSINewTableCallBack: table 0x50(80) ext=0x7034(28724) | |
| [00007f3ecc006008] core input debug: Buffering 60% | |
| [00007f3ea8000958] ts demux debug: PSINewTableCallBack: table 0x51(81) ext=0x7032(28722) | |
| [00007f3ea8000958] ts demux debug: PSINewTableCallBack: table 0x54(84) ext=0x7034(28724) | |
| [00007f3e8c07b8a8] vdpau_avcodec generic debug: video surface limits: 1920x1080 |
| #! /usr/bin/env python3 | |
| import math | |
| import array | |
| import fcntl | |
| spidev = open("/dev/spidev0.0", "wb") | |
| fcntl.ioctl(spidev, 0x40046b04, array.array('L', [400000])) | |
| class LEDStrip: | |
| def __init__(self, size): |
| The following issue has been RESOLVED. | |
| ====================================================================== | |
| https://bugs.musicpd.org/view.php?id=4081 | |
| ====================================================================== | |
| Reported By: sellsky | |
| Assigned To: cirrus | |
| ====================================================================== | |
| Project: MPD | |
| Issue ID: 4081 | |
| Category: MPD |
| A NOTE has been added to this issue. | |
| ====================================================================== | |
| https://bugs.musicpd.org/view.php?id=4294 | |
| ====================================================================== | |
| Reported By: azrdev | |
| Assigned To: | |
| ====================================================================== | |
| Project: MPD |
| smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.4.0-77-generic] (local build) | |
| Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org | |
| === START OF INFORMATION SECTION === | |
| Model Family: Western Digital Green | |
| Device Model: WDC WD30EZRX-00D8PB0 | |
| Serial Number: WD-WMC4N1820705 | |
| LU WWN Device Id: 5 0014ee 003c5c834 | |
| Firmware Version: 80.00A80 | |
| User Capacity: 3.000.592.982.016 bytes [3,00 TB] |