方方长长

方方长长

ubuntu关闭更新
sudo sed -i 's/1/0/g' /etc/apt/apt.conf.d/10periodic sudo sed -i 's/1/0/g' /etc/apt/apt.conf.d/20auto-upgrades sudo systemctl disable…
ubuntu安装OpenFOAM _
系统为 Ubuntu18.04 系统 开始 #sudo apt update #sudo apt-get install build-essential flex bison git-core cmake zlib1g-dev libboost-system-dev…
python命令自动查找ubuntu最快的源 _
Ubuntu 系统是最受欢迎的 Linux 发行版之一这里介绍一种在命令行下自动换最快源的方法。 sudo apt install python3-pip python3-setuptools python3-wheel pip3 install apt-smart 这样就安装好…
ubuntu安装OpenFOAM
系统为Ubuntu18.04系统 开始 #sudo apt update #sudo apt-get install build-essential flex bison git-core cmake zlib1g-dev libboost-system-dev libboost…
win10和ubuntu双系统设置默认启动系统为win10
在 win10 下安装了 Ubuntu20.04 系统,默认情况下,启动的是Ubuntu系统。 要将默认启动系统设置成 win10,方法如下: 1、进入 ubuntu 系统,按住 Ctrl+Alt+T 键,打开终端。 2、输入命令: 或进入 /etc/default/ 文件夹下…
centos7安装python3
wget https://www.moerats.com/usr/shell/Python3/CentOS_Python3.6.sh && sh CentOS_Python3.6.sh wget https://www.moerats.com/usr/shell…
cover

centos编译openfoam

先安装 openmpi 安装 yum install libxml2-devel libxslt-devel gsl -y yum install openssl -y yum install openssl-devel -y 加入环境变量 接下来编译…
centos安装显卡驱动
屏蔽系统自带的 Nouveau 显卡驱动 最底下加入下面两行 blacklist nouveau options nouveau modeset=0 保存退出 重建 initramfs imagen 内核 备份 mv /boot/initramfs-$(uname -r…
CP2K并行编译
下载源码包此处为 cp2k6.1,本文编译方法和 cp2k 7.1 通用,cp2k7.1 安装时所需依赖包都是从 github 下载,比较慢,也容易下载出错,cp2k6.1 没有这种情况。 解压 cp2k 安装 cp2k 如果有报错可能 mpich 的环境冲突…
kali2020安装w3af 渗透工具
关于 w3af 是什么可以 GitHub 上的描述文件 开源地址https://github.com/andresriancho/w3af w3af-Web 应用程序攻击和审核框架 w3af 是一个开放源代码 Web 应用程序安全扫描程序…
cover

Ubuntu安装CUDA+CUDNN

1.cuda 的安装 cuda 下载地址 https://developer.nvidia.com/cuda-downloads 2. 安装 cuda 以下步骤全都是 ROOT 权限操作 chmod +x cuda_10.1.168_418.67_linux.run 将.run…
cover
cover

lammps安装编译

本所有编译都是在 / OPT 下面编译,共享目录 1. 下载 fftw http://www.fftw.org/fftw-3.3.8.tar.gz 2. 下载 mpich http://www.mpich.org/static/downloads/3.3.2/mpich-3.3…
ubuntu安装英伟达显卡
第一步 先禁用 ubuntu 自带显卡驱动 如果未安装 vim sudo apt install vim sudo vim /etc/modprobe.d/blacklist.conf 最后一行加上: blacklist nouveau options nouveau…
ubuntu换源
一键脚本 sudo curl -L https://github.com/AndyYoungDev/ubuntu-aliyun-sources/releases/download/shell/change.sh | bash 1. 备份 /etc/apt/sources…
cover
cover
cover

宝塔面板安装zabbix V3.0

第一步宝塔面板安装 Centos 安装命令: yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh Ubuntu…
cover
cover
cover
cover

去广告adguard home安装

AdGuard Home 是一款 全网广告拦截 与 反跟踪软件。在您将其安装完毕后,它将保护您所有家用设备,同时您 不再需要 安装任何客户端软件。如果你的设备比较多的话可以在 局域网 内搭建并进行广告过滤。 开源软件可以再 github 下载,开源下载地址: 下载 Window…
大气软件WRF安装和WPS安装
Ubuntu 系统编译 已编译好的 WRF 和 WPS 链接:https://pan.baidu.com/s/1oADC7_YuxBKaP7fdqa3ggg 提取码:x35x 傻瓜式安装已编译好的 将下载好 wrf4.1.2.tar.gz 拷贝 /opt 下面 tar -xvf…
cover
cover

centos7一键升级gcc

yum -y install centos-release-scl yum -y install devtoolset-7-gcc devtoolset-7-gcc-c++ devtoolset-7-binutils 临时使用 gcc-7 scl enable…
Ownership of this blog data is guaranteed by blockchain and smart contracts to the creator alone.