CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - linux shell
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - linux shell - List
[
Linux-Unix
]
Unix.Shell
DL : 1
Ubuntu.Shell编程指南,详细指导学习者学习linux编程。-Ubuntu.Shell Programming Guide, a detailed guide learners linux programming.
Date
:
Size
: 19.66mb
User
:
露露
[
Shell api
]
vs.2012.tar
DL : 1
linux shell runing, VS工程自动生成。-linux shell runing,auto build vs 2012 project.
Date
:
Size
: 2kb
User
:
blank
[
Embeded Linux
]
Linux-application-
DL : 0
Linux应用编程开发。包括gcc概述、应用,工程管理make、makefile,shell脚本语言-Linux application programming development.Including GCC overview, application, project management make and makefile, shell scripting language
Date
:
Size
: 184kb
User
:
赵硕硕
[
Internet-Network
]
shell-of-nachos
DL : 0
该代码为在linux上的nachos虚拟操作系统的shell功能实现-The code for the nachos on linux virtual operating system shell functions to achieve
Date
:
Size
: 175kb
User
:
刘阳
[
Software Engineering
]
Shell-basic
DL : 0
shell 入门资料,熟悉linux必备-shell introductory information, familiar linux necessary
Date
:
Size
: 85kb
User
:
啦啦啦啦
[
Software Engineering
]
DLINK_NAS_ADD_ON_SDK
DL : 0
This document is about creating add-on packages for D-Link NAS. As such, it assumes that the reader already has some previous knowledge about add-ons and at least knows how to install and enable an add-on package. This document assumes that you have a basic knowledge of common Linux shell commands. It also helps if you have some familiarity with shell scripts.
Date
:
Size
: 942kb
User
:
Andrey
[
Editor
]
REC_AUDIO.tar
DL : 0
record audio in linux she-record audio in linux shell
Date
:
Size
: 21kb
User
:
melodix
[
Linux-Unix
]
新建文本文档
DL : 0
在linux上用C语言实现一个shell中cp命令的功能,完成对目录和文件的的复制(On the Linux, using C language to achieve a shell command function in CP, to complete the directory and file replication)
Date
:
Size
: 1kb
User
:
一枕流年
[
Linux-Unix
]
test.sh
DL : 0
针对S4的测试脚本,稳定性较好.logo查看简易(For S4 test script, stability is better,.Logo view simple)
Date
:
Size
: 1kb
User
:
Bbbc
[
Linux-Unix
]
student_system
DL : 0
用bash编写程序,实现一个简单的作业管理系统。用文件形式实现数据的存储。(Using bash programming, to achieve a simple job management system. The storage of data in file form)
Date
:
Size
: 5kb
User
:
日日夜夜
[
Other
]
lynis-2.5.2
DL : 0
对linux进行漏洞扫描的一个项目,以脚本模式实现,可以很好的兼容,无需安装(A project for vulnerability scanning of Linux)
Date
:
Size
: 302kb
User
:
lightking
[
Linux-Unix
]
01_signal_test
DL : 0
其中的源地址和目的地址是指网卡的硬件地址(也叫MAC地址),长度是48位,是在网卡出厂时固化的。可在shell中使用ifconfig命令查看,“HWaddr 00:15:F2:14:9E:3F”部分就是硬件地址。协议字段有三种值,分别对应IP、ARP、RARP。帧尾是CRC校验码。(The source address and destination address refer to the hardware address of the network card (also known as the MAC address), and the length is 48 bits, which is cured when the network card is factory. You can use the ifconfig command in shell to see that the "HWaddr 00:15:F2:14:9E:3F" section is the hardware address. The protocol field has three values, corresponding to IP, ARP, and RARP. The frame tail is the CRC checksum.)
Date
:
Size
: 11kb
User
:
明天会更好869
[
Linux-Unix
]
ushell4
DL : 0
Shells by Example Fourth Edition
Date
:
Size
: 2.75mb
User
:
平阿四
[
Linux-Unix
]
The_Linux_Command_Line
DL : 0
这本由 William Shotts 所著的《The Linux Command Line》算得上是介绍 Linux 命令行的最佳入门书。它不仅讲述 Linux 命令的用法,而且也包含如何编写 Shell 脚本的内容。如果你想寻求掌握 Linux 命令行的书籍,我推荐你阅读这一本。最近,作者发布了该书的 Second Internet Edition,同样提供免费下载。(The Linux command line, by William Shotts, is the best introductory book to introduce Linux commands. It covers not only the usage of LINUX commands, but also how to write the contents of Shell scripts. If you are looking for a book to master the Linux command line, I recommend reading this one. Recently, the author published the book's Second Internet Edition, which also offers free downloads.)
Date
:
Size
: 1.72mb
User
:
abc132123
[
Linux-Unix
]
KeyState_CapsLock_Notify.tar
DL : 0
Notify-osd for toggling caps lock
Date
:
Size
: 1kb
User
:
najit97
[
Other
]
project
DL : 0
shell c for linux......
Date
:
Size
: 542kb
User
:
atef7
[
Linux-Unix
]
20162203318+侯纳川
DL : 0
shell脚本菜单 主菜单 磁盘管理 计算器 自动备份(Shell script menu main menu disk management calculator automatic backup)
Date
:
Size
: 139kb
User
:
还寒
[
JSP/Java
]
JAR包
DL : 0
一个可执行的文件包,简单说jar包就是一个外包。、 Java 程序是由若干个 .class 文件组成的。这些 .class 文件必须根据它们所属的包不同而分级分目录存放;运行前需要把所有用到的包的根目录指定给 CLASSPATH 环境变量或者 java 命令的 -cp 参数;运行时还要到控制台下去使用 java 命令来运行,如果需要直接双击运行必须写 Windows 的批处理文件 (.bat) 或者 Linux 的 Shell 程序。 在 Windows 下安装 JRE (Java Runtime Environment) 的时候,安装文件会将 .jar 文件映射给 javaw.exe 打开。那么,对于一个可执行的 JAR 文件包,用户只需要双击它就可以运行程序了。(An executable file package, a simple jar package is an outsourcing. , Java program is composed of several. Class files. These. Class files must be classified according to their different packages and sub-directory storage; need to run before the root directory of all packages specified to the CLASSPATH environment variable or -cp parameters of the java command; run to the console Use java command to run, if you need to double-click to run must write Windows batch file (.bat) or Linux shell program. When installing JRE (Java Runtime Environment) under Windows, the installation file will map the .jar file to javaw.exe. So, for an executable JAR package, users only need to double-click it to run the program.)
Date
:
Size
: 1.12mb
User
:
风眠95
[
Linux-Unix
]
sethostid.tar
DL : 0
可以修改linux6* 的hostid chmod +x sethostid.sh ./sethostid.sh 0011aabb(change hostid for linux 6*)
Date
:
Size
: 13kb
User
:
gzc1231
[
Linux-Unix
]
TCP_IP聊天项目
DL : 0
在linux的shell下用Soket编程实现聊天的功能,可以添加,删除好友,一个服务器,多个客户端(Under the shell of Linux, using the Soket programming to realize the chat function, can add, remove friends, a server, multiple clients.)
Date
:
Size
: 121kb
User
:
是你凯哥哈
«
1
2
...
38
39
40
41
42
43
44
45
46
47
48
49
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.