Creating video storage system [part1]

If you liked this post, check it out on https://donhk.dev/creating-video-storage-system-part1/ more content like this 🙂 This tutorial was created for me as part of a small effort to create a small server to backup the information of an IP camera I bought which does not have a built in ftp client and only can record … Continue reading Creating video storage system [part1]

Installing kernel 4.4 on CentOS 6.7

wget https://www.elrepo.org/RPM-GPG-KEY-elrepo.org rpm --import RPM-GPG-KEY-elrepo.org wget http://www.elrepo.org/elrepo-release-6-8.el6.elrepo.noarch.rpm rpm -Uvh elrepo-release-6-8.el6.elrepo.noarch.rpm yum install yum-plugin-fastestmirror sudo yum --enablerepo=elrepo-kernel install kernel-lt cat /boot/grub/grub.conf grep title /boot/grub/grub.conf # uname -a Linux localhost.localdomain 3.8.13-98.1.2.el6uek.x86_64 #2 SMP Thu Aug 13 12:24:05 PDT 2015 x86_64 x86_64 x86_64 GNU/Linux $ uname -a Linux localhost.localdomain 4.4.179-1.el6.elrepo.x86_64 #1 SMP Sat Apr 27 08:49:05 EDT 2019 … Continue reading Installing kernel 4.4 on CentOS 6.7