Open in app

Sign In

Write

Sign In

Ruka
Ruka

6 Followers

Home

About

May 9

[AutoGPT][troubleshoot]Error while fetching server API version: (‘Connection aborted.’, PermissionError(13, ‘Permission denied’))

RCA (Root Cause Analysis) execute_code.py line 44 client = docker.from_env() Cause by docker not available from host OS. Troubleshoot/Fix steps Step 1: Install docker sudo apt install docker.io I’ve also try install by snap but that doesn’t work for me. Step 2: Add current user to user group run the follow command in cli to add current user to group sudo groupadd docker sudo usermod -aG docker $USER newgrp docker…

Auto Gpt

2 min read

[AutoGPT][troubleshoot]Error while fetching server API version: (‘Connection aborted.’,
[AutoGPT][troubleshoot]Error while fetching server API version: (‘Connection aborted.’,
Auto Gpt

2 min read


Apr 4

[Ubuntu][eGPU] Enable eGPU for Asus Flow x13

Here is the step that could be reproduce to set Asus flow x13 to use eGPU ( RTX 3080 16G) with ubuntu installed Step 0: Check your GPU status Fisrt, plug your egpu and lock it with the button above. To avoid all kinds of non sence, I highly suggest you to first enable the eGPU…

Egpu

4 min read

[Ubuntu][eGPU] Enable eGPU for Asus Flow x13
[Ubuntu][eGPU] Enable eGPU for Asus Flow x13
Egpu

4 min read


Feb 12

[Grafana][ADX] “no float64 value column found in frame” Error in alert and solution

[Grafana][ADX] “no float64 value column found in frame” Error in alert and solution Finally solve it after got this error in work and investing for solution. This error happens when the query before calculation returns no rows (No data) from database. …

Grafana

2 min read

[Grafana][ADX] “no float64 value column found in frame” Error in alert and solution
[Grafana][ADX] “no float64 value column found in frame” Error in alert and solution
Grafana

2 min read


Aug 9, 2022

[AI作圖][教學]Disco Diffusion 教學

介紹: Disco Diffusion (DD) is a Google Colab Notebook which leverages an AI Image generating technique called CLIP-Guided Diffusion to allow you to create compelling and beautiful images from just text inputs. Created by Somnai, augmented by Gandamu, and building on the work of RiversHaveWings, nshepperd, and many others. It’s magic…

Disco Diffusion

5 min read

[AI作圖][教學]Disco Diffusion 教學
[AI作圖][教學]Disco Diffusion 教學
Disco Diffusion

5 min read


Aug 2, 2022

[VScode][MacOS] vscode pinned tabs in a separate row

thanks for the help from pavlexander - Ruka 2022.08 Step 1: Install plugin Custom CSS and JS Loader

Coding

3 min read

[VScode][MacOS] vscode pinned tabs in a separate row
[VScode][MacOS] vscode pinned tabs in a separate row
Coding

3 min read


Jun 7, 2022

[IntelliJ IDEA][Macbook] Fail to open idea ultimate using terminal & how to fix

Error log The application /Applications/IntelliJ IDEA CE.app cannot be opened for an unexpected reason, error=Error Domain=NSCocoaErrorDomain Code=260 "The file “IntelliJ IDEA CE.app” couldn’t be opened because there is no such file." UserInfo={NSURL=file:///Applications/IntelliJ%20IDEA%20CE.app, NSFilePath=/Applications/IntelliJ IDEA CE.app, NSUnderlyingError=0x600001df5530 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}

Intellij Idea

1 min read

[IntelliJ IDEA][Macbook] Fail to open idea ultimate using terminal & how to fix
[IntelliJ IDEA][Macbook] Fail to open idea ultimate using terminal & how to fix
Intellij Idea

1 min read


Mar 29, 2022

[Linux][System] Learn Linux Command Operations

20220329 Check kernal version of Linux uname -a zn@ubuntu:~$ uname -a Linux ubuntu 5.4.0-105-generic #119~18.04.1-Ubuntu SMP Tue Mar 8 11:21:24 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux zn@ubuntu:~$ uname --help Usage: uname [OPTION]... Print certain system information. With no OPTION, same as -s. -a, --all…

Linux Tutorial

8 min read

Linux Tutorial

8 min read


Mar 26, 2022

[Linux][System] Learning Linux File Structure

[Linux][System] Learning Linux File Structure Check out the reference yt video for more infos 2022.03.26 /bin System Binaries (programs, applications) Must be accessable in single user mode (check out linux runlevels or wiki) UNIX system resource installing a user program is not placed in this folder /bin/cat /bin/ls /bin/bash /bin/chmod /sbin System Binaries for system administrator (programs…

Linux Tutorial

2 min read

[Linux][System] Learning Linux File Structure
[Linux][System] Learning Linux File Structure
Linux Tutorial

2 min read


Jan 16, 2022

[Kotlin][Android Studio]unable to resolve class org.jetbrains.plugins.gradle.tooling.internal.ExtraM

[Kotlin][Android Studio]unable to resolve class org.jetbrains.plugins.gradle.tooling.internal.ExtraModelBuilder and how to solve it First time learning android app Step 1: Ctrl + Alt + Shift + S Or you can access this from File > Project Structure Step 2: Scroll to the very top and select the latest version In my case is 7.3.3, where the default is set to 7.0.2 Step 3: Click OK And the build should work

Kotlin

1 min read

[Kotlin][Android Studio]unable to resolve class org.jetbrains.plugins.gradle.tooling.internal.ExtraM
[Kotlin][Android Studio]unable to resolve class org.jetbrains.plugins.gradle.tooling.internal.ExtraM
Kotlin

1 min read


Jan 3, 2022

[Ubuntu 20.04][MySQL5.7]Problems installing mysql5.7 on Ubuntu 20.04

[Ubuntu 20.04][MySQL5.7]Problems installing mysql5.7 on Ubuntu 20.04 E: Sub-process /usr/bin/dpkg returned an error code (1) by n 2022.01.03 First, you’ll need to follow this artical cause installing mysql5.7 to ubuntu 20.04 requires lots of manual settings. https://computingforgeeks.com/how-to-install-mysql-on-ubuntu-focal/ Or follow this artical if you need to down grade from MySQL8 https://www.digitalocean.com/community/questions/how-can-i-properly-downgrade-from-mysql-8-to-5-7-on-ubuntu-20-04

Ubuntu 20 04

2 min read

[Ubuntu 20.04][MySQL5.7]Problems installing mysql5.7 on Ubuntu 20.04
[Ubuntu 20.04][MySQL5.7]Problems installing mysql5.7 on Ubuntu 20.04
Ubuntu 20 04

2 min read

Ruka

Ruka

6 Followers

HI I’m Ruka. Now a SWE in Taiwan. Contact via email: nayzi9999@gmail.com

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams