manjaro

Linux(Manjaro)下安装mysql5.7

心不动则不痛 提交于 2019-12-27 02:37:17
1.下载mysql 到清华源下载相应的镜像版本。可以达到满速。 https://mirrors.tuna.tsinghua.edu.cn/mysql/downloads/MySQL-5.7/ 2.解压 tar -xzvf ~/Download/mysql-5.7.17-linux-glibc2.5-x86_64.tar.gz 3.移动并修改名字 mv ~/Download/mysql-5.7.17-linux-glibc2.5-x86_64 /usr/local/mysql 4.创建mysql数据库存放的路径 mkdir /usr/local/mysql/data 5.安装依赖 默认需要这两个依赖,没有会报.so文件找不到。 sudo pacman -S numactl sudo pacman -S ncurses5-compat-libs 6.创建用户组 cd /usr/local sudo groupadd mysql //创建用户组mysql sudo useradd -r -g mysql mysql //-r参数表示mysql用户是系统用户,不可用于登录系统,创建用户mysql并将其添加到用户组mysql中 sudo chown -R mysql mysql/ sudo chgrp -R mysql mysql/ 7.创建配置文件,并设置文件权限(很重要) vim

minikube start {OS type not recognized}

大兔子大兔子 提交于 2019-12-23 15:43:34
问题 minikube start giving below error messaage on Manjaro Deepin ( Arch Linux ). E1002 00:02:24.832976 26272 start.go:143] Error starting host: Temporary Error: Error configuring auth on host: OS type not recognized. tried it on VirtualBox with Ubuntu 16.04 and VT-X/AMD-v not enable error giving even Virtualbox preference set to VT-X/AMD-v enable. Note : Need to fix the issue on my local machine not the virtualBox uname -a output Linux xxx-pc 4.9.51-1-MANJARO #1 SMP PREEMPT Wed Sep 20 10:37:40

manjaro系统的回滚操作

南楼画角 提交于 2019-12-22 09:23:04
  作为linux系统的爱好者,自从使用linux后,就喜欢追求新的软件,连系统都换成了滚动升级的版本。manjaro基于arch linux,同时也是kde的支持系统,升级非常频繁。使用了几年,很少碰到升级系统刮掉的情形,但是这次升级后出现了: [developDss nication]# pacman -Syyu :: 正在同步软件包数据库... core 151.7 KiB 353 KiB/s 00:00 [########################] 100% extra 1782.6 KiB 378 KiB/s 00:05 [########################] 100% community 5.2 MiB 1244 KiB/s 00:04 [########################] 100% multilib 176.6 KiB 998 KiB/s 00:00 [########################] 100% :: 正在进行全面系统更新... 警告:lib32-systemd:本地 (244.1-1) 比 multilib 的版本更新 (242.153-2) 警告:plasma5-themes-breath:本地 (0.4.0-3) 比 community 的版本更新 (0.4.0-2) 警告:sddm-breath

manjaro无效的软件包

无人久伴 提交于 2019-12-16 16:07:00
1.首先更新一下密钥,如果没有安装archlinux-keyring,请及时安装 sudo pacman-key --refresh-keys 2.重新加载相应的签名密钥 sudo pacman-key --init sudo pacman-key --populate 3。清除pacman 的缓冲文件 sudo pacman -Scc 4.更新或者安装系统即可 sudo pacman -Syu 来源: CSDN 作者: 分子美食家 链接: https://blog.csdn.net/weixin_40083227/article/details/103560716

Manjaro尝鲜体验

最后都变了- 提交于 2019-12-14 21:44:55
Manjaro尝鲜体验 mnjaro是世界上流行度第一的linux发行版,是基于ArchLinux核心简化安装版。因为手中的thinkpad x200s 安装win10后cpu温度太高,于是自己从网上摸索了下安装manjaro的教程,最终成功安装。秀一下成功。 以下内容为自己的备忘。 安装 利用rufus制作启动盘,然后设置电脑u盘启动,之后的步骤参考Manjaro官网即可,因为电脑配置低,所以我选择了XFCE版本。需要注意的是:manjaro安装分两种类型,一种是全盘抹除,一种是双系统安装,全盘抹除会格式化硬盘,需要选择合适自己的方式。因为我是拿了我另一台宏碁笔记本拆下来的闪迪固态硬盘作为系统盘且只需要一个系统我选择了全盘抹除安装。 滚动更新 manjaro系统最大的特点是系统滚动更新,举个例子,windows系统从win7更新到win10需要重装系统,但是manjao只需要执行一条命令即可升级系统。 凡事有利就有弊,manjaro系统是开源系统,并不像windows有微软这么大公司来进行维护,所有有些系统更新新版本后会导致与当前电脑硬件有冲突,导致滚挂,也就是电脑无法使用。 分区 为了防止滚挂,在安装系统前就用户资料与系统分开,执行类似于windows系统中c盘与d盘的分区,(虽然实际linux只有一个主分区)。以下为涉及到重要分区的说明: opt和usr是程序安装目录

manjaro web

徘徊边缘 提交于 2019-12-12 07:04:00
https://wiki.manjaro.org/index.php?title=Main_Page https://forum.manjaro.org/ https://gitlab.manjaro.org/explore/groups https://lists.manjaro.org/cgi-bin/mailman/listinfo https://kiwiirc.com/nextclient/irc.freenode.net/?nick=manjaro-web|?#manjaro / #!/bin/bash if [ $(which pkexec) ]; then pkexec --disable-internal-agent "/usr/bin/calamares" "$@" else /usr/bin/calamares "$@" fi 来源: https://www.cnblogs.com/guochaoxxl/p/12026815.html

初学Manjaro

我只是一个虾纸丫 提交于 2019-12-10 20:56:00
近期,看有朋友在使用Manjaro系统,感觉这个系统挺不错,于是我也安装了Manjaro,学习一下!!!! Manjaro下载地址: https://manjaro.org/download/ Manjaro 系统有3个,在百度上搜索结果后,根据自己情况选择了KDE这个版本(自行百度) 安装方式 (百度上找的 https://www.jianshu.com/p/21c39bc4dd31 注意:双显卡 driver要选择no free ) 我安装的截图 配置 1.设置官方镜像源 Ctrl+Alt+T 进入控制台 输入:sudo pacman-mirrors -i -c China -m rank #这行命令会索引出所有的源地址 本人选择的是清华和中科大的源(建议之选中科大的源 ustc) 使用:sudo vi /etc/pacman.conf 命令 使用Insert键 修改`/etc/pacman.conf`,在最后一行添加中科大的源: [archlinuxcn] SigLevel = Optional TrustedOnly Server = https://mirrors.ustc.edu.cn/archlinuxcn/$arch 安装archlinuxcn签名钥匙: sudo pacman -S archlinuxcn-keyring 进行同步软件库并更新系统到最新状态:

How does one configure shared folders to automount for arch/manjaro linux VM in virtualbox?

廉价感情. 提交于 2019-12-08 05:31:56
问题 I have a manjaro/arch virtual machine running in virtualbox with a windows 10 host. I have configured the shared folder I want to share in virtualbox as c:\tfs with the name tfs but it doesn't show up in the linux vm anywhere. I am able to mount it manually, but it won't auto-mount. I created the /media and /media/tfs folder in the VM, since it did not exist, and now the following command successfully manually mounts my folder sudo mount -t vboxsf tfs /media/tfs . How do I get the automount

开始使用 Manjaro(添加源+字体渲染去模糊+软件安装+优化配置+常见错误)(30)

社会主义新天地 提交于 2019-12-06 21:02:28
1. 添加 archlinux 镜像源 1. 步骤一 向 /etc/pacman.d/mirrorlist 中添加国内镜像地址 1.1 方法1:自动添加 1、 输入如下命令查看国内镜像源,并按质量排序: sudo pacman-mirrors -i -c China -m rank ,之后会弹出一个窗口,可以选择想要的镜像源,选择确定后会自动导入 /etc/pacman.d/mirrorlist 配置文件中。 1.2 方法2:手动添加 直接在 etc/pacman.d/mirrorlist 文件后边添加如下内容,这些是根据 pacman-mirrors 命令选出以及网友推荐的比较优质的,也可以添加其它的: ## Country : China(中科大) Server = https://mirrors.ustc.edu.cn/manjaro/stable/$repo/$arch ## Country : China(清华) Server = https://mirrors.tuna.tsinghua.edu.cn/manjaro/stable/$repo/$arch 步骤一是必须的,要不然运行 步骤三 会提示找不到仓库。 2. 步骤二 编辑 pacman 配置文件 1、打开 pacman 配置文件 sudo vim /etc/pacman.conf #打开 pacman 配置文件

Manjaro上网

谁说胖子不能爱 提交于 2019-12-05 18:03:34
本机为KDE manjaro. Step 01.在软件管理工具中下载ss. Step 02. 在配置ss时将本地地址设置为127.0.0.1端口号为:1080. Step 03. 设置代理: 1 sudo pacman -S privoxy # 安装代理转发,用于将 socks5 代理转换为 http 代理 2 sudo bash -c 'echo "forward-socks5 / 127.0.0.1:1080 ." >> /etc/privoxy/config' 3 git config --global http.proxy 'socks5://127.0.0.1:1080' 4 git config --global https.proxy 'socks5://127.0.0.1:1080' 5 sudo systemctl start privoxy.service Step 04:设置代理.在系统设置---->网络------>设置------>代理--->使用手动配置代理服务器, 设置socks代理为127.0.0.1 端口为1080. 参考博客: http://michael728.github.io/2019/08/03/linux-manjaro-install/ 来源: https://www.cnblogs.com/wangling1820/p