加载中
kali 配置中文输入法

1.apt-get install fcitx5 fcitx5-chinese-addon fcitx5-pinyin fcitx5-pinyin-gui fcitx5-module-* 2.im-config,运行后指定fcitx5为默认输入法 3. fcitx5-configtool or fcitx5-config-qt,关...

kvm启用

1.egrep -o '(vmx|svm)' /proc/cpuinfo 2.echo -e "nameserver 127.0.0.1\nnameserver ::1" > /etc/resolv.conf 3.modprobe kvm-intel kvm-amd kvm kvmgt 4.btctl show 5.brctl delif <brnam...

Gnu/Linux 参数优化(增加了netfilter优化)

#!/bin/bash ##################Gnu/Linux Kernel /tmp filesystem optimized####################h set -e uNames=`uname -s` osName=${uNames: 0: 4} if [ "$osName" == "Linu" ] then rea...

enable the IOMMU feature on an AMD or Intel

To enable the IOMMU feature on an AMD Ryzen system, modify your grub config. Run sudo nano /etc/default/grub and edit the line which starts with GRUB_CMDLINE_LINUX_DEFAULT, to m...

pandoc转换pdf

1、fc-list :lang=zh 查看中文字体 2、apt-get install pandoc 安装文件转换工具 3、pandoc -f epub my.epub -t latex --pdf-engine=xelatex -o my.pdf -V mainfont='AR PL UKai CN' 进行文件...

Gnu/Linux 防止暴力扫描及其它

RedHat7 手工脚本: # iptables iptables -A INPUT -i eno16777728 -p tcp -m multiport --destination-port 135,136,137,138,139,445,4899,1900 -j LOG iptables -A INPUT -p tcp -m multip...

Gnu/Linux 链接XServer方法

基础工作: apt-get install xserver-xephyr xnest 方法一: Xephyr :1 -screen 1360x768 -resizeable -query 192.5.2.19 方法二: Xnest :1 -screen 1360x768 -query 192.5.2.19 方法三: X :1 ...

AIX批量创建用户脚本

#!/bin/ksh ####批量创建用户#### SuperDir=/dbbackup/ftpuser/ ##用户上级目录定义 PGRP=test ##属组定义 set -A username test1 test2 test3 test4 test5 test6 ##添加用户列表 for userin...

2018/04/27 15:59
642

没有更多内容

加载失败,请刷新页面

返回顶部
顶部