openshift ubuntu

ubuntu 原始部署 和 宝塔部署 node

1. 选用Linux系统2.node 测试的包有express knex3. Linux 安装 nodejs 环境 https://github.com/nodesource/distributions4. Linux 系统权限(sudo) npm 安装 pm25. 用 pm2 启动后端服务 示例: ......
宝塔 ubuntu node

ubuntu20.4安装geant4和root

#下载需要的软件包和数据包下载roothttps://root.cern/install/all_releases 下载geant4 https://geant4.web.cern.ch/download/all #在家目录下面创建一个geant4的文件夹 #打开geant4文件夹,在里面创建一个f ......
ubuntu geant4 geant 20.4 root

ubuntu20.04安装minikube

一、安装docker(阿里云镜像安装) 1.卸载旧版本 sudo apt-get remove docker docker-engine docker-ce docker.io 2.添加阿里云GPG秘钥 curl -fsSL http://mirrors.aliyun.com/docker-ce/l ......
minikube ubuntu 20.04 20 04

Ubuntu22.04安装低版本MySQL5.7

# 服务器Ubuntu Server 22.04安装低版本MySQL5.7 最近在腾讯云买了个服务器准备部署我的Django项目,由于需要保证服务器和本地开发的环境相同,所以要在Ubuntu 22.04安装一个与本地Windows版本相同的MySQL5.7.36 ## 第一个问题 首次安装我尝试使用 ......
版本 Ubuntu MySQL5 22.04 MySQL

ubuntu不能外放声音/声卡没有声音

解决办法: `/etc/modprobe.d/alsa-base.conf`文件加一行: ``` options snd-hda-intel model=dell-headset-multi ``` 然后设置里就可以选内置音频了,之前没有。 参考资料:https://askubuntu.com/qu ......
声音 声卡 ubuntu

Ubuntu下制作deb包的方法详解

http://t.csdn.cn/ApH7u https://blog.csdn.net/gatieme/article/details/52829907#:~:text=Ubuntu%E4%B8%8B%E5%88%B6%E4%BD%9Cdeb%E5%8C%85%E7%9A%84%E6%96%B9% ......
方法 Ubuntu deb

ubuntu防火墙命令介绍

ubuntu在开启ufw防火墙前,为了避免与iptables现有规则冲突,建议先清空iptables的所有规则。相关命令如下: iptables -F更改iptables规则链默认操作命令如下: iptables -P INPUT ACCEPT iptables -P FORWARD ACCEPT ......
防火墙 命令 ubuntu

解决电脑无法远程Ubuntu,不出界面

![](https://img2023.cnblogs.com/blog/3005444/202306/3005444-20230608120056059-1243156350.png) 我用的win11 远程 乌班图22.0 参考:https://service.oray.com/question ......
Ubuntu 电脑

ubuntu 20.04 lxd 配置容器内使用GPU

1. 检查自己的显卡类型,同时在宿主机上安装显卡驱动 一般选择推荐的 proprietary,tested 2. 配置lxd的容器并添加GPU设备 3. 在容器中运行相同驱动版本 在nvidia官网上下载驱动 sh NVIDIA-Linux-x86_64-520.61.05.run --no-ker ......
容器 ubuntu 20.04 lxd GPU

ubuntu18.04或20.04安装显卡驱动

Ubuntu安装显卡驱动(方法超简单) 方法:只需要一条指令即可安装成功 1 sudo ubuntu-drivers autoinstall 等待安装完成后,需要重启 ......
显卡驱动 显卡 ubuntu 18.04 20.04

ubuntu 20 permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock:

permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/con ......
permission connect ubuntu denied Docker

【Linux】Ubuntu apt 安装故障 Could not get lock /var/lib/dpkg/lock-frontend

报错提示 E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable) E: Unable to acquire the dpkg frontend lock (/var ......
lock lock-frontend frontend 故障 Ubuntu

11_install Ubuntu Full GUI Desktop on an Ubuntu VPS

地址:https://www.codewithharry.com/blogpost/install-ubuntu-desktop-vps/ How to install Ubuntu Desktop with Full GUI on an Ubuntu VPS This post will expl ......
Ubuntu install Desktop Full GUI

13_How to Deploy NodeJs app on Ubuntu in Production

地址:https://www.codewithharry.com/blogpost/deploy-nodejs-app-on-ubuntu/ How to deploy a Node.js application in production In this post, we will see how ......
Production Deploy NodeJs Ubuntu How

12_How to deploy Flask apps on Ubuntu VPS Using gunicorn and Ngnix

地址:https://www.codewithharry.com/blogpost/flask-app-deploy-using-gunicorn-nginx/ How to deploy flask app on Ubuntu VPS using Nginx and gunicorn In thi ......
gunicorn deploy Ubuntu Flask Ngnix

8_How to install LEMP stack on Ubuntu VPS_

地址:https://www.codewithharry.com/blogpost/lemp-stack-on-ubuntu-20/ How to install LEMP stack (Linux, Nginx, MySQL, PHP) on Ubuntu 20.04 In this tutori ......
install Ubuntu stack LEMP VPS_

5_How to install phpMyAdmin on Ubuntu_

地址:https://www.codewithharry.com/blogpost/install-phpmyadmin-ubuntu/ Installing phpMyAdmin and adding password authentication to MySQL on Ubuntu In th ......
phpMyAdmin install Ubuntu_ Ubuntu How

3_Installing Linux, Apache, MySQL, PHP (LAMP) Stack on Ubuntu 20.04

地址:https://www.codewithharry.com/blogpost/lamp-stack-ubuntu-20-04/ Installing LAMP stack on Ubuntu 20.04 in 5 Minutes This post will explain how to in ......
Installing Apache Ubuntu 20.04 Linux

Ubuntu和MIUI时间显示秒数字

Ubuntu(23.04)状态栏的时间显示秒,则需要执行以下命令 ``` mango@mango-ubuntu:~/Desktop$ gsettings set org.gnome.desktop.interface clock-show-seconds true ``` 小米手机(MIUI13)要 ......
数字 时间 Ubuntu MIUI

Ubuntu开始菜单中的程序图标放置位置

可能放置在以下两个位置中的一个 ``` /usr/share/applications ~/.local/share/applications ``` .desktop文件的内容 ``` #!/usr/bin/env xdg-open [Desktop Entry] Version=1.0 Term ......
图标 菜单 位置 程序 Ubuntu

Ubuntu虚拟机 与 宿主机共享文件夹及拖拽文件

1、基础版, a、创建共享文件夹,在虚拟机设置下——》选项界面——》共享文件夹,选择总是启用,并且设置宿主机上的共享文件夹,Tips:记得在主机上设置共享文件夹的共享属性; b、设置VMwareTools 2、先进版:文件拖拽, a、删除原有的vmtools:sudo apt autoremove ......
宿主机 文件 宿主 文件夹 Ubuntu

解决Ubuntu 20.04升级后gnome-control-center设置程序无法打开问题

# 解决Ubuntu 20.04升级后gnome-control-center设置程序无法打开问题 Ubuntu 20.04 系统升级后,发现gnome设置程序无法正常打开了。 在终端运行命令查看错误信息,运行以下命令: ```bash sudo gnome-control-center ``` 从 ......

Ubuntu中的安装卸载及删除方法

说明:由于图形化界面方法(如Add/Remove... 和Synaptic Package Manageer)比较简单,所以这里主要总结在终端通过命令行方式进行的软件包安装、卸载和删除的方法。 一、Ubuntu中软件安装方法 1、APT方式 (1)普通安装:apt-get install softn ......
方法 Ubuntu

关于ubuntu

# 安装软件 ~~~shell sudo dpkg -i 文件名.deb ~~~ # 卸载软件 ubuntu 彻底卸载软件的常用步骤(以 google chrome 为例) 如果你想从Ubuntu中彻底卸载Google浏览器,你可以用命令行的方式来操作: ~~~shell sudo apt-get ......
ubuntu

Ubuntu升级Cmake的正确方式

Ubuntu升级Cmake的正确方式 某些软件包编译时需要高版本的Cmake,因此需要升级Cmake。 不能使用 sudo apt-get remove cmake卸载低版本cmake后再重装高版本,这样做会导致之前编译和安装的很多库一起被卸载!!! 正确步骤是: 去https://cmake.or ......
方式 Ubuntu Cmake

Linux Ubuntu 部署笔记

1.Ubuntu上配置非root用户和防火墙 2.在Ubuntu VPS上上传文件和无密码登录 3_在Ubuntu上安装Linux、Apache、MySQL、PHP(LAMP)堆栈20.04 4_如何在一台服务器上托管多个网站 5_如何在Ubuntu上安装phpMyAdmin 6_如何在2分钟内在您 ......
笔记 Ubuntu Linux

WSL-Ubuntu使用xfce4桌面环境

安装WSL-Ubuntu,参考我的另外一篇手工在非系统盘安装WSL(Ubuntu) 安装软件MobaXterm 运行MobaXterm,创建一个新的Session: 安装桌面环境:(支持Gnome、KDE、xfce4、mate、LXDE、Fluxbox、IceVM、Openbox、Fvwm2、i3、 ......
WSL-Ubuntu 桌面 环境 Ubuntu xfce4

Ubuntu开关图形界面

systemctl set-default multi-user.target #关闭图形界面 systemctl set-default graphical.target #打开图形界面 关闭:在图形界面下 终端输入 sudo service lightdm stop开启:在命令行输入:sudo ......
图形 界面 Ubuntu

haproxy.router.openshift.io/disable_cookies

haproxy.router.openshift.io/disable_cookies 是 OpenShift 中 Route 对象的一个注解,用于控制是否禁用 HAProxy 负载均衡器在请求和响应中添加 Cookie。 当该注解设置为 true 时,HAProxy 负载均衡器将不会在请求和响应中 ......

1_Setting Up an Ubuntu 20.04 server for deployment

原文:https://www.codewithharry.com/blogpost/setup-ubuntu-20-04-server/ Setting Up an Ubuntu 20.04 server for deployment When you first create a server f ......
deployment Setting Ubuntu server 20.04