Blacklist r8169 kernel driver for being loaded
echo blacklist r8169 >> /etc/modprobe.d/blacklist-r8169.confOnce all of this is completed we are going to update our GRUB to have some specific kernel parameters for our realtek driver
| [ | |
| { | |
| "channelId" : "discovery-science", | |
| "channelName" : "Discovery Science", | |
| "url" : "http://streamidvo.multitvsolution.in/DiscoverScienceEng-a/playlist.m3u8", | |
| "img" : "discovery-science.png" | |
| }, | |
| { | |
| "channelId" : "sony-aath", | |
| "channelName" : "Sony Aath", |
| { | |
| "user":{ | |
| "name":"abcd", | |
| "password":"saregama" | |
| }, | |
| "token":"k7V3T0TgQsXqxfLCrdFjlbju61we4kNW" | |
| } |
| { | |
| "swagger": "2.0", | |
| "info": { | |
| "version": "1.0.0", | |
| "title": "Customer Details API" | |
| }, | |
| "host": "localhost", | |
| "basePath": "/api/v1/custinfo", | |
| "tags": [ | |
| { |
| Online kms host address: | |
| -------- | |
| kms.digiboy.ir | |
| 54.223.212.31 | |
| kms.cnlic.com | |
| kms.chinancce.com | |
| kms.ddns.net | |
| franklv.ddns.net | |
| k.zpale.com | |
| m.zpale.com |
| using Dapper; | |
| using Oracle.ManagedDataAccess.Client; | |
| using System; | |
| using System.Collections.Generic; | |
| using System.Data; | |
| using System.Linq; | |
| public class OracleDynamicParameters : Dapper.SqlMapper.IDynamicParameters { | |
| private static Dictionary<SqlMapper.Identity, Action<IDbCommand, object>> paramReaderCache = new Dictionary<SqlMapper.Identity, Action<IDbCommand, object>>( ); |
| package net.appersian.android.wod.common; | |
| import java.security.SecureRandom; | |
| import javax.crypto.Cipher; | |
| import javax.crypto.KeyGenerator; | |
| import javax.crypto.SecretKey; | |
| import javax.crypto.spec.SecretKeySpec; | |
| public class Encryptor { |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| <?xml version="1.0" encoding="utf-8"?> | |
| <manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
| package="com.cards.notification"> | |
| <uses-sdk | |
| android:minSdkVersion="17" | |
| android:targetSdkVersion="17" /> | |
| <application | |
| android:allowBackup="true" |
| import java.io.File; | |
| import java.util.ArrayList; | |
| import java.util.List; | |
| import java.util.Stack; | |
| import android.os.FileObserver; | |
| public class TusharFileObserver extends FileObserver { | |
| public static int CHANGES_ONLY = CLOSE_WRITE | MOVE_SELF | MOVED_FROM; |