Shane Technology Home

Shane Technology Home

  • Artificial Intelligence
    • AI Base
    • AI Practice
  • My Blogs
    • Network Technology
    • iOS Technology
    • About Swift
    • About My Mood
    • My Poetries
    • Reading Notes
  • My Tools
    • Mailist for Beijing Self-aught
    • ProGit
    • Code Manager
    • Project Manager
  • About Me
    • My Projects
    • My Pictures
  • Thank for Listener
    • Donation of timeradio

Clean log scripts for armbian

08月06日 互联网技术 没有评论 armbian,clean

Below is the clean log script of ubuntu on armbian. #!/bin/sh #Check the Drive Space Used by Cached Files du -sh /var/cache/apt/archives #Clean all the log file #for logs in `find /var/log -t...

Comparison of unixbench running points of S905X3 and S905D

07月08日 互联网技术 没有评论 S905D,s905x3,UnixBench

Hardware parameters: S905X3: 1.9GHZ + 4GRam + 64G EMMCS905D: 1.5GHZ + 2GRam + 128G EMMC Single core comparison: S905X3 S905D Multi-core comparison: S905X3 S905D:

How to install jupyter notebook on ubuntu 20.04

05月19日 互联网技术 没有评论 armbian,jupyter,ubuntu

Base environment: ➜ ~ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.2 LTS Release: 20.04 Codename: focal ➜ ~ python --version Python 3.8.5 ➜ ~...

Keep the S905X3 TV box running Armbian stably

04月21日 IOT物联网 没有评论 armbian,hk1box,n5plus,s905x3

currently existing problems: The reboot command cannot be usedSometimes it can’t start normally。The screen is always black。 Solution: You need an SD card. Step by step: Write armb...

How to control the fan speed on ubuntu 20.04

03月17日 互联网技术 没有评论

sudo apt-get install lm-sensors sudo apt-get install fancontrol sudo apt-get install sensors-applet sudo apt-get install hddtemp libpanel-applet3 libsensors-applet-plugin0 sensors-applet sudo add...

Auto connect the wifi network on Ubuntu 20.04

03月09日 互联网技术 没有评论 ubuntu

You need to create a wpa_supplicant-wlan0.conf. So use wpa_passphrase to generate one: wpa_passphrase MyNetwork SuperSecretPassphrase > /etc/wpa_supplicant/wpa_supplicant-wlan0.conf Enable i...

Increase the TMP partion spaces for pip3

02月07日 互联网技术 没有评论 pip,tmpdir

sudo umount -l /tmp sudo mount -t tmpfs -o size=5G,mode=1777 overflow /tmp

Build tensorflow with aarch64 for myself

02月06日 机器学习的实践 没有评论 bazel,tensorflow

Tensorflow 2.4.1 Bazel version: 3.7.2 Tensorflow version: 2.4.1 Python version: python 3.8.5

Change dns server on ubuntu 20.04

02月05日 互联网技术 没有评论 dns,ubuntu

sudo vim /etc/resolv.conf sudo systemctl disable --now systemd-resolved sudo vim /etc/NetworkManager/NetworkManager.conf repleace dns with none sudo systemctl restart NetworkManager sudo reboot

Fix hk1box the Ethernet does not working

01月21日 互联网技术 2条评论 armbian,hk1box

I use the latest armbian image from the website of https://users.armbian.com/balbes150/arm-64/. The armbian version is armbian-20.10. It can be applied to the products of amlogic s905-x3 chip. ...

Install the armbian os to my HK1 Box

01月20日 互联网技术 没有评论 armbian,hk1box

HK1 box use the amlogic s905x3 chip. So first you can download the latest OS image from https://users.armbian.com/balbes150/arm-64/ Then you should write the OS image to the usb flash driver or...

Firmware of MOPS WiFi socket

01月18日 IOT物联网 没有评论 esp8266,mops

-------------------------V0.1.0 ------------------------- [mac_address] is your device address, for example: ecfabc6a3ef8 device/mops/[mac_address]/sensor (This topic reports the switch...

How to build a bitwarden_rs to protect your password

01月12日 互联网技术 没有评论 bitwarden,password

Install the rust environment apt install git make gcc libssl-dev pkg-config curl curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh source $HOME/.cargo/env Install the bitwarden_...

  • 1
  • 2(current)
  • 3
  • 4
  • 5
  • 6
  • 7

Wechat

微信服务号

Wechat Program

微信小程序

Label Cloud

armbian cocoapods cordova curl esp8266 FRP Git habit hk1box https iOS jenkins linkedlist linux macOS N1Box n2n Oauth OAuth2.0 oracle phabricator Phicomm php python RAC ssl tensorflow ubuntu webp wordpress 人工智能 决策力 判断力 反应力 商学院 回忆录 域名 域名转移 学习率 心情日记 机器学习 机器学习基础概念 树莓派 诗意人生 路由器

Articles

  • ios技术 (195)
  • IOT物联网 (9)
  • VIM专题 (2)
  • 互联网技术 (282)
  • 人工智能相关 (31)
  • 商学院 (44)
  • 心情日记 (103)
  • 数学 (5)
  • 数据库 (3)
  • 算法与数据结构 (6)
  • 诗意人生 (76)
  • 读书笔记 (32)

Hot Articles

  • Shane技术之家短信云和电话云平台上线了
  • 短信、电话云平台接口调用说明文档
  • Using ufw to block a specific ip address to access my website

Random Articles

  • python连接exchange发送邮件代码调试案例
  • Time radio is landing on youtube
  • Open the Promiscuous mode of interface
  • cocoachina项目组组织人员翻译swift官方资料
  • python编程中得get和post请求
  • Testing your tensorflow environment
  • Loop through files to find content
  • 我希望在软件开发生涯初期就知道的 4 件事
  • 移动端实践单点登录知识储备之Oauth2.0(二)
  • 从工程中删除Cocoapods

Friends Links

  • Atnoce
  • shane技术之家

2023 Shane Technology Home

Powered by Shane技术之家 | 鲁ICP备17056450号 |7 queries in 0.593 seconds