新手学习下,在Ubuntu 下怎样安装deb包与rpm包。 deb 是debian linux 的安装格式,跟Red Hat 的rpm相似 安装: dpkg -i file.deb 不过要安装dpkg的package,也可用alien这类软件将package转为rpm等格式,或直接下个rpm 或tar包。 关于deb包转换成…
Debian下载步骤:
$ sudo apt-get install --download-only <package_name> or $ sudo apt install apt-rdepends
$ apt download $(apt-rdepends vim | grep -v "^ ") This command will recursively download all required packages.
Just in c…
Linux 的发行版有很多,这里罗列7个漂亮的 Linux 发行版,可以说是Linux操作系统界的颜值担当了。
1、elementary OS 网站:https://elementaryos.cn
elementary OS操作系统是最漂亮的Linux发行版之一。它基于macOS外观,同时为Linu…
前言
这里写一篇简短的文字用来记录如何在Linux发行版上快速安装VScode,主要使用的一个软件snap,做一个简单介绍: Snap Store 是 Ubuntu、Debian、Fedora 和其他几个 Linux 发行版中的一个应用商店,提供了数千个应用程序和工具的…
转发服务器的配置非常简单,只需要在/etc/bind/named.conf.options中修改一个选项即可:
vim /etc/bind/named.conf.options Forwarders {114.114.114.114;8.8.8.8;}; 添加这段语句 vim /etc/bind/named.conf.default-zones zone “baidu.com” {Type forward; Forward …
Linux 操作系统简介(1)简介(2)使用 Linux 的优点(3)推荐课程(1)简介
Linux 是一款免费开源的操作系统,第一版本内核由 Linus Benedict Torvalds 开发。目前有非常多的发…
需要修改bashrc
~/.bashrc先备份一份
cp .bashrc bashrc.backup编辑bashrc
vim ~/.bashrc可以看到bashrc内容为
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples# If…
参考资料
https://github.com/ptitSeb/box86/blob/master/docs/COMPILE.md
源码地址
GitHub - ptitSeb/box86: Box86 - Linux Userspace x86 Emulator with a twist, targeted at ARM Linux devices
deb在线源地址(打不开):
Itais box86…
./vmware-install.pl 提示出错,Setup is unable to find the "depmod" program on your machine 解决:
这个错误可能是由于在安装 VMware 时缺少系统依赖项导致的。"depmod" 是一个 Linux 系统命令,用于在内核模块更新…
网络安全:渗透神器 kali 的安装.
Kali Linux是一款基于Debian的Linux发行版,专门用于渗透测试和网络安全评估。它包含了大量的渗透测试工具和网络安全工具,适用于各种不同的渗透测试场景和需求。 目录:
网络安全:渗透…
关注了就能看到更多这么棒的文章哦~Kernel code on the chopping blockBy Jonathan CorbetJanuary 19, 2023DeepL assisted translationhttps://lwn.net/Articles/920259/添加到内核中的代码可以在那里停留很长时间。在目前的内核中,有一些代码已经存在了…
Nitrux OS 是一个基于 Debian 的有趣的 Linux 发行版。还没有试过吗?我认为你应该试试。Nitrux 系统也许算不上 Linux 的主流发行版本之一,但它绝对是一款极其独特的产品。
2019 年,我们 采访了 Nitrux 的创始人 Uri Herrera,了解…
本文分享的是Purple Pi OH开源主板搭载Debian/Ubuntu系统如何使用python控制gpio。
Purple Pi OH作为一款兼容树莓派的开源主板,采用瑞芯微RK3566 (Cortex-A55) 四核64位超强CPU,主频最高达1.8 GHz,算力高达1Tops,支持INT8/INT16,支持Tensor…
目录 一:配置本地apt源没有发现文件 解决方案 二:apt下载bind9报错E: Package bind9 has no installation candidate
方法一:
方法二:更新不报错但是安装依旧报错E: Package bind9 has no installation candidate 一ÿ…
在 Debian Linux 中用 VirtualBox 虚拟了一个 Windows XP。但遗憾的是,Windows XP 的默认编码格式是 GBK,而我的 Linux 编码格式是 UTF-8。这就给两者的中文操作形成困扰。不过VIM编辑器可以很平滑地解决这个问题,具体做法是在Windows和Linux…
先来看一下已经配置完毕的三个配置文件: /etc/bind/named.conf/etc/bind/named.conf.default/etc/bind/db.a.comcat /etc/bind/named.conf include "/etc/bind/named.conf.options"; include "/etc/bind/named.conf.local"; include "/etc/bind/name…
目录 1. Ubuntu/Debian Hat 系 Linux 使用1.1. 包1.1.1. Install Package1.1.2. Convert .rpm package to .deb1.1.3. Install RPM Package Directly Onto the System on Ubuntu 1. Ubuntu/Debian Hat 系 Linux 使用
1.1. 包
1.1.1. Install Package
dpkg -i <name of pa…
干掉Nouveau安装Linux Nvidia显卡驱动 首先说明下什么是Nouveau,为什么有些系统安装N卡驱动的时候会提示“ERROR: The Nouveau kernel driver is currently in use by your system. This driver is incompatible with the NVIDIA driver……”之类的错误。 Nouvea…
KDE环境文件夹user-dirs
修改KDE主页文件夹为英文
该文件路径
~/.config/user-dirs.dirs打开后会发现里面的内容如下
# This file is written by xdg-user-dirs-update
# If you want to change or add directories, just edit the line youre
# interested in. All local …
报错: ssh Key exchange was not finished
则需修改sshd文件
链接:Key exchange was not finished,connection is closed近期遇到这个错误sshd更新导致的 - it610.com
需在
在/etc/ssh/sshd_config最后添加如下行内容解决问题 KexAlgorithms diffi…
导读树莓派基金会(Raspberry Pi Foundation)近日发布了新版基于 Debian 的树莓派操作系统(Raspberry Pi OS),为树莓派单板电脑带来了新的书虫基础和一些重大变化。 新版 Raspberry Pi OS 的最大变化是它现在基于最新的…
修改配置文件/etc/apt/sources.list
修改成163源:
deb http://mirrors.163.com/debian/ stretch main non-free contrib deb http://mirrors.163.com/debian/ stretch-updates main non-free contrib deb http://mirrors.163.com/debian/ stretch-backports main …
原题连接:Infinite Dictionaries - C语言网 A dictionary is a set of key-value pairs, for example: {color:red, price:2, 7:test, 100:-100} //一个字典是一组关键对,例如{color:red, price:2, 7:test, 100:-100} As you can see, keys and values can be strin…
这篇文章也可以在我的博客中查看
今天废话不多说直接解决一个阴间问题
问题
在部署kubernetes后(执行完kubeadm init后),执行任何kubectl命令,都会报以下错误:
The connection to the server xxx.xxx.xxx.xxx:6443…
中科大
deb https://mirrors.ustc.edu.cn/debian/ stretch main non-free contrib deb https://mirrors.ustc.edu.cn/debian/ stretch-updates main non-free contrib deb https://mirrors.ustc.edu.cn/debian/ stretch-backports main non-free contrib deb-src https://mirr…
修改源: root用户vi /etc/apt/sources.listdeb http://mirrors.aliyun.com/debian/ stretch main non-free contrib
deb http://mirrors.aliyun.com/debian/ stretch-updates main non-free contrib
deb http://mirrors.aliyun.com/debian/ stretch-backports main non-free co…
第一步,前往HP官网下载linux驱动,HP Developers Portal | Version: 3.22.6
然后上传到linux端,并赋予可运行权限
安装驱动
第二步,安装cups
apt install cups
第三步,安装完成后,修改cpusd.conf文件,红色部分为修改后.
# Only listen for connections from the local mac…
1.更新网易源 deb http://mirrors.163.com/debian/ stretch main non-free contrib deb http://mirrors.163.com/debian/ stretch-updates main non-free contrib deb http://mirrors.163.com/debian/ stretch-backports main non-free contrib deb-src http://mirrors.1…
现象描述
设备网络灯显示异常,通过串口登录到设备,启动网络服务时,系统显示信息如下: rootlinux:~# systemctl start network_5g [ OK ] Stopped Emergency Shell. [FAILED] Failed to mount /proc/bus/usb. See systemctl sta…
在 Ubuntu 或其他基于 Debian 的系统上,你可以按照以下步骤来卸载并重新安装 MySQL: 停止 MySQL 服务 你可以使用以下命令停止 MySQL 服务: sudo service mysql stop卸载 MySQL 使用下面的命令来卸载 MySQL: sudo apt-get remove …
文章目录背景原因user 参数的缺陷一### user 参数的缺陷二Docker 官方的解决方案背景
在bitnami 安装的软件进入容器用户名都显示I have no name,这是什么原因呢? 原因
在k8中容器默认好像是以uid1001启动的,可以修改该uid docker 启动的时…
关注了就能看到更多这么棒的文章哦~A report from the 2022 Image-Based Linux SummitNovember 3, 2022By Luca Boccassi, Lennart Poettering, and Christian BraunerDeepL assisted translationhttps://lwn.net/Articles/912774/第一届 Image-Based Linux Summit …
本文地址:blog.lucien.ink/archives/541 以 Debian 11 为例,主要用于备忘。
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-updates main contrib non…
首先,最新的Debian9阿里云源如下(底下这个源是正确的,在阿里云评论区里找到的,阿里云官网上面的是旧的,是不行的):
deb http://mirrors.aliyun.com/debian-archive/debian stretch main contri…
目 录
一、 背景介绍
二、一个命令查看linux系统的简单方法
1、 uname -a
2、cat /etc/issue
3、lsb_release -a
4、 dmesg | grep Ubuntu 一、 背景介绍 Linux 系统基本上分为两大类: 1. Red Hat 系列:包括 Red Ha…
安装 Debian 制作一个 Debian 的可启动 USB先决条件如何在 Linux 操作系统上制作 Debian 11 的可启动 USB第一步:附加 ISO 镜像第二步:选择 USB第三步:开始制作 USB 可启动的过程 如何在 Windows 上制作一个 Debian 11 可启动的 USB 盘第一步…
GNU nano 1.2.4 File: /etc/network/interfaces# This file describes the network interfaces available on your system# and how to activate them. For more information, see interfaces(5).# The loopback network interface# auto lo表示开机时候自动加载一块叫lo的inte…
自从1994年对根文件目录做了统一的规范,推出 FHS ( Filesystem Hierarchy Standard ) 的 Linux 文件系统层次结构标准,统一了 Linux 根目录各文件夹的名称及作用。 /:根目录,一般根目录下只存放目录,不要存放件&#x…
1,查看内核版本命令:cat /proc/version uname -a uname -rcat /etc/issue man uname 2,查看linux版本:抄录如下: 1) 登录到服务器执行 lsb_release -a ,即可列出所有版本信息,例如&am…
详情可以查看添加链接描述
1.安装jdk
apt-get install openjdk-8-jdk2.安装单机zookeeper
# 下载
#https://downloads.apache.org/zookeeper/zookeeper-3.7.1/apache-zookeeper-3.7.1.tar.gz
# 用这个包启动的时候会报错Error: Could not find or load main class org.apach…
导读MX Linux 是基于 Debian 稳定分支的面向桌面的 Linux 发行,它是 antiX 及早先的 MEPIS Linux 社区合作的产物。它采用 Xfce 作为默认桌面环境,是一份中量级操作系统,并被设计为优雅而高效的桌面与如下特性的结合:配置简单、高…
写在前面 ① 在debian 8上升级了Python 3.8.5 ② 升级了openssl 1.1.1 问题描述 在运行pip命令时提示如下错误 pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.尝试了大神推荐的用如下方法重新编译安装python,发…
Microsoft 提供 Azure Data Studio,这是一种可在 Linux、macOS 和 Windows 上运行的跨平台数据库工具。 它提供与 SSMS 类似的功能,包括查询、脚本编写和可视化数据。
要在 Ubuntu 上安装 Azure Data Studio,可以按照以下步骤操作࿱…
全部学习汇总: GreyZhang/little_bits_of_linux: My notes on the trip of learning linux. (github.com)
之前使用某些基于Debian的Linux发行版,软件安装问题一般只需要sudo apt-get install就可以。诸如之前的Ubuntu以及派生版本,再比如直…
一、if语句
1.单分支格式
if [ 条件判断式 ]; then当条件判断成立时,执行的命令内容
fi if [ 条件判断式 ]
then当条件判断成立时,执行的命令内容
fi 2.双分支格式
if [ 条件判断式 ]; then当条件判断成立时,执行的命令内…
Debian安装k8s记录 在master和node上安装kube安装master安装node遇到的问题汇总1、kubelet.service报错 failed to pull image "registry.k8s.io/pause:3.6"2、node重启后报错,failed: open /run/flannel/subnet.env: no such file or directory 在master…
当我们在升级的过程中出现如下报错信息 报错信息如下所示:
The following signatures couldnt be verified because the public key is not available: NO_PUBKEY ED444FF07D8D0BF6
W: GPG error: http://mirrors.jevincanders.net/kali kali-rolling InRelease: …
前言:
硬件操作系统国产化路漫漫,由此可见华为的厉害。
今天在香橙派上用自己编译的python导入pandas时,报错:
from _bz2 import BZ2Compressor, BZ2Decompressor ImportError: No module named _bz2ImportError: No module name…
Kali Linux 面向专业的渗透测试和安全审计。因此,Kali Linux 已经进行了如下的多 处核心的修改:
1. 单用户,设计成 root 权限登录:由于安全审计的本质,Kali Linux 被设计成使用 单用户,root 权限“方案。 …
#!/bin/bash# Define output file
current_date$(date "%Y%m%d") # Gets the current date in YYYYMMDD format
output_file"server_security_inspection_report_${current_date}.txt"# Empty the file initially
echo > $output_file# 获取巡检时间 (…