Debian9开机启动rc.local
在使用较新版本的Ubuntu/Debian系统使用rc.local
在使用较新版本的Ubuntu/Debian系统使用rc.local
已ROOT安卓手机给未ROOT安卓手机开启黒域
论如何高雅卸载iptables(误)
由于安全问题,Debian在Buster版本已不再支持直接通过 apt-get 安装 openjdk-8-jdk 以及 openjdk-8-jre 。 1 2 3 4 5 Package openjdk-8-jdk-headless is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'openjdk-8-jdk-headless' has no installation candidate 这里通过2种方式来安装OpenJDK JDK/JRE 8。 SID源安装 以安装 openjdk-8-jdk 为例 1 2 3 echo "deb http://deb.debian.org/debian/ sid main" >> /etc/apt/sources.list apt-get update && apt-get install -y openjdk-8-jdk 此方法简单粗暴,但会引用不稳定的deb安装包,请谨慎使用。...
为Hexo icarus主题优化AdSense代码
介绍 https://packages.debian.org/sid/linux-image-cloud-amd64 This package depends on the latest Linux kernel and modules for use on Amazon EC2, Google Compute Engine and Microsoft Azure cloud platforms. 在基于虚拟化的64位设备,如 KVM Xen(不包括VMWare)的虚拟服务器(VPS)中,Cloud内核往往是最佳选择。 且本人已成功在128M内存安装并启动Debian10。 安装步骤 安装所需依赖 apt install -y lsb-release 添加 Backports 源 1 2 3 4 5 6 7 8 cat >> /etc/apt/sources.list.d/backports.list << EOF deb http://deb.debian.org/debian $(lsb_release -sc)-backports main EOF #国内可考虑使用中科大的源 cat >> /etc/apt/sources.list.d/backports.list << EOF deb https://mirrors.ustc.edu.cn/debian $(lsb_release -sc)-backports main EOF 执行升级 apt -t $(lsb_release -sc)-backports update && apt -y -t $(lsb_release -sc)-backports upgrade...
在Vercel(ZEIT)平台托管的资源开启并使用自定义404页面
删库从入门到跨平台(