Ubuntu :: Split Big File Size Into Small File Size
Jun 10, 2010Are there software that can split big file size into small file size in Linux?
View 1 RepliesAre there software that can split big file size into small file size in Linux?
View 1 RepliesShould the swap file be as large as possible or as small as possible providing a person has 8GB of installed ram.
View 14 Replies View Relatedhave a gzip file ABC_000023232.gzipBCD_023232032.gzipI want to split these files into smaller files but keep the extension same because I am using this as a variable in a script
Code:
for i in `ls *.gzip`
split -b 500K $i $i
[code]...
is lvresize with --resizefs options re-size the Logical Volume and then re-size the file system? i mean we don't need to use resize2fs?I looked at man pages but it doesn't explain this option.
View 3 Replies View RelatedHow can we find the maximum size of the inode table and what decides it, and how the maximum size of volume of file system is decided ?
View 4 Replies View RelatedI've a file with a size of 6GB. I would like to compress this file and split them into smaller files. I was also thinking in use bzip2 to compress it, because if offers a good compression rate. How can I split this file into small ones to compress it?
View 5 Replies View RelatedI am curious if perhaps I am doing something wrong extracting pages from a pdf doc using pdftk and creating a new file. I am only extracting the odd pages from the file and outputting them to a new file that is now only 20 pages instead of the input's 40 pages, yet the new output file is still 1.4Mb in size, the same as the original.
It seems strange to extract only half the pages of a large document and end up with a result that is the same size. how to streamline the resulting pdf's using pdftk?
BTW this is the command I am using, in case perhaps I am missing an option to optimize file size or something:
Code:
pdftk A=ch15.pdf cat A1-40odd output odd.pdf
I'm researching about symbolic links been used with samba / CIFS:I'd like that the user that uses a MS-Windows OS could see my shared folder on CentOS 5 and the symbolic links that are inside this folder. Well, it works but, the user will see that the size of the file is bigger than the real file. Apparently, CIFS gets the size of the symbolic link (aproxim.32K) and add it to the size of the file.Example 1: 100KB file, used with shared folder, MS-Windows's user will see 100KBExample 2: 100KB file, used with symbolic link inside a shared folder, MS-Windows's user will see 132KB. (Sym link + size of file)Is there a way to allow the user only see the size of the file, and not the file + symbolic links ?
View 1 Replies View RelatedI was just testing specifying limit on file size to a user and have added the following to /etc/security/limits.conf bob soft fsize 100 This basically should have said not to allow bob to create anyfile greater than 100Kb in size.
But the interesting thing is, if bob already has any file which is greater than 100Kb in size, it even doesn't allow to log him into the system both from console and SSH. Also nothing is logged in logs.. How do I configure it so that, bob can login to the system even though he has any file greater than 100Kb (but doesn't allow him to create file which are greater than 100Kb) ??
We have some large files with sampling data in it. Don't want to delete these files. But want to quickly overwrite the file with 0s and/or 1s and preserve the original file size.
View 3 Replies View RelatedI am using DD to backup entire system partitions and now I am trying to restore one. The resulting disk image from my buggy process has zero bytes. D'oh.It apparently thinks the image was trailing garbage and ignores it. It deletes the original file and replaces it with a zero byte .dd file. I have the original copy of the image in a dd.gz file. It's 6.3 GB so it may still contain the data.How do I get the original image back without destroying it again?
View 1 Replies View RelatedThe font size on Chromium for the URL and tabs is *far* too small. I went into the "Under the Hood" settings, but to no avail. How can I make this bigger? [URL] Also, the bookmarks bar seem to be inheriting system fonts, but it looks like that size is hard coded too. I love chromium but I need some accessibility here.
View 6 Replies View Relatedi was using eclipse in windows 7, th fonts are small so I can see the code good. But I want to use in Ubuntu so I setup. But here the font size is huge and windows are taking more space and I am unable to code.How to reduce the overall font size and make it small?
View 4 Replies View RelatedDoes anyone know how to change the font size of the user interface elements of the chromium/chrome browser? I've searched around for a solution but only come up with how to change the font size of viewed sites. Just to be clear, I want to increase the font size of the tabs headings, bookmark menu etc, not the font size of the sites I'm viewing...Using chromium on lucid...
View 2 Replies View Relatedam installing 10.10 on a 7.5GB hdd.
Can anyone recommend what partition(s) i should create, (primary/logical)|(size)|(filesystem type)|(mount point).
It has 1gb ram, although that will be upgraded to 2 in the next few days.
im using gimp, and im trying to draw something from a photo. but the thumbnail preview is too small. i have to keep opening the photo to see new details.
View 6 Replies View RelatedI installed "Ubuntu 10.04 LTS - the Lucid Lynx" Amd_64 version on my dell vostro 1015. My screen resoultion is set to 1366*768(16.9) by default because the font size on web pages looks too small. I am not able to understand if it is font size too small or is it a resolution set too high. I am trying to fix this because I find very difficult to read web pages specifically. I tried to zoom in on firefox, but that is not permanent solution.
I want to decrease my screen resolution. I opened drop down and I find following:
None of the above resolution suits my laptop. The monitor type identified by Ubuntu says Laptop Monitor.
I am running openSUSE 11.4 KDE 64bit. I found the default font in YAST, for example, in Bootloader and Software Management, is about 8-9 points which is too small to read. Why on earth does openSUSE set a tiny font size as default?
I did try Configure Desktop >Application Appearance, etc. as well as qtconfig in the terminal but these seem not to increase the font size to 12-14 points.
I'd like to know if anybody knows if is there a any small hardware board (I think non i386 architecture, maybe mips or arm) board suitable for using for linux routing systems (routing features + iptables).For example an small board with at least two ethernet interfaces capable to run an update version of Linux.May be something similar to microtik routerboards, but to run Linux within.
View 6 Replies View RelatedIs there a maximum size of file that soundKonverter can deal with? I can convert a 10.4MB wma file to mp3, but am unable to convert a 40.2MB wma to mp3 (it produces only a 0byte mp3 file). I'm using it under Hardy Heron.
View 1 Replies View RelatedIs there any command to get file size in MB in Ubuntu?
View 3 Replies View RelatedI made 272 Photos from one book. Total size was 920MB. I used than gscan2pdf to create pdf document, and reduced there quality size. Result 116 MB. Than i converted it to grayscale [URL] with:
Code:
gs -sOutputFile=grayscale.pdf -sDEVICE=pdfwrite
-sColorConversionStrategy=Gray -dProcessColorModel=/DeviceGray
-dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH color.pdf
Result: 108MB
Is it anyway possible to reduce size more? Something like Google does with their books?
After screwing up an update to Ubuntu 11.04 I decided to do a clean install. I tried downloading the AMD64 DVD image of 11.04 but I have found that some of the files cannot be downloaded and appear to have bad file size. In several mirrors and repositories I found the image size to be only 46.1 MB! (Yes, thats "Mega"-bytes, not Giga-bytes. I ftp'd to the repositories/mirror sites and confirmed this.) Yet in many of the HTTP pages it shows as 4.0 GB.I can't believe that the true size is 46.1 MB as the i386 DVD image is over 3 GB. 4.0 GB sound right, but doesn't match the actual file size. So, how long until it gets updated?
View 6 Replies View RelatedI'm looking for a programmable way to open an editor with a small window size. For example 60 columns and 3 lines. So I need an editor that can take its initial window size from command line args or environment variables, or possibly from an initial command that can be given on the command line.I've looked at documentation and experimented with gedit, gvim (and vi & vim), and nano and I don't think any of them can be controlled this way. Vi and its friends have a "window" option and also a "resize" command, both of which are described as setting the number of rows, but they don't change the graphical window size they just change the number of rows displayed in the window.
View 3 Replies View RelatedI am have upgraded from 9.04 to 9.10 in my laptop. After performing the reboot, the shell/console resolution went very high and the font size went too small. How to regain the old console shell resolution as in 9.04. I require this urgently as my laptop suffers the white screen problem. Switching between Ctrl+Alt+F6 and Ctrl+Alt+F7 I could get back the screen as the change in the resolution switches off and on the screen, so that I can negotiate with the white screen problem.
View 10 Replies View RelatedI'm trying to split a string, to later iterate using a for loop like
Code:
for (( i=0; i<5; i++))
But, my script returns an array with the size 1.
Here's the script:
Code:
aver=$(grep "avg" A.txt | awk '{ print $2 }');
a=$(echo $aver | tr " " "
");
[Code]....
I've got a vnc log file on a barely used server hitting 124 gigs.
On one of our main systems it's at 5 gigs.
Both to large but what could cause such a large log file?
And what can I do to limit it?
I want to read a file in C, but i dont know the size of the file. Is there any way to find the size of the file in C...?
View 2 Replies View Relatedi am running now Windows 7 on a virtual machine.the windows of the VM remains small.when i resize the windows,, the desktop window of windows 7 remains the same size.is that normall?i would like to have a reasaneble windows size of the VM
View 4 Replies View RelatedI installed Suse 11.2 on my computer... i have 42" screen threw my HDMI output at 1360x768. now.. when i booted it up the first time.. .the text on everything was so small i could hardly read it... so i went and adjusted it threw my System settings by clicking on "Configure Desktop" changed everything to "Sans Serif 15"... BUT.... everything in YAST all the text is NOT readable... ANY ONE KNOW how to fix that..everything BUT yast is just fine...
View 3 Replies View Related