PDA

توجه ! این یک نسخه آرشیو شده میباشد و در این حالت شما عکسی را مشاهده نمیکنید برای مشاهده کامل متن و عکسها بر روی لینک مقابل کلیک کنید : سوال در مورد فشرده سازی !!



mahy007
November 15th, 2010, 17:31
سلام دوستان
من میخواستم بدونم میشه تو vps فایل ها رو در حد زیاد فشرده کرد؟
منظورم 10 - 20 مگ نیست
زیاد !!!
میشه ؟؟؟

hannah
November 15th, 2010, 17:35
اگر منظورتون وی پی اس ویندوز است اون مانند یک کامپیوتر هست میتونید نرم افزار هایی نصب کنید که این کارو کنند

mahy007
November 15th, 2010, 17:43
ممنون دوست عزیز
من os برام مهم نیست
شما بهترین گزینه رو بگین :
من میخوام یه فایل مثلا 400 مگی رو 200 مگ کنم !
اصلا امکانش هست ؟

hannah
November 15th, 2010, 17:49
چی بگم والا قبلا یادمه یک نرم افزار بود فایل 1 گیگ میکرد 100 مگ ولی اسمشو یادم نیست اون نرم افزار هم با یک فرمت میداد فقط با خودش میشد باز کرد شدن میشه

mahy007
November 15th, 2010, 17:52
kgb رو میفرمایید ؟
دوستانی که vps میفروشن ! میشه بیان نظر بدن ؟
اگر میشه فشرده سازی زیاد رو vps هاشون کرد،بنده خریدارم

Online24
November 15th, 2010, 18:04
ممنون دوست عزیز
من os برام مهم نیست
شما بهترین گزینه رو بگین :
من میخوام یه فایل مثلا 400 مگی رو 200 مگ کنم !
اصلا امکانش هست ؟

شما OS خودتون رو مشخص کنید ، راه حل هایی به شما ارائه میکنیم .

* اگر از Linux استفاده میکنید ، به راحتی آب خوردن و با قدرت بسیار بسیار زیادی میتونید چندین فایل را به شدت فشرده کنید !

mahy007
November 15th, 2010, 18:08
سلام
من هنوز vps نگرفتم
اومدم ببینم اگر میشه زیاد (!) فشرده کرد بگیرم
اینکه شما میگی مثلا یه فایل 1 گیگی رو چقدر میکنه ؟
vps خیلی قوی میخواد ؟ یا رم 256 هم کافیه ؟
خیلی ممنونم

Online24
November 15th, 2010, 18:18
بنده یکی از قوی ترین ابزار های Opensource رو به شما پیشنهاد میکنم .

ابزار : bzip2

یکی از قدرتمند ترین ابزار های compressor هست .

بهترین بازده رو به شما روی سرور های لینوکس / یونیکس ای میدهد ولی بر روی Windows هم اجرا میشه ( نسخه دیگر و مخصوص windows )

این ابزار از 1 (فشردگی حداقل) تا 9 (فشردگی حداکثر) level داره که بستگی به انتخاب شما داره که به چه شدتی فشرده کنه !

با الگوریتمی های مخصوصی که داره بسیار بهتر از zip و gzip و امثالهم عمل میکنه و اگر تا الان با این ابزار کار نکردید میتونم بگم که براتون یک surprise محسوب میشه !

البته مشکلی که داره این هست که نسبت به ابزار های دیگر زمان و منابع پردازشی بیشتری مصرف میکنه ! ( Ram 256 برای این ابزار بالاتر از حد ایده عال هست ، میتونید استفاده کنید )

mahy007
November 15th, 2010, 20:20
ممنونم
منظورتون این برنامس :

http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz

من این فولدر رو توی لینوکس اکسترکت کنم برنامه اجرا میشه ؟!؟!
راستی نگفتید یک فایل مثلا 1 گیگی رو توی level 9 چقدر فشرده میکنه ؟
شرمندم که هی سوال میپرسم ! آخه همجین تجربه هایی نداشتم :53:

---------- Post added at 08:20 PM ---------- Previous post was at 06:36 PM ----------

کسی کمک کنه ممنون میشم

Online24
November 15th, 2010, 22:19
بله . لینکی که قرار دادید Source این ابزار هست که باید روی لینوکس پیاده ( نصب و کامپایل ) شود .

طریقه نصب ، در صورتی که از پیش روی سیستم شما نصب نشده :


cd /tmp

wget http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz

tar xzvf bzip2-1.0.6.tar.gz

cd bzip2-1.0.6

./configure

make

make install

نوع و محتوای فایل و جزئیات آن در مقدار Compress شدن تاثیر زیادی دارند . پیشنهاد میکنم خودتون امتحان کنید .

طریقه استفاده :





SYNOPSIS

bzip2 [ -cdfkqstvzVL123456789 ] [ filenames ... ]
bunzip2 [ -fkvsVL ] [ filenames ... ]
bzcat [ -s ] [ filenames ... ]
bzip2recover filename




OPTIONS

-c --stdout
Compress or decompress to standard output.

-d --decompress
Force decompression. bzip2, bunzip2 and bzcat are really the
same program, and the decision about what actions to take is
done on the basis of which name is used. This flag overrides
that mechanism, and forces bzip2 to decompress.

-z --compress
The complement to -d: forces compression, regardless of the
invocation name.

-t --test
Check integrity of the specified file(s), but don't decompress
them. This really performs a trial decompression and throws
away the result.

-f --force
Force overwrite of output files. Normally, bzip2 will not over-
write existing output files. Also forces bzip2 to break hard
links to files, which it otherwise wouldn't do.

bzip2 normally declines to decompress files which don't have the
correct magic header bytes. If forced (-f), however, it will
pass such files through unmodified. This is how GNU gzip
behaves.

-k --keep
Keep (don't delete) input files during compression or decompres-
sion.

-s --small
Reduce memory usage, for compression, decompression and testing.
Files are decompressed and tested using a modified algorithm
which only requires 2.5 bytes per block byte. This means any
file can be decompressed in 2300k of memory, albeit at about
half the normal speed.

During compression, -s selects a block size of 200k, which lim-
its memory use to around the same figure, at the expense of your
compression ratio. In short, if your machine is low on memory
(8 megabytes or less), use -s for everything. See MEMORY MAN-
AGEMENT below.

-q --quiet
Suppress non-essential warning messages. Messages pertaining to
I/O errors and other critical events will not be suppressed.

-v --verbose
Verbose mode -- show the compression ratio for each file pro-
cessed. Further -v's increase the verbosity level, spewing out
lots of information which is primarily of interest for diagnos-
tic purposes.

-L --license -V --version
Display the software version, license terms and conditions.

-1 (or --fast) to -9 (or --best)
Set the block size to 100 k, 200 k .. 900 k when compressing.
Has no effect when decompressing. See MEMORY MANAGEMENT below.
The --fast and --best aliases are primarily for GNU gzip compat-
ibility. In particular, --fast doesn't make things signifi-
cantly faster. And --best merely selects the default behaviour.

-- Treats all subsequent arguments as file names, even if they
start with a dash. This is so you can handle files with names
beginning with a dash, for example: bzip2 -- -myfilename.

--repetitive-fast --repetitive-best
These flags are redundant in versions 0.9.5 and above. They
provided some coarse control over the behaviour of the sorting
algorithm in earlier versions, which was sometimes useful.
0.9.5 and above have an improved algorithm which renders these
flags irrelevant.

mahy007
November 15th, 2010, 22:33
تورو خدا ببخشید که هی اذیتتون میکنم =((
من نصبش رو فهمیدم
ولی طریقه استفاده رو نه !
یعنی باید همش تو خط فرمان باشم ؟ gui نداره برنامش که بفهمم دارم چیکار میکنم !؟!

Online24
November 15th, 2010, 22:58
gui نداره برنامش که بفهمم دارم چیکار میکنم !؟!

Graphical interface توسط سازنده این ابزار برای نسخه لینوکسی ارائه نشده .

ولی شما میتونید از نرم افزار 7zip استفاده کنید . این نرم افزار که هم در ویندوز و هم در لینوکس قابل استفاده است ، قابلیت فشرده سازی Bzip2 را به صورت گرافیکی به شما ارائه میدهد .

* حداکثر توانایی این ابزار در CLI (خط فرمان) در دسترس شما خواهد بود .