免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
楼主: securitypluscn
打印 上一主题 下一主题

[学习分享] LINUX 之路-有多远走多远 [复制链接]

论坛徽章:
2
辰龙
日期:2015-01-11 00:34:002015年亚洲杯之巴勒斯坦
日期:2015-01-28 10:35:37
41 [报告]
发表于 2013-07-04 14:31 |只看该作者
本帖最后由 securitypluscn 于 2013-07-04 14:38 编辑

下一步LINUX学习计划

  • SECURITY+ 之后立刻买RHCE考试票。今年搞定RHCE!
  • 每天看两个小时LINUX资料。
  • 给老师作助教。
  • 争取个LAMP PROJECT 做做。
  • POLISH MY SHELL SCRIPTING SKILLS。

论坛徽章:
3
金牛座
日期:2013-08-26 10:25:02摩羯座
日期:2013-09-09 15:14:322015年亚洲杯之约旦
日期:2015-05-06 09:33:56
42 [报告]
发表于 2013-07-04 15:41 |只看该作者
这个少年可以啵

论坛徽章:
3
金牛座
日期:2013-08-26 10:25:02摩羯座
日期:2013-09-09 15:14:322015年亚洲杯之约旦
日期:2015-05-06 09:33:56
43 [报告]
发表于 2013-07-04 15:42 |只看该作者
回复 20# securitypluscn
各有各的优势,要看你用来做什么了。


   

论坛徽章:
2
辰龙
日期:2015-01-11 00:34:002015年亚洲杯之巴勒斯坦
日期:2015-01-28 10:35:37
44 [报告]
发表于 2013-07-07 10:55 |只看该作者
kooleon 发表于 2013-07-04 15:41
这个少年可以啵

多谢前辈鼓励!

论坛徽章:
2
辰龙
日期:2015-01-11 00:34:002015年亚洲杯之巴勒斯坦
日期:2015-01-28 10:35:37
45 [报告]
发表于 2013-07-07 10:58 |只看该作者
kooleon 发表于 2013-07-04 15:42
回复 20# securitypluscn
各有各的优势,要看你用来做什么了。



对于新手来说学的面广一些好找工作。当然要有重点,且学的有关联。

论坛徽章:
2
辰龙
日期:2015-01-11 00:34:002015年亚洲杯之巴勒斯坦
日期:2015-01-28 10:35:37
46 [报告]
发表于 2013-07-07 11:16 |只看该作者
本帖最后由 securitypluscn 于 2013-07-07 11:17 编辑

RHCE

今天开始读”鸟哥的私房菜-服务器“

先复习网路基础概念。 http://vbird.dic.ksu.edu.tw/linu ... _basic.php#fig2.1-1
2.1-2.2 DONE

论坛徽章:
2
辰龙
日期:2015-01-11 00:34:002015年亚洲杯之巴勒斯坦
日期:2015-01-28 10:35:37
47 [报告]
发表于 2013-07-07 23:11 |只看该作者
新学的一招,仅仅升级SECURITY PAKAGES,摘自:http://blog.toracat.org/


CentOS and Scientific Linux users should see the Notes below]

In Enterprise Linux, it is often desirable to minimize the number of updates to install. Many admins just want to apply security-related updates. This is easily done using yum security plugin. First, install the plugin:

yum install yum-plugin-security

To install only the security updates :

yum --security update

You’ll see something similar to:

===================================================================================
Package           Arch        Version             Repository                 Size
===================================================================================
Updating:
mysql             x86_64      5.1.69-1.el6_4      rhel-x86_64-server-6      907 k
mysql-libs        x86_64      5.1.69-1.el6_4      rhel-x86_64-server-6      1.2 M
mysql-server      x86_64      5.1.69-1.el6_4      rhel-x86_64-server-6      8.7 M

Transaction Summary
===================================================================================

That’s it. But there are many other things you can do. For example, yum updateinfo has some handy options. Try the following:

yum updateinfo summary
yum updateinfo list security
yum updateinfo list available
yum updateinfo list bugzillas

The first command may show:

Updates Information Summary: available
    3 Important Security notice(s)
    2 Bugfix notice(s)
updateinfo summary done

The second command will display the advisory info such as:

RHSA-2013:0772 Important/Sec. mysql-5.1.69-1.el6_4.x86_64

Then you can apply the update based on the advisory:

yum update --advisory RHSA-2013:0772

Notes for CentOS and Scientific Linux users
At the time of this writing, CentOS does not have the yum security feature implemented. This may change in a near future. Stay tuned.

Scientific Linux has been providing the package updates in two repositories, sl-security and sl-fastbugs. The sl-security repo contains security-related packages plus their dependencies and is shipped enabled by default. The sl-fastbugs repository is for non-security updates which is shipped disabled. Thus, applying security only updates is the default behavior.

论坛徽章:
2
辰龙
日期:2015-01-11 00:34:002015年亚洲杯之巴勒斯坦
日期:2015-01-28 10:35:37
48 [报告]
发表于 2013-07-11 14:27 |只看该作者
今天整理硬盘,发现两个文件即使ROOT也删不掉。
[root@abc Linux]# ll
total 8
drwxrwxr-x. 2 student student 4096 Jul  8 00:15 week03
drwxrwxr-x. 2 student student 4096 Feb  5 16:18 week04
[root@abc Linux]# rm -rf *
rm: cannot remove `week03/attrtest': Operation not permitted
rm: cannot remove `week04/test': Operation not permitted
[root@abc Linux]#
首先想到的是ACL,但显然不是。 其次想到的这两个目录不在本地硬盘上,也不是。百思不得其解。在仔细看看文件名,顿悟!这两个文件是我上课时做的小实验,ATTRTEST 实乃ATTRIBUTE TEST 也!
[student@abc Linux]$ cd week03
[student@abc week03]$ lsattr *
----ia---j---e- attrtest
[student@abc week03]$ cd ../wee04
bash: cd: ../wee04: No such file or directory
[student@abc week03]$ cd .. /week04
[student@abc Linux]$ lsattr *
----ia---j---e- week03/attrtest
这下不会忘了!

论坛徽章:
19
CU大牛徽章
日期:2013-03-13 15:32:35CU大牛徽章
日期:2013-09-18 15:15:15CU大牛徽章
日期:2013-05-20 10:46:44CU大牛徽章
日期:2013-05-20 10:46:38CU大牛徽章
日期:2013-05-20 10:46:31CU大牛徽章
日期:2013-05-20 10:46:25CU大牛徽章
日期:2013-05-20 10:46:18CU大牛徽章
日期:2013-04-17 11:19:51CU大牛徽章
日期:2013-04-17 11:19:42CU大牛徽章
日期:2013-04-17 11:19:37CU大牛徽章
日期:2013-04-17 11:19:32CU大牛徽章
日期:2013-04-17 11:19:28
49 [报告]
发表于 2013-07-11 14:47 |只看该作者
securitypluscn 发表于 2013-06-05 13:20
回复 9# Shell_HAT

"rm -rf / tmp/test.log"  这是什么命令?  一会儿试试


你用root权限输
rm -rf /
试一下,影响更加深刻

论坛徽章:
2
辰龙
日期:2015-01-11 00:34:002015年亚洲杯之巴勒斯坦
日期:2015-01-28 10:35:37
50 [报告]
发表于 2013-07-14 14:14 |只看该作者
方兆国 发表于 2013-07-11 14:47
你用root权限输
rm -rf /
试一下,影响更加深刻


您这招不给力啊!

root@abc ~]# rm -rf /
rm: it is dangerous to operate recursively on `/'
rm: use --no-preserve-root to override this failsafe
[root@abc ~]#

您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP