常用开源工具

工欲善其事,必先利其器

 

制做u盘启动盘工具:http://www.pendrivelinux.com/

Universal USB Installer:http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/

yumi:http://www.pendrivelinux.com/yumi-multiboot-usb-creator/

 

文件恢复工具:

recuva:(免费不开源)

http://www.piriform.com/recuva

 

http://www.cgsecurity.org

源码:

git clone http://git.cgsecurity.org/testdisk.git

提供两个恢复工具:TestDisk和PhotoRec

PhotoRec:

http://www.cgsecurity.org/wiki/PhotoRec

密码恢复工具:

还提供BOIS密码找回工具:

CmosPwd

http://www.cgsecurity.org/wiki/CmosPwd

 

重置Windows 2000, XP, 2003, Vista and 2008密码:

http://pogostick.net/~pnh/ntpasswd/

得到windows密码:

ophcrach:

http://ophcrack.sourceforge.net/

原理是先生成彩虹表,然后从彩红表中查找密文,找出对应的明码。

 

文件比较工具:

winmerge:http://winmerge.org/

代码位置:http://sourceforge.net/projects/winmerge/

 

FTP下载工具:

FileZillahttp://filezilla-project.org/

 跨平台

 

HTTP、FTP、BitTorrent 、Flash video 下载工具:

freedownloadmanager

http://www.freedownloadmanager.org/index.htm

svn checkout svn://svn.code.sf.net/p/freedownload/code/ freedownload

 

curl:http://curl.haxx.se/

支持DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, Telnet and TFTP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a busload of otheruseful tricks.

 

wget:

 

代理:

cntlm:

http://cntlm.sourceforge.net/ 

安装参考:http://blog.csdn.net/sdustliyang/article/details/7034974

 

squid:

http://www.squid-cache.org/ 

 

web服务器:

apache:

http://httpd.apache.org/

跨平台

还提供C语言跨平台库APR:http://apr.apache.org/

 

 nginx:

跨平台

http://nginx.org/ 

 

nginx-rtmp-module:

流媒体rtmp协议模块。支持rtmp、hls

https://github.com/arut/nginx-rtmp-module

git clone https://github.com/arut/nginx-rtmp-module.git

 

数据库:

mysql:http://www.mysql.com/

 

远程控制工具:

vnc: http://www.realvnc.com/

 

网络探测工具:

nmap:http://nmap.org/

 

抓包分析工具:

wiresharkhttp://www.wireshark.org/

跨平台,采用libcap库

 

版本控制:

SVN:http://subversion.tigris.org/

git:http://git-scm.com

 

浏览器:

firefox:(官网)http://www.mozilla.org/en-US/firefox/fx/

               (中文)http://firefox.com.cn/

跨平台

 

编辑工具:

vimhttp://www.vim.org/download.php   跨平台

 

IDE:

eclipse:http://www.eclipse.org/

kdevelop:http://kdevelop.org/   跨平台。

 

the Telnet and SSH client :

PuTTYhttp://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

 

播放器:

Mplayer:
主页: http://www.mplayerhq.hu/
代码风格:一般

其它说明:跨平台,目前版本中用的视音频编解码器,用的是ffmpeg


Xine:
主页: http://xinehq.de
代码风格:不错
其它说明:支持很多前端界面项目,甚至有专为Set-Top Box设计的(oxine ),赞!新的Fedora Core里带的应该就是它,好像是totem吧。

VideoLAN(vlc):
主页: http://www.videolan.org/
代码风格:不错
其它说明:对Windows支持较好,Stream server的功能很赞!

 

视频、音频编解码器:

ffmpeg:

http://www.ffmpeg.org/

跨平台;支持视频、音频编码、解码。

 

音频编辑器:

audacity:

http://audacity.sourceforge.net/

svn co http://audacity.googlecode.com/svn/audacity-src/trunk audacity

跨平台的音频编辑器

 

语音合成:

http://www.eguidedog.net/

http://sourceforge.net/projects/e-guidedog/

 

视频编辑:

http://kdenlive.org/download-source

git clone git://anongit.kde.org/kdenlive

openshot: https://github.com/OpenShot/openshot-qt

shotcut:https://github.com/mltframework/shotcut

 

录屏软件:

camstudio:

支持windows平台.

 

Kazam Screencaster:

支持linux平台

recordMyDesktop

Welcome to Krut Computer Recorder

java写的

 

 

png 图形库:

libpng:是一个C语言 png 图像处理库。

http://libpng.sourceforge.net/index.html

http://libmng.com/pub/png/libpng.html

 

 

最著名的开源图像软件:GIMP。

官方网址为:http://www.gimp.org/

imagemagick:

http://www.imagemagick.org/

 

librecad:

https://www.librecad.org/

 

libreoffice:

https://www.libreoffice.org/ 

 

开源3D:https://blog.csdn.net/hankern/article/details/83960472

blendar:

https://www.blender.org/

 

监控:

motion:

http://www.lavrsen.dk/foswiki/bin/view/Motion/WebHome

 

sdl:

SDL(Simple DirectMedia Layer)是一套开放源代码的跨平台多媒体开发库,使用C语言写成。SDL提供了数种控制图像、声音、输出入的函数,让开发者只要用相同或是相似的代码就可以开发出跨多个平台(Linux、Windows、Mac OS X等)的应用软件。目前SDL多用于开发游戏、模拟器、媒体播放器等多媒体应用领域。

 

http://www.libsdl.org/

 

opengl:

http://www.opengl.org/

OpenGL(全写Open Graphics Library)是个定义了一个跨编程语言、跨平台的编程接口的规格,它用于三维图象(二维的亦可)。OpenGL是个专业的图形程序接口,是一个功能强大,调用方便的底层图形库。

 

图形、图像处理库:

opencv:

 http://opencv.org/

 git://github.com/Itseez/opencv.git

 

h264:

xvid:http://www.xvid.org/Project-Info.46.0.html

跨平台

 

x264:http://www.videolan.org/developers/x264.html

 

视频会议:openmeetings

 

支持白板功能。

 

http://openmeetings.apache.org/

 

翻译软件:

星际译王:http://www.stardict.org/

跨平台的翻译软件

 

 

 

 

加密库:

openssl:跨平台

http://www.openssl.org/

支持的算法:http://blog.csdn.net/kl222/article/details/25991101

 

openssh:http://www.openssh.com/

libssh2:http://www.libssh2.org/

 

汇编语言:

nasm:http://www.nasm.us/

yasm:http://yasm.tortall.net/

 













  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值