Location:
Search - LINUX COPY
Search list
Description: The contents of this file are subject to the Mozilla Public
License Version 1.1 (the \"License\") you may not use this file
except in compliance with the License. You may obtain a copy of
the License at
Platform: |
Size: 462193 |
Author: peng |
Hits:
Description: 这个bash脚本是为了我自己方便而写的,我想它也会给别人带来方便。
使用方法:把脚本的内容copy到你的~/.bashrc文件中就可以了。登录到linux环节之后,你可以使用 lsd 命令列出最近使用过的一些目录,可以使用\"cd <数字>\"的形式切换到那个目录。
版权
====
没有:)
Platform: |
Size: 910 |
Author: 陈永保 |
Hits:
Description: linux下的文件拷贝命令行程序的源代码,环境fedora8.0,gcc编译
Platform: |
Size: 1034 |
Author: 小伟 |
Hits:
Description: 采用了linux内部的系统调用read和write等编写的一个复制程序,执行效率很快
Platform: |
Size: 3515 |
Author: 张友春 |
Hits:
Description: 一个开放源代码的 AT&T 的 Korn Shell 的复制品, 支持大多数 ksh89 的特性。-an open-source ATT the Korn Shell copy of ksh89 support of the majority of the properties.
Platform: |
Size: 480256 |
Author: Whistler |
Hits:
Description: linux当usb设备插入的时候,你可以用hotplug做些事情,比如:自动copy移动硬盘的文件等等 -linux USB devices when inserted, you can use the hotplug do something, such as : automatic copy of the disk files, etc.
Platform: |
Size: 40960 |
Author: edie |
Hits:
Description: 不需要重开机就能在同一台电脑使用好几个OS。VMware主要的功能有:1.不需要分区或重开机就能在同一台PC上使用两种以上的操作系统。2.完全隔离并且保护不同OS的操作环境以及所有安装在OS上面的应用软件和资料。3.不同的OS之间还能互动操作,包括网络、周边、文件分享以及复制贴上功能。4.有复原(Undo)功能。5.能够设定并且随时修改操作系统的操作环境,如:内存、磁碟空间、周边设备-will not re-boot the computer using the same number of OS. VMware main functions are : 1. No zoning or re-boot will be on the same PC using two or more operating systems. 2. The complete separation of different OS and the protection of the environment and the operation of all installed in the above OS software applications and information. 3. The OS also between the interactivity, including network, peripheral and file sharing, and affixed with a copy function. 4. Resilient (Undo) function. 5. Set to be amended at any time operating systems and operating environments, such as : memory, disk space, peripheral equipment, etc.
Platform: |
Size: 43949056 |
Author: 张轮 |
Hits:
Description: 在linux下使用c语言编写的一个文件拷贝的源码-the use of language c prepared a paper copy of the source code
Platform: |
Size: 939008 |
Author: susu |
Hits:
Description: 汇编内核的md5算法,应网友要求改进了两个部分:
1、采用nasm风格汇编,可以方便的移植到linux平台下。
2、修正了56个字节以上明文加密会出错的bug,对任意长的明文都能够加密
使用方法:
一种方法是使用原代码包中的make.bat,这需要安装nasm编译器;第二种就是直接将md5_x86.obj拷贝到你的工程下,直接使用。
-compilation of md5 kernel algorithm, a netizen called for improvements in two parts : one, using NASM style compilation, can easily migrate to the Linux platform. 2, amended 56-byte encryption will be more explicit error bug, right arbitrarily long expressly can use encryption methods : one method is to use the original code of make.bat, which requires the installation of NASM compiler; The second is directly md5_x86.obj copy of your works under the direct use.
Platform: |
Size: 8192 |
Author: qve |
Hits:
Description: linux下的文件拷贝命令行程序的源代码,环境fedora8.0,gcc编译-linux file copy under the command-line program s source code, the environment fedora8.0, gcc compiler
Platform: |
Size: 1024 |
Author: 小伟 |
Hits:
Description: Linux下C语言实现文件拷贝,Linux下C语言实现文件拷贝。-C language under Linux file copy
Platform: |
Size: 1024 |
Author: xiaofei |
Hits:
Description: 实现linux下1、文件的拷贝;2、运行3个多线程任务、3、添加一个新的系统调用。-implement under linux environment:1. copy of files 2. run 3 multi-thread application 3. add a new system_call.
Platform: |
Size: 22528 |
Author: steven |
Hits:
Description: yasm.exe that is needed to compile x264 and ffmpeg in windows (perhaps linux). copy to mingw/bin
Platform: |
Size: 252928 |
Author: YQ |
Hits:
Description: 介绍Linux shell编程的入门书·-This tutorial is designed for beginners only and this tutorial explains the basics of shell programming by showing some examples of shell programs. Its not help or manual for the shell. While reading this tutorial you can find manual quite useful (
type man bash at $ prompt to see manual pages). Manual contains all necessary
information you need, but it won t have that much examples, which makes idea
more clear. For that reason, this tutorial contains examples rather than all the features of shell. I assumes you have at least working knowledge of Linux i.e. basic commands like how to create, copy, remove files/directories etc or how to use editor like vi or mcedit and login to your system. Before Starting Linux Shell Script
Programming you must know
l Kernel
l Shell
l Process
l Redirectors, Pipes, Filters etc.
Platform: |
Size: 116736 |
Author: 武铭 |
Hits:
Description: linux 下用C语言实现more copy system ls shell命令!-used C to more copy system ls shell of linux
Platform: |
Size: 3072 |
Author: xc |
Hits:
Description: linux copy命令简单实现 适合初学者 开发环境 codeblacks-linux copy command to achieve a simple development environment suitable for beginners codeblacks
Platform: |
Size: 7168 |
Author: shu |
Hits:
Description: 实现文件复制:完成一个目录复制命令,包括目录下的文件和子目录。学习和掌握操作系统中与文件操作相关的概念,并使用系统提供的API编程实现。-Implementation file: a directory to complete the copy command, including the directory files and subdirectories. Learn and master the operating system and file operation related concepts, and using the system provided API programming.
Platform: |
Size: 2048 |
Author: daibin |
Hits:
Description: 自己总结了三种Linux机器间文件目录拷贝的操作方法。-Three Linux file directory copy operation between the machine
Platform: |
Size: 74752 |
Author: |
Hits:
Description: 英文版的精通linux驱动开发书籍(原版)。-Proficient linux driver development of the English version of the book (the original).
Platform: |
Size: 26905600 |
Author: krystal |
Hits:
Description: linux复制的命令大全,掌握之后,可方便操作,节省大量时间。-linux copy command Guinness, grasp after, convenient operation, save a lot of time.
Platform: |
Size: 14336 |
Author: 丽丽 |
Hits:
« 12
3
4
5
6
7
8
9
10
...
15
»