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

Illegal mix of collations

$
0
0

Error:Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation

You need to execute a alter table statement for each table. The statement would follow this form:

ALTER TABLE tbl_name
[[DEFAULT] CHARACTER SET charset_name]
[COLLATE collation_name]

Now to get all the tables in the database you would need to execute the following query:

SELECT * 
FROM INFORMATION_SCHEMA.TABLES
WHERE TABLE_SCHEMA="YourDataBaseName"
AND TABLE_TYPE="BASE TABLE";

So now let MySQL write the code for you:

SELECT CONCAT("ALTER TABLE ", TABLE_SCHEMA, '.', TABLE_NAME," COLLATE your_collation_name_here;") AS    ExecuteTheString
FROM INFORMATION_SCHEMA.TABLES
WHERE TABLE_SCHEMA="YourDatabaseName"
AND TABLE_TYPE="BASE TABLE";

The post Illegal mix of collations appeared first on OpenKB::Open Access Technical Information.


#Tableau_Sid Tables in

$
0
0

You generally don’t want to or need to mess with these. Tableau creates these automatically and should clean them up – we use them to improve perceived performance for your reports and filters.

For example, when you open up your reports, you’ll see some of these being created. When you close Tableau, we delete them and clean up after ourselves. When *all* instances of Tableau on all users machines are closed, are there any left? You can probably drop those.

The post #Tableau_Sid Tables in appeared first on OpenKB::Open Access Technical Information.

Python 3.8 on Fedora/Centos/RHEL

$
0
0

Python 3.8 is currently not supported within the RedHat family. If you want to install 3.8 you will need to follow one of the below steps.

Official Install Doc

Fedora notice 

1. Install from source

# cd /usr/src
# wget https://www.python.org/ftp/python/3.8.0/Python-3.8.0.tgz
Now extract the downloaded package.

# tar xzf Python-3.8.0.tgz
Compile Python Source

Use below set of commands to compile python source code on your system using altinstall.

# cd Python-3.8.0
# ./configure
# make altinstall
make altinstall is used to prevent replacing the default python binary file /usr/bin/python.

Now remove downloaded source archive file from your system

 

 

[root@airtime1663c Python-3.8.0]# python3.8
Python 3.8.0 (default, Oct 19 2019, 00:41:37) 
[GCC 4.8.5 20150623 (Red Hat 4.8.5-39)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> 

The post Python 3.8 on Fedora/Centos/RHEL appeared first on OpenKB::Open Access Technical Information.

Deepin Desktop review

$
0
0
The Launcher reminds me of the Gnome launcher but is very responsive
Fedora 31
The desktop is clean and uses less memory than Gnome
Fedora 31

I decided I needed a change in regards to a desktop environment. Gnome has been good to me over the years but it seems very slow on my Lenovo 320 laptop. I have 8GB of ram installed and Gnome was using about 2GB after a successful boot. Deepin is coming in about 1GB total with the OS. What a huge difference. The response rate has greatly improved. Keep in mind that the Lenovo 320 is not running a high powered CPU. The laptop comes with the Intel(R) Celeron(R) CPU N3350 @ 1.10GHz. I know its terrible but the price was right at the time. I am also running a standard Sata drive which i plan on changing to a SSD soon. Overall Deepin looks to be the desktop environment I will be running for some time. So check it out at https://www.deepin.org/en/dde/

The post Deepin Desktop review appeared first on OpenKB::Open Access Technical Information.

toolbox: failed to create container fedora-toolbox-31

$
0
0

System : Fedora 31

Error:

toolbox: creating container fedora-toolbox-31
Error: error checking path “/run/.heim_org.h5l.kcm-socket”: stat /run/.heim_org.h5l.kcm-socket: no such file or directory
toolbox: failed to create container fedora-toolbox-31

Cause: The cause looks to be that ssd-kcm.socket is not enabled and running. We may open a bug with Fedora to change the process of the toolbox to ensure this process has been started as a dependency

Solution :

systemctl status sssd-kcm.socket
? sssd-kcm.socket – SSSD Kerberos Cache Manager responder socket
Loaded: loaded (/usr/lib/systemd/system/sssd-kcm.socket; enabled; vendor preset: enabled)
Active: inactive (dead)
Docs: man:sssd-kcm(8)
Listen: /run/.heim_org.h5l.kcm-socket (Stream)

Start the process if it’s not running

systemctl start sssd-kcm.socket

Some background information on ssd-kcm can be found at https://jhrozek.fedorapeople.org/sssd/1.15.3/man/sssd-kcm.8.html


The post toolbox: failed to create container fedora-toolbox-31 appeared first on OpenKB::Open Access Technical Information.

toolbox: unable to migrate containers: Podman version couldn’t be read

Common Fedora 31 bugs

Fedora 31 is officially here!


Kubernetes:Error from server (Conflict)

$
0
0

Error from server (Conflict): error when replacing “<blah>.yaml”: Operation cannot be fulfilled on deployments.extensions “<blah>”: the object has been modified; please apply your changes to the latest version and try again

This is due to the resourceVersion id changing after you exported the yaml file.

You can use the edit deploy option to copy the current id and update the id in the yaml file you are trying to apply. I will post the actual commands soon

The post Kubernetes:Error from server (Conflict) appeared first on OpenKB::Open Access Technical Information.

Decompile APK

$
0
0

I had a very important need to make some changes to a APK and I came across this cool tool called APKTool. The tool was simple to setup and user

apktool d <apkname> -o <output path > to decompile

apktool b <source dir> to build

Building worked perfectly accept I wasn’t able to use the new APK without signing the APK. Google’s documentation on this process really sucks. Either its outdated or just sucks . lol. You can use this tool to sign the APK https://github.com/patrickfav/uber-apk-signer

Just in case your curious. You can read over Google Documention. Android documentation 

The post Decompile APK appeared first on OpenKB::Open Access Technical Information.

Tools and links used to decompile and edit an APK

Mac: Microsoft 365 update keep failing.

Apple Macbook pro screen reset

$
0
0

half of the screen when black

Reset PRAM. http://support.apple.com/kb/PH4405

Reset SMC. http://support.apple.com/kb/HT3964

Choose the method for:

“Resetting SMC on portables with a battery you should not remove on your own”.

Reset NVRAM or PRAM on your Mac

If your Mac has issues related to settings stored in NVRAM or PRAM, resetting it might help.

NVRAM (nonvolatile random-access memory) is a small amount of memory that your Mac uses to store certain settings and access them quickly. PRAM (Parameter RAM) stores similar information, and the steps for resetting NVRAM and PRAM are the same.

Settings that can be stored in NVRAM include sound volume, display resolution, startup-disk selection, time zone, and recent kernel panic information. The settings stored in NVRAM depend on your Mac and the devices that you’re using with your Mac.

If you experience issues related to these settings or others, resetting NVRAM might help. For example, if your Mac starts up from a disk other than the one selected in Startup Disk preferences, or a question mark icon briefly appears before your Mac starts up, you might need to reset NVRAM.

How to reset NVRAM press

option + command + P + R

Shut down your Mac, then turn it on and immediately press and hold these four keys together: Option, Command, P, and R. You can release the keys after about 20 seconds, during which your Mac might appear to restart.

If your Mac is using a firmware password, this key combination does nothing or causes your Mac to start up from macOS Recovery. To reset NVRAM, first turn off the firmware password.

When your Mac finishes starting up, you might want to open System Preferences and adjust any settings that were reset, such as sound volume, display resolution, startup disk selection, or time zone.

Learn more

  • If you’re using a desktop Mac instead of a notebook, and settings such as sound volume or time zone are reset every time you shut down and unplug your Mac, you might need to replace the battery inside your Mac. This small battery is on your computer’s logic board, and it helps NVRAM retain settings when your Mac is unplugged. You can take your Mac to an Apple service provider to replace the battery.
  • If you experience issues with sleep, wake, power, charging your Mac notebook battery, or other power-related symptoms, you might need to reset the SMC (System Management Controller).

alternate solution

Symptoms: you open up your late 2014 macbook pro 15” and expect it to wake from sleep in 0.5 seconds. Instead the screen stays black.

  • Press shift-option-control-power and release them all at the same time. This resets the “system management controller”, amongst others it makes sure the “power” button actually reacts.
  • Now look at the back of your mac’s screen. Make sure the light of the apple logo is off. If necessary, keep the power button pressed for 5 seconds to force a shutdown. (The power button should work again after step 1).
  • Keep your fingers ready for pressing command-option-p-r at the same time. You need both hands for this weird combination. Press the power button and then hold these four keys. Your mac will now actually boot, give you the startup sound and lo and behold, you’ve got your screen back.

The post Apple Macbook pro screen reset appeared first on OpenKB::Open Access Technical Information.

Adding a new Windows Home User

$
0
0
For some odd reason I have been unable to add new users to Windows 10 home edition. The only way that work included adding the user directly under netplwiz.
  • Click the Window key + r
  • Enter netplwiz
  • Click add to add the new user
If you need to lock the default Administrator user do this from the command line.
  • Search for command , right click it and open as administrator
  • type net user Administrator /active:no
Clear the windows user password using Kali Linux
  • mount the windows partition
  • if you get a mount error due to the drive being stuck in hibernation mode. use this command ntfs-3g -o remove_hiberfile /dev/sdXN /path/to/mount 
  • Then cd to the path /Windows/System32/config
  • run the command chntpw -l SAM
  • Run this command to chntpw -U <user> SAM
  • After which you can clear the password for the user and unlock the user.

The post Adding a new Windows Home User appeared first on OpenKB::Open Access Technical Information.

Lenovo wake up using keyboard

$
0
0

I currently use my Lenovo laptop as a desktop replacement until i can build a new desktop. The issue I kep having is when the laptop would go into sleep mode. I was not able to wake it up without opening the lid and pushing the power button. I found this was due to Windows 10 suspending the USB connections in the power settings. Below are the steps to keep the USB ports active during sleep mode.

1. Navigate to Control Panel\Hardware and Sound\Power Options\Edit Plan Settings

2. Click change advance power settings

3. Go down to USB Settings / USB Selective suspend settings

4. Enable on plugged in and battery. Then click apply

5. For good measure I also went to sleep/allow wake timers . I enabled this for battery and plugged in.

The post Lenovo wake up using keyboard appeared first on OpenKB::Open Access Technical Information.


Cpanel Dynamic-DNS-webcall-doesn-t-work-it-gives-a-404-error

$
0
0

After utilizing the Dynamic DNS feature in cPanel, a 404 was received when accessing the webcall URL.

Description

We found that CloudLinux Servers are a few versions behind with EasyApache4 updates. One of these updates is required for the Dynamic DNS webcall URL to work.

We’ve opened an internal case for our development team to investigate this further. For reference, the case number is [UPS-295]. Follow this article to receive an email notification when a solution is published in the product.

Workaround

  1. In WHM, navigate to Apache Configuration Include editor. Select the “Pre Virtualhost Include” for “All Versions”.

WHM Home » Service Configuration » Apache Configuration » Include Editor

  1. Edit the file and add the below syntax. ( The following should be on one line, as this is very important. )
ProxyPass /cpanelwebcall/ http://127.0.0.1:2082/cpanelwebcall/ max=1 retry=0
 
  1. Save the file by clicking update.
  2. Then click restart to make the change active.
Reference https://support.cpanel.net/hc/en-us/articles/360060167253-Dynamic-DNS-webcall-doesn-t-work-it-gives-a-404-error

The post Cpanel Dynamic-DNS-webcall-doesn-t-work-it-gives-a-404-error appeared first on OpenKB::Open Access Technical Information.

Android HttpURLConnection redirect XCIPTV

$
0
0

I figured I would post this information to save others some time. Here’s the background.

I wanted to separate the XCIPTV panel from my primary web domain. I also wanted to do this without forcing users to upgrade the APK so I decided to setup a .htaccess file and redirect the APK/API to a new address . After spending hours thinking it was a server side issue. I have figured out its the way the XCIPTV app was coded . It has to be coded to follow the web redirects. I thought the web client class in the APK would follow the redirect by default which is does.

My problem is dead smack in the class definition

Response Handling
HttpURLConnection will follow up to five HTTP redirects. It will follow redirects from one origin server to another. This implementation doesn’t follow redirects from HTTPS to HTTP or vice versa.

I was trying to redirect from https to http . long story short, this idea is bad and will not work.

https://developer.android.com/reference/java/net/HttpURLConnection

The post Android HttpURLConnection redirect XCIPTV appeared first on OpenKB::Open Access Technical Information.

Tivo Device and Plex H.264 media

$
0
0

The Plex community pushes the idea of using direct play instead of transcoding. Yet , not all media is created equal and this is proof of that. I was watching the 2017 movie “Boss Baby” which was 720p and H.264

Codec H264
Bitrate 3276 kbps

Display Title 720p (H.264)
Extended Display Title 720p (H.264)

Transcoding vs direct play.

Using direct play the media showed as playing on the Plex server but nothing was playing on the Tivo device. I decided to change my remote streaming setting to 4MBPS/720p instead of maximum and the media played without a problem. So what i need to find out is was this a device issue or Plex server issue. I’m thinking the device is unable to play H.264 media or the Plex server was unable to convert 720p to 1080p on the fly for direct streaming. I’ll test this by saving the media to a local storage and direct play from that . Additionally , it may be the audio is unable to direct play DTS 5.1

From Plex website

See the Specific Model Differences later in the article for more information about cases that may vary from this. Content matching the following can usually be Direct Played:

  • Container: MP4
  • Resolution: 1920×1080 or smaller
  • Video Encoding: H.264 (level 4.0 or lower)
  • Video Framerate: 30fps
  • Video Bit Depth: 8
  • Audio Encoding: AAC

Other content will usually need to be either Direct Streamed or transcoded. Enabling subtitles of any type will require them to be transcoded (burned) into the video stream.

Unsupported audio formats in video will have the audio automatically transcoded to either AAC or AC3 (Dolby Digital) as appropriate by the Plex Media Server in order to preserve any surround sound audio channels.

The post Tivo Device and Plex H.264 media appeared first on OpenKB::Open Access Technical Information.

brave-browser-password-manager

$
0
0

Disable the password and credit card option in the Brave Browser . This is also my first post using the Hive Blockchain

canli bahis – Bahis Forum Siteleri, Kaçak ?ddaa, Casino Siteleri, Canl? Bahis Forum

$
0
0

30 Tl Bonus Veren Bahis Siteleri

Casino oyunlar?na yönelik Süperbahis taraf?ndan sunulan f?rsatlar? göstermektedir. Oldukça zengin bonus çe?itlili?i bulunduran site tüm bonuslar?n? her hafta güncelliyor. Özellikle gizlilik kurallar?na harfiyen uymas?, sitenin popülaritesini katlayarak büyütür. Betpark, illegal olmas?na kar??n güvenli?i hiçbir ?ekilde riske atmayan önemli bahis sitelerinden bir tanesidir. Sitenin en göze çarpan özelliklerinin ba??nda Bahis menüsü yer almakta. Bir çevrimiçi bahis sitesinde mü?teri hizmetlerine ula?am?yorsan?z, Betin-giris.net’da bunun reklam?n? yapmayaca??z. Bahisçi incelemelerimiz her zaman bahis ?irketine nas?l ula??laca??n? aç?klayacakt?r.

canli bahis

?lk üyelik bonusu, bahis sitelerine hesap aç?p yat?r?mlar?n? ilk kez gerçekle?tiren mü?terilere sunulur. ?lk üyelik bonusu veren bahis siteleri yurt d??? kaynakl?d?r. Türkiye’de geçerli bir lisans? olan sitelerde bu promosyon mevcut de?ildir. %100, %200, %50 gibi limitlerde sunulan kampanya sayesinde hem site deneyimlerinizi hem de kazanc?n?z? artt?rma ?ans?n?z olur.

Bahis sitesine giri? sonras?nda sitenin içeriklerini sorun ya?amadan kullanmaya ba?layabilirsiniz. Canl? casino bölümü içerisinde birçok farkl? oyun seçene?i bulunur. Bahis sitesinin içerisinde yer alan oyun seçeneklerinden yararlanarak siteden yüksek miktarl? kazançlar elde edebilirsiniz. Bahis sitesinin içerisinde yer alan içerikleri kullanabilmek için siteye giri? yapman?z ?artt?r. Bahis sitesine giri? yapmadan sitenin içerisinde bulunan içerikleri kullanmaya ba?layabilirsiniz.

Para Yat?rd?m, Ama Bonusum Hesab?ma Geçmedi

Toplara F?s?ldayan Adam lakab? ile tan?nan eski Galatasarayl? y?ld?z. Her hafta, haftan?n maç?na özel olarak iddaa yorumlar? ve analizleri ile siteye renk katmakta. Haftal?k analizleri anl?k olarak adresimizden takip edebilirsiniz. Daha öncede belirtti?im gibi Jeton Cüzdan’a para yat?rmak için, Bitcoin, QR Kod, Cepbank gibi özel yöntemlereler ile para yat?rabilirsin.

  • • Slotlar, Kaz? Kazan oyunlar?, ve di?er tüm oyunlar için ise30 kat?d?r.

Rulet oyunlar? tercih edilen bir opsiyon olarak dikkat çekmektedir. Hem ülkemizde hem de dünyan?n geri www.bixbet.xyz/ kalan?nda son derece popülerdir. Oyunda yer alan çark durdu?u zaman kazanan ki?i de belli olmaktad?r.

En Çok Tercih Edilen Para Yat?rma

Bunun d???nda sanal bahisleri, canl? casino oyunlar?, normal slot oyunlar?, poker oyunlar? ve çe?itleri ?eklinde yüzlerce oyunu internet ortam?nda bulabiliyorsunuz. Gameofbet yüksek oranlar? güvenilir bir bahis sitesinde arayan ki?ilerin beklentilerini kar??lamaktad?r.

Güvenilir 30 TL bonus veren bahis siteleri anlam?nda her tarz imkânlar bulaca??n?z ve etkin bir biçimde iddaa oyunlar?n? kullanarak yüklü miktarlarda para kazanman?z uygun olacakt?r. Yükselen oranlar? ile sen de günümüzdeki daha çok katk?lar bulaca??n?z nitelikli ad?mlarda günümüzün daha fazla de?erlerinde sana büyük oranlar? ile canl? iddaa maçlar? sunulmaktad?r.

Ayr?ca maç oranlar? yüksek olan sitede di?er sitelere göre kazançl? ç?kabilirsiniz. Bahis siteleri aras?nda ön s?ralarda ç?kan bir site olan online casino güçlü alt yap?s? ve ekibi ile sizlere 7/24 destek olmaktad?r. Gönül rahatl???yla al?? veri? yapaca??n?z web sitesinde online bahis yapman?n tad?n? ç?kartabilirsiniz. Spor ya da casino oyunlar?na para yat?rmak ve tahminde bulunmak çok popüler bir hale gelmi?tir. Buna göre birçok ki?i, yerli ve yabanc? siteler üzerinden i?lem yapmaktad?r.

canli bahis

Sizler bu tak?m? maç? izleyerek daha iyi bir ?ekilde belirleyebiliyorsunuz ve canl? bahis alan?nda s?radaki gol atan tak?ma bahsinizi gerçekle?tiriyorsunuz. Bu gözlemleme ile de art?k do?ru bir tahmini elde edebilir ve canl? bahis alternatifi sayesinde kazanc?n?z? da sa?layabilirsiniz. En iyi yöntemlerle para çekimi ve para yükleme i?lemlerini yapabilece?iniz bonus veren bahis siteler memasport taraf?ndan sizlere bu sayfalar üzerinden ücretsiz olarak aktar?lacakt?r. Bahisiyi.com – Bilinen en iyi ve sektörde öncü bonus veren bahis siteleri ile kazanc?n?z? katlayabilirsiniz. Burada para yat?rma ve çekme yöntemleri kadar yüksek oranl? casino ve kaçak illegal bahis siteleri bulabilirsiniz. Kaçak bahis siteleri en iyiler aras?nda yer alan siteleri sunuyoruz. Bahis bilgilendirme ile alakal? ilginizi çekecek ve merak etti?iniz kazanc?n?z? artt?racak her detay mevcut.

k?br?s Üzerinden Kaçak ?ddaa Nas?l Oynan?r?

Kart bilgilerinizi girdikten sonra i?leme devam ederken kar??n?za küçük bir pencere belirip, size özel “3D Secure” ?ifrenizi girmenizi isteyebilir. Bu durumda cep telefonunuza bankan?zdan gönderilen “3D Secure” ?ifresini girerek i?leminizi tamamlayabilirsiniz. “3D Secure” ?ifresi internet al??veri? i?lemlerini daha güvenli hale getirmek için Visa ve Mastercard taraf?ndan geli?tirilen ek bir güvenlik uygulamas?d?r.

?llegal iddia sayfalar? kapsam?nda hizmet ve destekler veren birçok Canl? iddia ?irketleri bulunmaktad?r. Böylelikle kendinize art?k çok lüx bir ya?am tarz?n? olu?turacaks?n?z ve bu anlamda da kendinize çok ba?ar?l? ko?ullar? olu?turmu? olabileceksiniz.

Bahis Siteleri Maç ?zlerken Oyun Oynan?r M??

Kim kaliteli bir casino deneyimi ya?amak için dünyan?n en iyi oyun markalar? vard?r çünkü. Bu canl? sohbet hatt? yoluyla mü?teri sorunlar? ile yak?ndan me?gul ve samimiyet ve gerçe?in ba?lam?nda tüm sorular?n?za cevap edilir. Curacao oyun otoritesi taraf?ndan Lisansl? site oldukça güvenilirdir. En k?sa yoldan para kazanmak bahis oynamak ile son derece kolayd?r. Bunun için birçok de?i?ik web sitesi üzerinden online bir ?ekilde kupon yapabilirsiniz. Bahis oynatan firmalardan güvenilir olanlar? seçmek her zaman daha mant?kl? olacakt?r. Böylelikle s?k?nt?s?z bir ?ekilde bahis yapabilir ve para elde edebilirsiniz.

Viewing all 157 articles
Browse latest View live