Install Kodi on the firestick – easy steps
User are paying 80+ dollars for a Fire stick with Kodi installed. Its pretty sad to over charge someone for a application that’s free. So I decided to post the easy instructions here . You can find...
View ArticlePython 3.5 on Centos/RHEL
Python 3.5 is currently not supported within the Redhat fmaily except on Fedora. If you want to install 3.5 you will need to follow one of the below steps. 1. Install from source # cd /usr/src # wget...
View ArticleBest complete Kodi 17.1 Krypton build (Fire Stick 2)
Video uploaded showing how to open kodi on your Fire Stick and how to install Expire0 build via the wizard. Feel free to donate — The post Best complete Kodi 17.1 Krypton build (Fire Stick 2) appeared...
View ArticleUSB Micro B Cable with Data/Charge Sync Switch
USB Extension Cable with Data/Charge Sync Switch (0:10) https://www.adafruit.com/product/3438… USB Micro B Cable with Data/Charge Sync Switch (2:43) https://www.adafruit.com/product/3439… Chip Quik...
View Articlekodi 17.1 security flaw update NOW
Perpetrators use various methods, also referred to as ‘attack vectors’, to deliver cyberattacks. These attack vectors can be divided into two major categories: Either the attacker persuades the user to...
View ArticleHarden Cpanel kernel
Reference If you enable both of the SymLinksIfOwnerMatch and FollowSymLinks configuration settings, Apache becomes vulnerable to a race condition through symlinks. This symlink vulnerability allows a...
View ArticleCentos yum plugin priorities
Reference You can disable priorities in /etc/yum/pluginconf.d/priorities.conf set enabled to 0 A Cautionary Note Note: The upstream maintainer of yum, Seth Vidal, had the following to say about ‘yum...
View ArticleFedora var/cache full
How to free up some space under /var/cache/ on Fedora run the command sudo pkcon refresh force -c -1 Reference : https://bugs.freedesktop.org/show_bug.cgi?id=80053 The post Fedora var/cache full...
View ArticleApache: deny not allowed here
If you are seeing “deny not allowed here” within your error logs .Try adding the following to your httpd conf file for the virtual site. or [] [error] [client ::1] client denied by server...
View ArticleWindows Unable to update the password
Error: Unable to update the password. The value provided for the new password does not meet the length, complexity, or history requirements of the domain If you are meeting the complexity and length...
View ArticleHow to remove old kernels on Redhat/Centos/Fedora to free up boot partition
## Install yum utils ## yum install yum-utils ## Package-cleanup set count as how many old kernels you want left ## package-cleanup –oldkernels –count=2 The post How to remove old kernels on...
View ArticleUpgrading Fedora 25 Workstation to Fedora 26
Using the command line If you’ve upgraded from past Fedora releases, you are likely familiar with the dnf upgrade plugin. This method is the recommended and supported way to upgrade from Fedora 25 to...
View ArticleJupyterCon Keynotes 2017
The post JupyterCon Keynotes 2017 appeared first on OpenKB::Server Technical Papers.
View ArticleGNOME : gsettings
gsettings configurations : GSettings — High-level API for application settings Set the screen blank timeout settings to 30 min Timeout for blanking the screen (seconds; 0 = never): gsettings set...
View ArticleWi-Fi- IEEE 802.11i-2004-Wireless security
In summary an attacker can clone your existing wifi connection. After which point you will connect to the clone connection without knowing. The attack method will also remove any secure connection (...
View ArticleCentos 7: Disable screen network shutdown laptop lid
Applications => Utilities => Tweak Tool => Power=> Don’t suspend on lid close => ON The post Centos 7: Disable screen network shutdown laptop lid appeared first on OpenKB::Server...
View ArticleHow to install Nvidia Drivers in Fedora 24
https://www.unixmen.com/install-nvidia-drivers-fedora-24/ testing this on fedora 26 https://www.youtube.com/watch?v=oTUMO7gHmXg https://rpmfusion.org/Howto/NVIDIA The post How to install Nvidia Drivers...
View ArticleFedora : Untrusted Application Launcher
Error: The application launcher *.desktop has not been marked as trusted. If you do not know the source of this file, launching it may be unsafe. Then there is no other options available to you. I...
View ArticleIP-tables config
Block an IP iptables -I INPUT -s 43.229.53.37 -j DROP After rebooting the server we notice the rules are removed. It’s best to save your configs and restore them after a reboot. iptables-save >...
View ArticleHow to Generate a Random Number in Python
Check out the code snippet below to see how it works to generate a number between 1 and 100. import random for x in range(10): print random.randint(1,101) The code above will print 10 random values of...
View Article