Quantcast
Channel: OpenKB::Open Access Technical Information
Browsing all 157 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

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 Article


Python 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 Article


Best 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 Article

USB 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 Article

kodi 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 Article


Harden 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 Article

Centos 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 Article

Fedora 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 Article


Apache: 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 Article


Windows 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 Article

How 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 Article

Upgrading 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 Article

JupyterCon Keynotes 2017

The post JupyterCon Keynotes 2017 appeared first on OpenKB::Server Technical Papers.

View Article


GNOME : 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 Article

Wi-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 Article


Centos 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 Article

How 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 Article


Fedora : 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 Article

IP-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 Article

How 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
Browsing all 157 articles
Browse latest View live