按类别查询搜索结果
关于关键词 的检测结果,共 11722
老男孩Linux | 2021-01-18 14:22:24 | 阅读(1540) | 评论(0)
  随着技术的发展,Linux服务器的应用越来越广泛,很多公司也从Windows服务器转向Linux服务器。相应Linux运维工程师的需求也逐步增加。Linux的发行版也有众多,互联网企业应用CentOS居多。近年来,Ubuntu逐渐进入企业和个人的视线,得到了广泛的应用。那么Ubuntu是什么呢?Ubuntu版本是什么?Ubuntu版本如何选择?Ubuntu...【阅读全文】
hello_world_kernel | 2020-12-25 11:51:31 | 阅读(1020) | 评论(0)
1. sudo vi /etc/samba/smb.conf 添加如下   comment = share folder   path = /home   directory mask = 0777   force user = nobody   public = yes sudo smbpasswd -a a411   出现Failed to add entry for user a41...【阅读全文】
mfc42d | 2020-12-15 18:11:03 | 阅读(5200) | 评论(0)
1 使用nc nc -zvu 192.168.10.144 161Connection to 192.168.10.144 161 port [udp/snmp] succeeded!如果啥都不返回,就是没有打开2 使用nmapsudo nmap 192.168.10.144 -sU -p 161Starting Nmap 7.01 ( https://nmap.org ) at 2020-12-15 18:01 CSTNmap scan report for 192.168.10.144Host is up (0.00032s...【阅读全文】
shibeng752 | 2020-08-31 23:07:46 | 阅读(1360) | 评论(0)
相比之下,IWD 具有更快的网络发现能力、更可靠的漫游、更少的系统资源占用,同时它利用现代 Linux 内核功能,提供了对企业安全功能的支持,并可以支持多个客户端,还能简化网络管理。【阅读全文】
renxiao2003 | 2020-08-21 10:02:49 | 阅读(2150) | 评论(0)
我在Ubuntu下写了个Shell,想要根据登录用户不同判断是否有执行某操作的权限。基本代码如下:点击(此处)折叠或打开# !/bin/bashROOT_UID=0if [ "$UID" -ne "$ROOT_UID" ]  then     echo "cannot ...【阅读全文】
yrbneumann | 2020-08-16 21:38:17 | 阅读(4050) | 评论(0)
为了更好地学习linux-0.11内核源码,深入理解其运行机制、新旧版本gcc之间的差异以及linux调试方法,本文讲述了如何在ubuntu-11中使用gcc-4.6.1成功编译linux-0.11源码,并经过调试使之能正常运行。【阅读全文】
shibeng752 | 2020-08-05 22:44:57 | 阅读(1110) | 评论(0)
Mir 2.0 还重新设计了其图形平台 API,改进了对 GBM-KMS 和 EGLStreams-KMS 平台的探索,将更多代码从 Mesa 中分离出来,并引入了 Raspberry Pi/Broadcom DispmanX 平台支持。详情可以查看更新说明:【阅读全文】
qianmozi3 | 2020-06-05 14:25:43 | 阅读(1760) | 评论(0)
使用Ubuntu,经常需要需要SSH远程连接,但是有时候会出现问题,难以捉摸,下面参考别人的,在结合自己的尝试总结下吧。服务器配完ubuntu系统以及LNMP环境以后,想用WINSCP远程登录,就需要开启SSH服务才能支持。 SSH服务分为客户端和服务器。顾名思义,我想用putty远程登录Ubuntu服务器,所以需要安装SSH serve...【阅读全文】
freebsdxm | 2020-03-09 16:20:08 | 阅读(1490) | 评论(0)
ubuntu studio 与server 2019的默认引导:    ubuntu studio 安装完以后,可以引导Server2019,但默认是Ubuntu,server2019用得多,按以下方法解决问题:具体步骤:1.ctrl+alt+T打开终端,输入 sudo gedit /etc/default/grub2.验证密码,grub配置文件被打开3.将弹出的文件中文本“GRUB-DEFAULT=0”中的0修...【阅读全文】
freebsdxm | 2020-03-09 16:17:01 | 阅读(1380) | 评论(0)
Ubuntu studio 19.10与WIn10、server2019引导正常,可Fcitx无法配置与输入。无法配置的解决方法:      $ sudo apt install fcitx fcitx-tools fcitx-config* fcitx-frontend* fcitx-module* fcitx-ui-* presage无法启动与用使用的解决方法:首先,切换到用户主目录下面:cd ~然后,创建并编辑....【阅读全文】
shibeng752 | 2020-02-18 23:41:44 | 阅读(1240) | 评论(0)
并不是所有的Windows用户都害怕改变。他们中的一些人没有理由不转入使用完全不同桌面环境的基于Linux的操作系统, 比如GNOME。Ubuntu 20.04 LTS中最明显的视觉变化是复选框、开关、单选按钮都会从绿色变成Ubuntu的茄紫色,用户可以在设置中进行切换。GNOME 3.0原始主题Adwaita。macOS和Windows就采用了与Ubuntu类...【阅读全文】
专注的阿熊 | 2020-01-02 16:46:51 | 阅读(2010) | 评论(0)
最近在配置百度云服务器和阿里云服务器,需要把本地的代码和资料上传到服务器,运行测试。于是就需要自己搭建一个FTP服务。 ftp服务器安装与配置1. ftp服务端的安装如果之前配置过ftp服务器的还是之后配置的服务器,无法启动服务,那么基本是配置出现了错误,那么可先完全卸载后再进行安装。如果无法定位多半是...【阅读全文】
xlzxlz2 | 2019-12-15 14:27:01 | 阅读(1050) | 评论(0)
转:https://blog.csdn.net/guo_comeon/article/details/48004623借鉴:http://my.oschina.net/zenglingfan/blog/1695641. 安装 gcc-4.8 以上版本.按以下命令即可方便的安装 gcc-4.8 及 g++-4.8sudo add-apt-repository ppa:ubuntu-toolchain-r/testsudo apt-get updatesudo apt-get install gcc-4.8sudo apt-get i...【阅读全文】
shibeng752 | 2019-10-07 22:28:53 | 阅读(1250) | 评论(0)
lincolnrainbow | 2019-09-24 14:39:13 | 阅读(1040) | 评论(0)
aaronhuang2019 | 2019-09-16 21:34:51 | 阅读(1890) | 评论(0)
可怜的猪头 | 2019-09-02 17:07:50 | 阅读(5470) | 评论(0)
https://blog.csdn.net/axdc_qa_team/article/details/6624930 [    0.000000] Initializing cgroup subsys cpuset[    0.000000] Initializing cgroup subsys cpu# 初始化cgroup[    0.000000] Linux version 2.6.32-21-generic (buildd@rothera) (gcc version ...【阅读全文】
梦共里醉 | 2019-07-11 14:21:59 | 阅读(5540) | 评论(0)
1. 为root设置初始密码(2)设置root密码;Jaking@ubuntu:~$ sudo passwd root[sudo] password for uplooking:Enter new UNIX password:Retype new UNIX password:passwd: password updated successfullyJaking@ubuntu:~$ su - rootPassword:root@ubuntu:~#vim /usr/share/lightdm/lightdm.conf.d/50-ubun...【阅读全文】
mfc42d | 2019-07-10 15:23:23 | 阅读(1060) | 评论(0)
安装opensslsudo apt-get install openssl libssl-dev安装pcresudo apt-get install libpcre3 libpcre3-dev安装zlibsudo apt-get install zlib1g-dev编译nginxCFLAGS="-g -O0"./configure --prefix=/usr/local/server/nginx --with-cc-opt="-I /usr/include/pcre -I /usr/include/openssl" --with-debug --with-...【阅读全文】
873313579 | 2019-07-04 10:16:41 | 阅读(1370) | 评论(0)
编辑SSH服务的配置文件sshd_config,修改SSH的端口和root用户权限。root@Jaking:~# vim /etc/ssh/sshd_config找到 # port 22所在的那一行,复制该行内容并修改。将 #port 22 修改为 port 22(将前面的 # 去掉)。该行内容为设置SSHD服务的端口号找到 #PermitRootLogin prohibit-password那一行,复制该行内容并...【阅读全文】