#include <iostream>#include <unistd.h>#include <sys/wait.h>#include <fcntl.h> // O_RDWR#include <cstdio> // open()#include <sys/mman.h> // mmap() munmap()#include &
#include <iostream>#include <pthread.h>#include <vector>#include <numeric>#include <unistd.h>using namespace std;struct Data{ vector<int>& data; &n
#include <iostream>#include <pthread.h>#include <vector>#include <numeric>#include <unistd.h>using namespace std;pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;pthread
#include <pthread.h>#include <unistd.h>#include <iostream>using namespace std;void* handle(void* p){ int* pn = (int*)p; for(int i=0;i<20;++i){ sl
#include <iostream>#include <sys/socket.h>#include <sys/types.h>#include <arpa/inet.h>#include <unistd.h>using namespace std;int main(){ int fd = soc
#include <iostream>#include <thread>#include <queue>#include <mutex>#include <condition_variable>#include <vector>#include <functional>using namespace std;cla
#include <thread>#include <iostream>#include <mutex>#include <numeric>#include <vector>#include <condition_variable>using namespace std;int main(){ mut
#include <unistd.h>#include <sys/wait.h>#include <iostream>#include <signal.h>#include <list>using namespace std;void handler(int){ pid_t pid = wait(NULL); &
在美国最好的音乐学校,老师禁止学生把一支曲子连贯演奏,必须练习分块小段。如果别人听出来你弹的是什么曲子,就说明你学错了。 易建联有一个“金鸡独立”的投跳动作,命中率相当高。姚明解读说,这是易建联接受专项训练的结果,是他近2年迅速提高的关键。 复旦大学的创意写作课,教授让学生描述一个听到的声音,不断追问下去:那个声音是什么颜色,什么形状,什么质感,给人什么联想? 我母亲在我小的时候教我,说,你看:这
2014年之前买东西都用的电脑; 2014年开始用手机买东西有优惠,然后你为了用上优惠,放弃用电脑买东西。 逐渐随着时间人买东西就用手机,然后就记不起用电脑了。 用电脑买东西,人容易比较不同产品,比较理性,头脑不会发热。 用手机买东西,人容易狭隘,头脑容易冲动。 显示器和手机屏幕从2014年开始变大的。---人需要那么大的显示器吗? 人需要那么大的手机屏幕吗?手机屏幕变大是从三星开始的。 手机屏幕
windows10 添加 用户
dnf特性
yum dnf smplayer
virt-manger qcow2
cassandra
ntp
#################一个**.tar.gz包的安装#################1、将安装包拷至你的临时目录或者/root目录cp ***.tar.gz /root2、解压缩tar -xvzf **.tar.gz3、检查编译./configure###执行此命令为编译做好准备4、检查通过后,将生成用于编译的makefile文件。此时可以进行编译make ###执行此命
以root用户登陆系统然后编辑/boot/grub2/grub.cfg文件,vim /boot/grub2/grub.cfg在###END /etc/grub.d/00_header ###之后添加###BEGIN /etc/grub.d/30_os-prober ###menuentry 'win7' --class windows --class{osinsmod part_m
df ###查看已经使用了的空间blkid ###显示所有可用设备的id信息du -sh /mnt/ ###查看设备的使用情况fuser -vm /dev/sdb1 ###[kiosk@foundation59 Desktop]$ fuser -vm /dev/sdb1[kiosk@foundation59 Desktop]$ [root@foundation14
从本地源安装软件##########################################################################################################先获取镜像源################################################################################
centos linux ntfs iso 挂载
<<<第九单元练习>>>1.在desktop主机中建立用户westos,并设定其密码为westoslinux2.配置desktop中的sshd服务要求如下:*)设定sshd服务只允许westos用户可以被访问使用*)创建westos用户的key认证方式*)设定westos用户只允许使用key认证方式,屏蔽其系统密码认证方式[root@desktop14 Desk
vim /etc/ssh/sshd_config ##编辑允许登陆的配置文件systemctl rstart sshd ##重起sshd服务PermitRootLogin no ##不允许root用户被远程登陆Allowusers linux westos ##允许那个用户可以被访问压缩命令 压缩参数 压缩后文件名 待压缩的文件名(路径)tar -cf etc.tar /etc/ ##
ps ##(所有)是在前端运行的进程ps -a ##shell中的进程-x ##shell 后台运行的进程查看资源占用率要加o,还有%aux是查看进程,%cpu,%mem是查看此进程的资源占用率在后台运行的时候是不能ctl+c停止掉的,ctl z ##打入后台jobs ##查看后台运行的进程gedit & ##一个文件在创建的时候就让他在后台运行kill 发送信号的工具1 reload #
id ###查看用户信息id -u ###查看用户uid-g ###查看用户所在组id-a ### 查看用户所有信息-G###查看用户所在所有组id(包括所有历史组)-un ###查看用户名字-gn ###查看用户初始组名称-Gn ###查看用户所有组名称su - username###加杠会改变用户的环境,不仅个改变了用户名,而且改变了用户bash环境ec
vim /etc/vimrc 因为你要与别人合作管理共同的服务器,所以你写的东西要让别人能看懂,最好打上你姓名标示set cursorline/set nocursorline ####设置行线显示与否set nu/set nonu ####设置行号显示与否ctl + v ###进入高亮选择模式,用键盘选择一片区域,进行操作,用deleteu ###恢复到未操作之前(udo)ctl +
redhat linux 操作
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号