NoteFun

懒得分类

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条评论 19点热度 1人点赞 阅读全文
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条评论 12点热度 0人点赞 阅读全文
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条评论 15点热度 0人点赞 阅读全文
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条评论 14点热度 0人点赞 阅读全文
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条评论 10点热度 0人点赞 阅读全文
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条评论 13点热度 0人点赞 阅读全文
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条评论 18点热度 0人点赞 阅读全文
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条评论 12点热度 0人点赞 阅读全文
Configure Linux

Aria2c安装配置

获取最新版下载地址 https://github.com/aria2/aria2/releases 获取并解压文件 wget https://github.com/aria2/aria2/releases/download/release-1.34.0/aria2-1.34.0.tar.gz tar -xzvf aria2*.tar.gz cd aria2* 编译 yum install gcc* -y ./configure make make install 启动脚本 //CentOS7 vim /usr/li…

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

vlmcsd安装配置

获取最新版下载地址 https://github.com/Wind4/vlmcsd/releases 获取并解压文件 wget https://github.com/Wind4/vlmcsd/releases/download/svn1111/binaries.tar.gz tar -zxvf binaries.tar.gz //进入相对应的目录 比如我CPU是Intel,系统是64位的CentOS 7,那么我就进入binaries/Linux/intel/glibc 。 cd binaries/Linux/int…

2019年1月31日 0条评论 19点热度 0人点赞 阅读全文
12
分类目录
  • Coding
  • Configure Linux
  • 懒得分类

COPYRIGHT © 2021 NoteFun. ALL RIGHTS RESERVED.

THEME KRATOS MADE BY VTROIS