乱记本

懒得分类

Initialize my Vue

npm install normalize.css axios vant@next --save npm install lib-flexible postcss-px2rem-exclude --save npm install mitt --save import "normalize.css/normalize.css"; import 'lib-flexible' Set vue.config.js vue.config.js const path = require("path"); const reso…

2021年3月25日 0条评论 31点热度 0人点赞 lemofire 阅读全文
懒得分类

Solve the problem that Synology cannot be upgraded

sudo ln /dev/sda1 /dev/synoboot1 sudo ln /dev/sda2 /dev/synoboot2

2021年3月16日 0条评论 13点热度 0人点赞 lemofire 阅读全文
懒得分类

Run nextcloud on docker

docker run -d --name nextcloud -p 8080:80 --restart=always\ -v nextcloud_html:/var/www/html \ -v nextcloud_apps:/var/www/html/custom_apps \ -v nextcloud_config:/var/www/html/config \ -v nextcloud_data:/var/www/html/data \ nextcloud

2020年5月23日 0条评论 39点热度 1人点赞 lemofire 阅读全文
Configure Linux

Useful commands in Linux

Reset IP address ip addr flush dev eth0 Reset system env export PATH=/usr/sbin:/bin:/usr/local/sbin:/usr/local/share/bin:$PATH Set the hardware clock from the current system time hwclock --systohc

2019年3月3日 0条评论 24点热度 0人点赞 lemofire 阅读全文
Configure Linux

Update the kernel in CentOS7 to open BBR and delete the old kernel

Update kernel Install ELRepo Repository rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org rpm -Uvh https://www.elrepo.org/elrepo-release-7.0-3.el7.elrepo.noarch.rpm Install the new kernel and enable it yum -y --enablerepo=elrepo-kernel install kernel-…

2019年2月21日 0条评论 46点热度 0人点赞 lemofire 阅读全文
Configure Linux

Install Mate-desktop and Xrdp on Ubuntu Server

Install Install MateDesktop VNC and xrdp apt-get install ubuntu-mate-core ubuntu-mate-desktop -y apt-get install tightvncserver -y apt-get install xrdp -y Setting xrdp echo mate-session >~/.xsession vim /etc/xrdp/startwm.sh # insert mate-session before ./et…

2019年2月12日 0条评论 32点热度 0人点赞 lemofire 阅读全文
Configure Linux

Set auto kms in Padavan

Shell command in SSH computer_name=`nvram get computer_name` sed -Ei '/_vlmcs._tcp/d' /etc/storage/dnsmasq/dnsmasq.conf nvram set lan_domain="lan" echo "srv-host=_vlmcs._tcp.lan,$computer_name.lan,1688,0,100" >> /etc/storage/dnsmasq/dnsmasq.conf Test com…

2019年2月12日 0条评论 23点热度 0人点赞 lemofire 阅读全文
Configure Linux

RaspberryPi run Kodi

Install KODI and addon sudo apt install kodi kodi-peripheral-joystick kodi-inputstream-rtmp kodi-inputstream-adaptive kodi-visualization-shadertoy kodi-visualization-waveform -y Set the display memory to 256MB raspi-config //Advanced Options->Memory Split C…

2019年1月31日 0条评论 26点热度 0人点赞 lemofire 阅读全文
Configure Linux

RaspberryPi install RTL8811 Wireless Card Driver

Clone Driver git clone https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git cd rtl8812AU_8821AU_linux Install DKMS and Kernel headers sudo apt install dkms raspberrypi-kernel-headers -y Edit "Makefile" vim Makefile turn on "CONFIG_PLATFORM_ARM_PI" and tur…

2019年1月31日 0条评论 32点热度 0人点赞 lemofire 阅读全文
Configure Linux

Samba Server setup

Simple Samba file sharing server setup This is a minimal Samba setup to let other machines access files on a Debian machine. Install Samba Server and Samba Client sudo apt-get install samba sudo apt-get install samba-client Server Edit the Samba configuration …

2019年1月31日 0条评论 24点热度 0人点赞 lemofire 阅读全文
12

lemofire

这个人很懒,什么都没留下

最新 热点 随机
最新 热点 随机
Initialize my Vue Solve the problem that Synology cannot be upgraded Run nextcloud on docker Useful commands in Linux Update the kernel in CentOS7 to open BBR and delete the old kernel Install Mate-desktop and Xrdp on Ubuntu Server
Solve the problem that Synology cannot be upgradedInitialize my Vue
RaspberryPi run Kodi vlmcsd安装配置 Samba Server setup Linux IO文件编程 Solve the problem that Synology cannot be upgraded Update the kernel in CentOS7 to open BBR and delete the old kernel
分类
  • Coding
  • Configure Linux
  • 懒得分类

COPYRIGHT © 2021 NoteFun. ALL RIGHTS RESERVED.

THEME KRATOS MADE BY VTROIS