1.怎么在DebianLinux操作系统下启动Telnet服务?
我们现在来连接一下 root@2[/]# telnet 192。
168。1。
254 Trying 192。168。
1。254。
Connected to 192。168。
1。254。
Escape character is '^]'。 lcnja。
8800。org login: root Login incorrect lcnja。
8800。org login: lcnja Password: Last login: Mon Sep 27 20:51:33 2004 from localhost。
localdomain on pts/3 Linux debian 2。6。
8-1-686 #1 Tue Sep 14 00:22:58 EDT 2004 i686 GNU/Linux The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright。 Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law。
lcnja@lcnja:~$ 从上面我们可以看到我们已经连接成功了,但是使用root连接的时候会失败,因为默认的安全设置是限制root用户使用telnet连接主机的 本来因为telnet是明文传输的,所以处于安全考虑才限制了root从telnet登陆,如果你需要使用,那么如下修改 root@2[/]# nano /etc/pam。 d/login # # The PAM configuration file for the Shadow `login' service # # NOTE: If you use a session module (such as kerberos or NIS+) # that retains persistent credentials (like key caches, etc), you # need to enable the `CLOSE_SESSIONS' option in /etc/login。
defs # in order for login to stay around until after logout to call # pam_close_session() and cleanup。 # # Outputs an issue file prior to each login prompt (Replaces the # ISSUE_FILE option from login。
defs)。 Uncomment for use # auth required pam_issue。
so issue=/etc/issue # Disallows root logins except on tty's listed in /etc/securetty # (Replaces the `CONSOLE' setting from login。 defs) #把下面在行注释掉 # auth requisite pam_securetty。
so # Disallows other than root logins when /etc/nologin exists # (Replaces the `NOLOGINS_FILE' option from login。 defs) auth requisite pam_nologin。
so # This module parses /etc/environment (the standard for setting # environ vars) and also allows you to use an extended config # file /etc/security/pam_env。 conf。
# (Replaces the `ENVIRON_FILE' setting from login。defs) auth required pam_env。
so # Standard Un*x authentication。 The "nullok" line allows passwordless # accounts。
@include common-auth # This allows certain extra groups to be granted to a user # based on things like time of day, tty, service, and user。 # Please uncomment and edit /etc/security/group。
conf if you # wish to use this。 # (Replaces the `CONSOLE_GROUPS' option in login。
defs) # auth optional pam_group。so # Uncomment and edit /etc/security/time。
conf if you n 好,现在一个telnet我们就在debian下面架设好了,当然最后一步本人不建议你做 因为telnet是内镶在xinetd这个服务里面的,所以如果你要启动或者是要停止该服务就要 root@2[/]# /etc/init。 d/xinetd force-reload reload restart start stop 看上面的自己选择 希望我的回答可以帮到你。
2.DebianLinux操作系统下如何启动Telnet服务?
Root@2[/]# apt-get install xinetd 正在读取软件包列表。
正在分析软件包的依赖关系树。
下列【新】软件包将被安装: xinetd 共升级了 0 个软件包,新安装了 1 个软件包,要卸载 0 个软件包,有 0 个软件未被升级。
需要下载 0B/130kB 的软件包。 解压缩后会消耗掉 348kB 的额外空间。
Selecting previously deselected package xinetd。 (Reading database 。
65331 files and directories currently installed。 ) Unpacking xinetd (from 。
/xinetd_1%3a2。3。
13-2_i386。deb) 。
Setting up xinetd (2。3。
13-2) 。
Starting internet superserver: xinetd。
Stopping internet superserver: xinetd。 Adding `diversion of /etc/init。
d/inetd to /etc/init。d/inetd。
real by xinetd' root@2[/]# apt-get install telnetd 正在读取软件包列表。 。
正在分析软件包的依赖关系树。
下列【新】软件包将被安装: telnetd 共升级了 0 个软件包,新安装了 1 个软件包,要卸载 0 个软件包,有 0 个软件未被升级。 需要下载 0B/40。
6kB 的软件包。 解压缩后会消耗掉 139kB 的额外空间。
Selecting previously deselected package telnetd。 (Reading database 。
65337 files and directories currently installed。 ) Unpacking telnetd (from 。
/telnetd_0。17-25_i386。
deb) 。
Setting up telnetd (0。
17-25) 。
--------- IMPORTANT INFORMATION FOR XINETD USERS ---------- The following line will be added to your /etc/inetd。
conf file: telnet stream tcp nowait telnetd。telnetd /usr/sbin/tcpd /usr/sbin/in。
telnetd If you are indeed using xinetd, you will have to convert the above into /etc/xinetd。 conf format, and add it manually。
See /usr/share/doc/xinetd/README。Debian for more information。
----------------------------------------------------------- 新建一个文件/etc/xinetd。 d/telnet,内容如下,并保存 root@2[/]# nano -w /etc/xinetd。
d/telnet GNU nano 1。2。
4 File: /etc/xinetd。d/telnet # default: on # description: The telnet server serves telnet sessions; it uses \ # unencrypted username/password pairs for authentication。
service telnet { disable = no flags = REUSE socket_type = stream wait = no user = root server = /usr/sbin/in。 telnetd server_args = -h log_on_failure += USERID } root@2[/]# apt-get install telnet 正在读取软件包列表。
正在分析软件包的依赖关系树。
下列【新】软件包将被安装: telnet 共升级了 0 个软件包,新安装了 1 个软件包,要卸载 0 个软件包,有 0 个软件未被升级。
需要下载 63。8kB 的软件包。
解压缩后会消耗掉 188kB 的额外空间。 获取:1 0。
17-25 [63。8kB] 下载 53。
0kB,耗时 4s (12。1kB/s) Selecting previously deselected package telnet。
(Reading database 。
65349 files and directories currently installed。
) Unpacking telnet (from 。
/telnet_0。
17-25_i386。 deb) 。
Setting up telnet (0。17-25) 。
我们查看一下地址 root@2[/]# ifconfig eth0 Link encap:Ethernet HWaddr 00:10:A4:9F:2B:FF inet addr:192。 168。
1。254 Bcast:192。
168。1。
255 Mask:255。255。
255。0 inet6 addr: fe80::210:a4ff:fe9f:2bff/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:106942 errors:0 dropped:0 overruns:0 frame:0 TX packets:103319 errors:0 dropped:0 overruns:0 carrier:0 collisions:9 txqueuelen:1000 RX bytes:110201058 (105。
0 MiB) TX bytes:11096727 (10。5 MiB) Interrupt:11 Base address:0x4800 lo Link encap:Local Loopback inet addr:127。
0。0。
1 Mask:255。 0。
0。0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:4410 errors:0 dropped:0 overruns:0 frame:0 TX packets:4410 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1030232 (1006。
0 KiB) TX bytes:1030232 (1006。0 KiB)。
3.怎样使用Tftp从网络引导Debian进行系统安装?
以前都是用光驱安装,因此其他安装方式也都没有关心过。
就在前几天想重装系统的时候,发现光驱只能读盘,不能刻盘了。郁闷之极!没有办法,想别的办法吧,反正刻录机也不怎么用,总不能为了这个再去买一个刻录机回来吧? 说起重装,得牢骚一下。
之前的系统用4。 0r0安装盘装的,用了lvm,可是到最后安装引导器的时候却要安装lilo,不想费事了,所以就继续吧。
谁知道安装完系统启动后,设置好的boot分区却没有被挂载。我找了个临时目录挂上去一看,居然一个文件也没有!看来安装程序并没有单独设置/boot分区。
最近4。0r1出来了,出于一个测试,需要在虚拟机安装,索性就再用lvm看看,引导器用grub了,/boot分区也正常设置了。
哎,看来无论如何,新事物的成熟度始终不行呀! 网络引导安装的基础条件就是主机要支持网络引导方式,有点废话啊,不过这确实基础,一定要满足。 既然是使用tftp方式(“tftp方式”是引用Debian官方安装文档上的词),那必不可少一个tftp服务器了。
最后,网络引导还需要一个dhcp服务器。而且基本上所有的设置都在这个dhcp服务器上。
1、装软件 sudo apt-get install dhcp3-server tftpd-hpa tftpd我用tftpd-hpa,debian的仓库里有很多种,可以根据自己喜好选择。 2、tftp服务器配置 无论你使用那个tftpd,tftp服务器的配置文件都是/etc/inetd。
conf,并且都是在这个文件里增加了以tftp开头的一行。行的最后是tftpd的服务目录,根据自己喜好修改即可。
Debian推荐将服务目录设置为/var/lib/tftpboot。 我的配置: tftp dgram udp wait root /usr/sbin/in。
tftpd /usr/sbin/in。tftpd -s /var/lib/tftpboot 从Debian的ftp上下载网络引导文件,一般位于“debian/dists/版本/main/installer-cpu类型/current/images/netboot/”目录中。
我们需要两个文件,netboot。tar。
gz和mini。iso。
将netboot。tar。
gz解压到服务根目录,将mini。iso拷贝到服务根目录即可。
3、dhcp服务器配置 dhcp服务器除了要分配IP给主机外,还要将引导文件(the initial boot file)名和获取此文件的服务器反馈给主机。 也就是: filename ""; next-server ;我的配置: subnet 192。
168。1。
0 netmask 255。255。
255。0 { range 192。
168。1。
240 192。168。
1。253; option routers 192。
168。1。
9; option domain-name-servers 222。85。
85。85, 222。
88。88。
88; } host DebXiao { fixed-address 192。168。
1。254; hardware ethernet 00:11:22:33:44:55; next-server 192。
168。1。
9; filename "pxelinux。0"; }最后就该打开你的主机,选择从网卡启动,在获取ip地址,获取pxelinux。
0文件后,就出现了Debian的安装画面。 以上是我对于这个问题的解答,希望能够帮到大家。
4.windows10 Defender无法启动怎么办
WIN10默认是自动打开Windows Defender 的,如果打不开,一般是因为安装了第三方杀毒软件和管理软件造成的。微软在设计WIN10时,考虑到两种防护软件之间可能造成冲突,引起系统故障,就在用户安装了第三方防护软件后便自动关闭Windows Defender 。你可以用下面的方法试试:
先卸载第三方杀毒软件和管理软件。
再右键点击开始——“命令提示符(管理员)”
输入 sfc /scannow(sfc与/之间有一个空格) 对系统进行扫描修复后,再重启电脑试试。
5.Win10 windows defender 服务无法启动怎么破
方法如下:
1、找到“服务”启动windows Defender这个软件的系统运行组件:
通过键盘的“Windows徽标键+R”(同时按下)打开运行窗口,在输入框中输入“services.msc”,会弹出系统服务所依赖的所有组件。
2、这时,鼠标双击(或鼠标右击,选择属性),启动按键是灰色的,无法点击,或者点击后显示运行了,但是错误还是不能解决,这时请按继续下面步骤。
3、在桌面左下角的“开始按钮”上,鼠标右键单击,然后选择“命令提示符(管理员)”,记得一定要选择带管理员这一项,复制“sc start WinDefend Enable” (引号不要复制)到CMD窗口上,然后按“enter”键
4、这时再返回,找到系统的widows Defender这个软件,双点启动。如果还是不正常,可以在运行第三步后,再操作一下第一和第二步,把服务启动一下。
转载请注明出处windows之家 » 安装debian后win10无法启动服务