内容简介:In this project, you can install i3 from the Ubuntu server without installing anything that you don't need.The standard Ubuntu distribution comes pre-installed with several standard packages. This project tries to determine what packages allow for the desi
I3buntu - ( Ubuntu server + I3wm )
In this project, you can install i3 from the Ubuntu server without installing anything that you don't need.
Still Under development: For using these types of projects, you should know Linux and bash enough to edit them based on your needs.
Requirements
- Ubuntu server 20.04
- An internet connection.
Default Ubuntu packages
The standard Ubuntu distribution comes pre-installed with several standard packages. This project tries to determine what packages allow for the desired Ubuntu setup to be made.
Installation
1. Download and install Ubuntu Server
Go to the Ubuntu website and download ubuntu server 20.04 https://ubuntu.com/ then install it.
2. Download and prepare the i3buntu installation files
clone project
3. Install i3buntu
Now type the following in the terminal:
cd i3buntu sudo chmod +x run.sh sudo ./run.sh
Todo
以上所述就是小编给大家介绍的《I3wm and Ubuntu 20.04 server without any useless packages》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Python语言程序设计
(美)Y. Daniel Liang / 机械工业出版社 / 2013-3 / 79.00元
本书保持了Liang博士系列丛书中一贯的、标志性的教与学的哲学:以实例教,由实践学。书中采用了他所提出的已经经过实践检验的“基础先行”的方法,即在定义类之前,首先使用清晰简明的语言介绍基本程序设计概念,如选择语句、循环和函数;在介绍面向对象程序设计和GUI编程之前,首先介绍基本逻辑和程序设计概念。书中除了给出一些以游戏和数学为主的典型实例外,还在每章的开始使用简单的图形给出一两个例子,以激发学生的......一起来看看 《Python语言程序设计》 这本书的介绍吧!