Let's first fully upgrade our current Debian Stretch system: # apt-get update # apt-get upgrade # apt-get dist-upgrade Update Package Repository to Debian Buster # sed -i 's/stretch/buster/g' /etc/apt/sources.list Your /etc/apt/sources.list should lo…
How to upgrade Debian 8 Jessie to Debian 9 Stretch Contents 1. Objective 2. What's New 3. Preparations 4. Jessie Full Upgrade 5. Update Package Repository to Debian Stretch 6. Upgrade to Debian Stretch Simulation 7. Upgrade to Debian Stretch Objectiv…
Lubos Rendek Debian 13 June 2017 Contents 1. Objective 2. Operating System and Software Versions 3. Requirements 4. Difficulty 5. Conventions 6. Scenario 7. Instructions 7.1. Installation 7.2. Default Samba Configuration 7.3. Add Users 7.4. Samba Hom…
我们可以使用Debian stretch源在Deepin 15.9系统下安装Wine 4.0,同时也可以用在Debian 9 Stretch系统下安装Wine 4.0,方法是一样的,同时下面介绍的方法都是使用命令的,你不需要去下载Wine源码包,具体操作如下. 1.在/etc/apt/sources.list文件下添加仓库 到Deepin 15.9下的系统盘-etc-apt目录下找到sources.list文件,右键以管理员身份打开它,如下图: 在这个文件下添加以下代码,通常在文件内容的最后行增…
Why update kernel ? Update the kernel to new version fixed some newer hardware has no driver software, For me, My earphone has current noice. Someone tell me that is low version kernel trouble. So I search for some article and summary useful things ,…
 随着Debian 9的普及,但由于伟大的墙的存在,那就有必要整理一下国内的镜像站点. 1.使用说明 一般情况下,修改/etc/apt/sources.list文件,将Debian的默认源地址改成新的地址即可,比如将http://deb.debian.org改成https://mirrors.xxx.com,可使用以下命令: sed -i "s@http://deb.debian.org@https://mirrors.xxx.com@g" /etc/apt/sources.list…
昨天将Debian从Stretch升级到了新版巴斯光年(Buster).仍旧是先将source.list中的stretch替换为buster,再执行apt-get的update.upgrade.dist-upgrade三部曲.应该是由于前不久刚重装过系统,电脑里没有安装太多老版本软件包的缘故,整个升级过程非常顺利,没有出现软件包依赖性的问题.等到重启系统后才发现声卡找不到了:由原先的Built-in Audio Analog Stereo变成了Dummy Output.网上搜索一番后,在这里找到…
前言 目前国内云服务商提供的镜像最新只有 9 , 本文讲解升级至 10 的方法 正文 查看当前版本 lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 9.0 (stretch) Release: 9.0 Codename: stretch 现在的版本是9.0 更新到当前版本的最新版 apt-get update apt-get upgrade apt-…
微软在开源 .NET Framework 之后,相继推出了跨平台的编辑器 Visual Studio Code,跨平台的 SQL Server 数据库 SQL Server vNext,Visual Studio for Mac,微软在跨平台的路上越走越远了. SQL Server vNext 发布后,我就想在 linux 环境下尝试一下,但是微软只发布了针对 Ubuntu 和 Red Hat 平台的.我平时习惯使用 Debian, Ubuntu 是基于 Debian 的,所以就按照在 Ubun…
介绍 最近的 PHP 7.3.0 已经在 2018 年12月6日 发布 GA,大家已经可以开始第一时间体验新版本了,这里先放出 PHP7.3 安装的教程以便大家升级. 适用系统: Ubuntu 18.04 LTS / Ubuntu 16.04 LTS / Ubuntu 14.04 LTS / Debian 9 stretch / Debian 8 jessie 更新内容 PHP7.3 的主要更新内容: Implemented Flexible Heredoc And Nowdoc Syntaxe…