manjaro初体验
manjaro Linux是https://distrowatch.com/网站上排名第一的Linux分支。
https://manjaro.org/
选择,下载,打开主页下载页:https://manjaro.org/download/,尽然有15个选择...
全选4个筛选条件(旗舰Flagship editions,初学者Beginner-friendly,节约资源Resource-efficient,传统工作流Traditional workflow),
只剩下xfce(可靠快速reliable and fast),kde(现代,灵活modern and very flexible)
xfce
硬盘安装
====默认不支持中文
# pacman -S ibus
# pacman -S ibus-qt
$ pacman -Ss ^ibus-* //查看所有可用的输入法:
# pacman -S ibus-libpinyin
# pacman -S ibus-googlepinyin
启动
$ ibus-setup
现在运行ibus-setup的初始程序(当要用Ibus的用户):
IBus has been started! If you cannot use IBus, please add below lines in $HOME/.bashrc, and relogin your desktop.
(译:IBus已启动!如果您还不能用Ibus,请您先将以下的三行代码加到$HOME/.bashrc,再重新登录。)
export GTK_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
export QT_IM_MODULE=ibus
注意: 虽然Ibus使用一个后台程序,但是它不是被systemd管理的那种后台程序:普通用户也可以运行,当你登录时,它会启动。
注意: 但是,如果ibus尚未启动,先将那些"export"的代码复制到$HOME/.xprofile,并将这行代码加到该文件:“ibus-daemon -x -d”,再重新登录。
ibus-daemon -x -d
https://wiki.archlinux.org/index.php/IBus_(简体中文)
=======================
sudo pacman -S flameshot //发现一款不错的截图软件
===========================
删除不必要软件
sudo pacman -R modemmanager
sudo pacman -R thunderbird
sudo pacman -R ms-office-online 18.04.4-2
sudo pacman -R openssh
错误:无法准备事务处理 (无法满足依赖关系) :: gnome-keyring:移除 openssh 将破坏依赖关系 'openssh'
error: failed to prepare transaction (could not satisfy dependencies) :: gnome-keyring: removing openssh breaks dependency 'openssh'
sudo pacman -R gnome-keyring 1:3.28.2-1
sudo pacman -R openssh
========================
查看启用的服务
systemctl list-unit-files --type=service | grep enabled
关闭停用不必要的服务
sudo systemctl stop bluetooth.service
sudo systemctl stop ModemManager.service
sudo systemctl disable bluetooth.service
sudo systemctl disable ModemManager.service
sudo systemctl stop org.cups.cupsd.service
sudo systemctl disable org.cups.cupsd.service
sudo systemctl stop avahi-daemon.service
Job for avahi-daemon.service canceled.
sudo systemctl status avahi-daemon.service
sudo systemctl stop avahi-daemon.service
Warning: Stopping avahi-daemon.service, but it can still be activated by: avahi-daemon.socket
sudo systemctl disable avahi-daemon.service
sudo systemctl status avahi-daemon.socket
sudo systemctl stop avahi-daemon.socket
sudo systemctl disable avahi-daemon.socket
sudo systemctl stop NetworkManager-dispatcher.service
sudo systemctl stop NetworkManager.service
manjaro初体验的更多相关文章
- .NET平台开源项目速览(15)文档数据库RavenDB-介绍与初体验
不知不觉,“.NET平台开源项目速览“系列文章已经15篇了,每一篇都非常受欢迎,可能技术水平不高,但足够入门了.虽然工作很忙,但还是会抽空把自己知道的,已经平时遇到的好的开源项目分享出来.今天就给大家 ...
- Xamarin+Prism开发详解四:简单Mac OS 虚拟机安装方法与Visual Studio for Mac 初体验
Mac OS 虚拟机安装方法 最近把自己的电脑升级了一下SSD固态硬盘,总算是有容量安装Mac 虚拟机了!经过心碎的安装探索,尝试了国内外的各种安装方法,最后在youtube上找到了一个好方法. 简单 ...
- Spring之初体验
Spring之初体验 Spring是一个轻量级的Java Web开发框架,以IoC(Inverse of Control 控制反转)和 ...
- Xamarin.iOS开发初体验
aaarticlea/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKwAAAA+CAIAAAA5/WfHAAAJrklEQVR4nO2c/VdTRxrH+wfdU84pW0
- 【腾讯Bugly干货分享】基于 Webpack & Vue & Vue-Router 的 SPA 初体验
本文来自于腾讯bugly开发者社区,非经作者同意,请勿转载,原文地址:http://dev.qq.com/topic/57d13a57132ff21c38110186 导语 最近这几年的前端圈子,由于 ...
- 【Knockout.js 学习体验之旅】(1)ko初体验
前言 什么,你现在还在看knockout.js?这货都已经落后主流一千年了!赶紧去学Angular.React啊,再不赶紧的话,他们也要变out了哦.身旁的90后小伙伴,嘴里还塞着山东的狗不理大蒜包, ...
- 在同一个硬盘上安装多个 Linux 发行版及 Fedora 21 、Fedora 22 初体验
在同一个硬盘上安装多个 Linux 发行版 以前对多个 Linux 发行版的折腾主要是在虚拟机上完成.我的桌面电脑性能比较强大,玩玩虚拟机没啥问题,但是笔记本电脑就不行了.要在我的笔记本电脑上折腾多个 ...
- 百度EChart3初体验
由于项目需要在首页搞一个订单数量的走势图,经过多方查找,体验,感觉ECharts不错,封装的很细,我们只需要看自己需要那种类型的图表,搞定好自己的json数据就OK.至于说如何体现出来,官网的教程很详 ...
- Python导出Excel为Lua/Json/Xml实例教程(二):xlrd初体验
Python导出Excel为Lua/Json/Xml实例教程(二):xlrd初体验 相关链接: Python导出Excel为Lua/Json/Xml实例教程(一):初识Python Python导出E ...
随机推荐
- QuickStart系列:docker部署之PostgreSQL
mysql --> mariadb --> postgresql 官网简介 https://www.postgresql.org/ 使用的镜像名称 centos/postgresql-96 ...
- [Leetcode 376]摇摆序列 Wiggle Subsequence
[题目] A sequence of numbers is called a wiggle sequence if the differences between successive numbers ...
- :工厂模式1:方法模式--Pizza
#ifndef __PIZZA_H__ #define __PIZZA_H__ class Pizza { public: Pizza(){} virtual ~Pizza(){} virtual c ...
- Linux系统管理常用命令用法总结(2)
1.free指令会显示内存的使用情况,包括实体内存,虚拟的交换文件内存,共享内存区段,以及系统核心使用的缓冲区等. 语法:free [-bkmotV][-s <间隔秒数>] 参数说明: - ...
- tomcat 启动Spring boot 项目
SpringBoot 项目如何在tomcat容器中运行 1.相关连接: https://blog.csdn.net/u010598360/article/details/78789197/ 2.修改打 ...
- tomcat启动失败,提示信息:Unable to ping server at localhost:1099
jdk1.7+maven9.0.0开启服务器时,提示Unable to ping server at localhost:1099 然后换成tomcat8.5.1就成功开启服务器
- IBM MQ 集成CXF 发送JMS 消息
0.POM依赖 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w ...
- maven包上传私服
选择需要上传的项目右键-->Run As-->Run Configurations-->Maven Buid-->右键 new -->选择 base directory- ...
- 牛客多校第四场 F Beautiful Garden
链接:https://www.nowcoder.com/acm/contest/142/F来源:牛客网 题目描述 There's a beautiful garden whose size is n ...
- 用Filter实现图片防盗链
首先继承自FilterAttribute类同时实现IActionFilter接口,代码如下: //// <summary> /// 防盗链Filter. /// </summary& ...