2019-05-16 Ubuntu使用
Ubuntu的基本操作
查看操作系统版本
https://www.hostingadvice.com/how-to/ubuntu-show-version/
clu@sha01vmdev08:~/source/github$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.2 LTS
Release: 18.04
Codename: bionic
查看架构architecture
https://askubuntu.com/questions/189640/how-to-find-architecture-of-my-pc-and-ubuntu
clu@sha01vmdev08:~/source/github$ uname -m
x86_64
设置代理并立即生效
如何安装.net core 3.0 preview
https://dotnet.microsoft.com/download/linux-package-manager/ubuntu18-04/sdk-current
Register Microsoft key and feed
Before installing .NET, you'll need to register the Microsoft key, register the product repository, and install required dependencies. This only needs to be done once per machine.
Open a terminal and run the following commands:
wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb
安装的时候发现安装不了,使用wget -v url来排查
Install the .NET SDK
Update the products available for installation, then install the .NET SDK.
In your terminal, run the following commands:
作者:Chuck Lu GitHub |
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
· 没有源码,如何修改代码逻辑?
· 全程不用写代码,我用AI程序员写了一个飞机大战
· DeepSeek 开源周回顾「GitHub 热点速览」
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
2018-05-16 how to use webpart container in kentico
2018-05-16 Consider using EXISTS instead of IN
2017-05-16 Lesson 2 Building your first web page: Part 3
2017-05-16 Lesson 2 Building your first web page: Part 2
2017-05-16 Lesson 2 Building your first web page: Part 1
2017-05-16 Lesson 1 Basic Concepts: Part 3
2017-05-16 Lesson 1 Basic Concepts: Part 2