Author: admin

  • Recreate kernel image

    sudo update-initramfs -u -k 3.13.0-143-generic sudo update-grub

  • Asus P8P67 PRO

    UserBenchmarks: Game 19%, Desk 57%, Work 40% CPU: Intel Core i7-2600K – 67.8% GPU: Nvidia Quadro K2000 – 10.9% SSD: Freenas iSCSI Disk 1TB – 23.9% SSD: Intel(r) 910 200GB – 171.9% SSD: Intel(r) 910 200GB – 172% SSD: Intel(r) 910 200GB – 172% SSD: Intel(r) 910 200GB – 172.1% SSD: Freebsd iSCSI Disk 107GB…

  • Lenovo 90AV001HMW

    UserBenchmarks: Game 27%, Desk 47%, Work 31% CPU: Intel Core i5-4460 – 66.9% GPU: Nvidia GTX 750 Ti – 22.4% HDD: Seagate Desktop SSHD 1TB – 83.8% RAM: Samsung M378B1G73QH0-CK0 1x8GB – 32.6% MBD: Lenovo 90AV001HMW

  • Dell Latitude E6540

    [url=http://www.userbenchmark.com/UserRun/8056391]UserBenchmarks: Game 14%, Desk 48%, Work 28%[/url] CPU: [url=http://cpu.userbenchmark.com/SpeedTest/9781/IntelR-CoreTM-i5-4310M-CPU—270GHz]Intel Core i5-4310M[/url] – [b]46.3%[/b] GPU: [url=http://gpu.userbenchmark.com/SpeedTest/7676/IntelR-HD-Graphics-4600]Intel HD 4600 (Mobile 1.15 GHz)[/url] – [b]5.3%[/b] SSD: [url=http://ssd.userbenchmark.com/SpeedTest/24352/ADATA-SSD-SP900-256GB-]Adata SP900 256GB-[/url] – [b]67.4%[/b] RAM: [url=http://ram.userbenchmark.com/SpeedTest/44047/Hynix-HMT41GS6AFR8A-PB-2x8GB]Hynix HMT41GS6AFR8A-PB 2x8GB[/url] – [b]55.2%[/b] MBD: [url=http://www.userbenchmark.com/System/Dell-Latitude-E6540/2201]Dell Latitude E6540[/url]

  • Software Raid monitoring in Zabbix 3.2

    Item1: Item1: Name: Software Raid exist Type: Zabbix Agent Key: vfs.file.regmatch[/proc/mdstat,raid] Type of information: Character Application: Filesystem Item2: Name: Software Raid broken Type: Zabbix Agent Key: vfs.file.regmatch[/proc/mdstat,_] Type of information: Character Application: Filesystem Trigger1: Name: Software raid broken {HOSTNAME} Severity: Disaster Expression: {Template OS Linux:vfs.file.regmatch[/proc/mdstat,raid].last(0)}>0 and {Template OS Linux:vfs.file.regmatch[/proc/mdstat,_].last(0)}>0

  • FreeNas Useful Commands

    Useful command for FreeNas View Zpool info zpool status -v View smart info smartctl -a /dev/<device> View Gids glabel status More useful commands: https://forums.freenas.org/index.php?threads/useful-commands.30314/

  • Tvinga en diskcheck vid nästa start av Linux

    touch /forcefsck Detta är veriferat på Unbuntu 14.x och 16.x

  • Trådfri Home assistant

    I replased tradfri.py3 in /srv/homeassistant/lib/python3.5/site-packages/homeassistant/components with following file: https://raw.githubusercontent.com/NovapaX/home-assistant/29dca16253f9146cafe8dbca4926a116f3d17a3e/homeassistant/components/tradfri.py Change log for file: https://github.com/home-assistant/home-assistant/pull/10414   sudo apt-get install build-essential libssl-dev libffi-dev python3-dev autoconf sudo pip3 install DTLSSocket   git clone https://github.com/ggravlingen/pytradfri.git cd pytradfri pip3 install -r requirements.txt cd .. git clone –depth 1 –recursive -b dtls https://github.com/home-assistant/libcoap.git sudo apt-get install libtool cd libcoap ./autogen.sh ./configure –disable-documentation –disable-shared –without-debug…

  • Run Tellstick on Debian Stretch

    Link to source code: link sudo apt-get install libftdi-dev libftdi1-dev doxygen sudo apt-get install libconfuse-dev libconfuse-common libconfuse1 cp /home/pi/libcoap/doc/Doxyfile.in . tar xvfz telldus-core-{version}.tar.gz cd telldus-core-{version} cmake . make sudo make install sudo ldconfig

  • Telldus på Raspberry

    sudo sh -c ‘echo “deb http://download.telldus.com/debian/ stable main” >> /etc/apt/sources.list’ sudo apt-key adv –fetch-keys http://download.telldus.se/debian/telldus-public.key sudo apt-get update sudo apt-get install -y telldus-core libftdi1 /etc/init.d/telldusd status [ ok ] Checking status of the Telldus TellStick daemon: telldusd running. lsmod | grep ftdi_sio ftdi_sio 31878 0 usbserial 30821 1 ftdi_sio