- 浏览: 84870 次
文章分类
最新评论
-
bailangfei3344:
自我介绍 -
regionwar:
你好,转化为人为:1、不该加锁的不要加锁:局部变量,单线程占用 ...
关于java锁机制的优化 -
danni505:
希望能交流:
msn:danni-505#hotmail.co ...
关于java锁机制的优化 -
ouspec:
收藏的东西不错。
TOP500 -
willpower:
The idea behind is e-sync IO do ...
Rethink the sync
1>man(help), passwd(change password), su - root(switch user), who(who is logged in), date(date and time), echo(disply message)
echo $PATH
/usr/bin:/usr/local/bin
echo My name is $USER - Home directory=$HOME.
My name is hermie - Home directory=/home/hermie.
The echo command is very similar to the DOS command of the same name, except that the DOS echo command cannot display environment variables--it just displays a message.
2> Printing linux files
lpr paperless-office.txt
The lpr command makes a copy of your file and stuffs it in the system's print queue (a process called spooling), so you can change or delete the original file without harming your printout.
The lpr command will accept two optional flags:
-r Delete the file after printing.
-s No spooling (don't make a temporary copy for printing).
The -r flag tells the system to delete the file after printing, and -s tells the system to print directly from the original file instead of spooling to the print queue. Of course, if you specify the -s flag, you can't modify or delete the original file while it's printing, but this option can save a bit of time (since no copy is made) when the original file is big.
3> Joining files
cat food Display the food file on the screen.
cat scratch fever Join the files scratch and fever and then displayt he result on the screen.
cat eats bird > DetailsAt11 Join the files eats and bird and save them in the file DetailsAt11.
4> Searching for files: find
5> Comparing files: diff
6> Task scheduling: at
发表评论
-
字符编码笔记:ASCII,Unicode和UTF-8 (引用)
2009-01-07 10:39 924字符编码笔记:ASCII,Unicode和UTF-8 阮一峰 ... -
How to set up a simple LRU cache using LinkedHash
2008-11-03 18:05 1278How to set up a simple LRU cach ... -
Scalability?
2008-10-07 14:07 825严格上讲,scalability还没有正式定义, 甚至有人觉得 ... -
Cray Reminiscences
2007-08-29 15:54 790Kirk Pepperdine's attendence of ... -
lock-free
2007-06-18 22:06 9881. http://www.ibm.com/developer ... -
解决java.lang.OutOfMemoryError: PermGen space(转帖)
2007-06-05 18:07 3159解决方案就是:在启动服务器时加上指定PermGen区域的内存大 ... -
Performance...
2007-06-05 15:11 977« I used to work for... | Mai ... -
数据仓库
2007-04-18 10:38 1116... -
Expressions Transform
2007-04-13 11:13 1385Expressions, Conversion and Eva ... -
Java cleanup code
2007-04-03 12:20 1291Java shutdown hook guarantee th ... -
Java performance tunning
2007-04-03 11:37 936http://www.javaperformancetunin ... -
Running IE from command line
2007-04-03 10:58 1109Here's a simple way you can ru ... -
Unicode and UTF8
2007-04-03 10:27 907What is Unicode? Unicode provid ... -
Daemon Thread Notes
2007-04-03 09:16 26491. 只要程式中的non-Daemon thread都結束了. ... -
How to know the main class of a jar file?
2007-04-02 15:18 1027Easy. Here is an implementation ... -
The best chinese BAT tutorial(from www.boofee.net/bigfee/)
2007-03-27 11:58 1328如何创建批处理文件? 不要听了批处理文件就感到很神气 ... -
Basics - Binary search
2007-03-26 15:53 963java 代码 public class Bin ... -
MergeSort
2007-03-23 17:26 835MergeSort is a sample solutio ... -
Graph data structure
2007-03-23 12:04 8721. adjacent matrix good for bor ... -
Functional Programming For The Rest of Us
2007-03-23 10:39 1284I like connect beautiful artic ...
相关推荐
解决那些很少或没有GNU / Linux经验的人。 涵盖了Slackware Linux的安装,基本的GNU / Linux命令以及Slackware Linux的配置。
Linux Basics for Hackers 中文版
This book is not intended for the experienced hacker or the experienced Linux admin. Instead, it is intended for those who want to get started along the exciting path of hacking, cybersecurity, and ...
Linux Basics for Hackers: Getting Started with Networking, Scripting, and Security in Kali (AZW3)
Linux Basics for Hackers-中文批注版
2018年12月份,职业黑客、调查取证专家OccupyTheWeb出了一本书《Linux Basics for Hackers》,特别适合作为安全工作者入门信息安全的基础 Linux 学习和使用 目前亚马逊 Linux 书籍销售排行榜第 1 名,评分 4.4(满分...
从文件中提供的信息可以了解到,《Linux Basics for Hackers: Getting Started with Networking, Scripting, and Security in Kali》是OccupyTheWeb撰写的一本关于Linux基本知识的书籍,这本书专门针对想要利用Kali ...
Linux基础命令以及目录说明_linux-basics
Linux Basics for Hackers是一本专注于Linux操作系统,特别是Kali Linux发行版在安全领域的应用书籍。Kali Linux是一个基于Debian的Linux发行版,专门设计用于数字取证和渗透测试,是黑客和网络安全专业人士常用的...
2. **Linux哲学**:理解“一切都是文件”的核心理念,以及这种设计如何使系统更灵活、模块化。 3. **文件系统结构**:学习Linux标准文件系统布局,包括/home、/usr、/etc、/var等目录的作用。 4. **命令行界面**:...
Topics include getting up and running with basics, desktops, networking, internet services, administration, security, scripting, Linux certification, and more. This new edition of Linux All-in-One ...
Linux Basics for Hackers 1st Edition - 2019
在Linux程序设计中,了解和掌握基本的Linux命令是至关重要的。这些命令构成了与操作系统交互的基础,无论你是编写程序还是日常维护系统,都需要熟悉它们。以下是一些主要的Linux基础命令和概念: 1. **文件操作**:...
whole lot of tools for Penetration Testing, It is based on Linux and includes 300 plus tools. If you have never used Backtrack before all you really need to know it is the best software to use for ...
书中详细讲解了如何安装和配置MongoDB服务器,涵盖了Windows、Linux和macOS等多种操作系统平台。接着,读者将学习到如何使用MongoDB shell进行交互式查询,包括插入、更新、删除和查找数据的基本操作。此外,书中还...
Chapter 2 Your First Embedded Experience Chapter 3 Processor Basics Chapter 4 The Linux Kernel A Different Perspective Chapter 5 Kernel Initialization Chapter 6 System Initialization Chapter 7 ...
黑客 linux 基础命令行 文件系统 网络 shell 脚本 包管理 日志记录 Linux内核 驱动程序
Linux 程序设计教学课件:Ch1 Linux Basics 本文档是 Linux 程序设计教学课件的第一章,介绍了 Linux 基础知识。文档分为多个部分,包括什么是 Linux、Linux 安装、使用系统、Linux 编程的先决条件和 Linux/UNIX ...
Linux Basics for Hackers(骇客Linux基础) 本书《Linux Basics for Hackers》(骇客Linux基础)是由OccupyTheWeb著作的一本关于Linux基础知识的书籍,旨在帮助读者快速掌握Linux操作系统的基础知识,特别是对于...
### Chapter 2: Essential Linux Commands #### Hack 7. Grep Command `grep`是一个强大的文本搜索工具,用于在文件中查找匹配的行。 ```bash grep "pattern" filename ``` #### Hack 8. Regular Expression in ...