General :: Save / Sort Files In Sequential Order Sector By Sectyor

Aug 26, 2010

I have a china phone which has mp3 player and unfortunately it reads the file names in its memory card in sequential order according where the file is saved. The file system is NTFS. cod

**Note: DDD song was last because I saved AAA to EEE songs then later added DDD song

Then suddenly i deleted BBB song and replaced it with FFF song code...

This is kinda lame. but the OS of the phone has no capability sorting the file according to filename in its built in mp3 player.

my question is how can I sort the files sector by sector(is my term right?) so the lame mp3 player would read the files finally in alphabetically sorted order. I Will plug my phone on my PC

I am using ubuntu 10.4

View 1 Replies


ADVERTISEMENT

General :: Use Sort Command For Its Ascending Order And Descending Order?

Aug 18, 2010

in my text file of 5 columns 2 column is in DDMMYYYY format. (ie DATE OF BIRTH). how to use sort command for its ascending order and descending order.

Is the same can be use for the date format YYYYMMDD ?

View 3 Replies View Related

General :: Sort .txt File By The Numerical Order Of Column?

Mar 22, 2010

I have this .txt file

3183630 R
3574216 W
5264994 M
2656889 A

I want to sort it by the numerical order of column. After sort, I wish to get output like

2656889 A
3183630 R
3574216 W
5264994 M

anyone knows how to use sort to do that? or any other command?

View 6 Replies View Related

Software :: Download Sequential Files Via WGET?

Apr 18, 2011

I often run into the situation where I would like to download a number of sequential files on a website, example names are:

http://www.WebSiteName.com/downloads/filename001.zip
http://www.WebSiteName.com/downloads/filename002.zip
http://www.WebSiteName.com/downloads/filename003.zip

[code]...

View 1 Replies View Related

Ubuntu :: Way To Manually Sort Order Of Places

Jan 10, 2010

Is there any way to manually sort the order of Places (KDE's "bookmarks") that show up in the side panel of Dolphin, or to have it automatically sorted e.g. alphabetically?One might think such a feature, if it existed, to be well-documented and easily-accessible.

View 5 Replies View Related

Ubuntu :: Change Sort Order In Nautilus?

Feb 12, 2011

How do you change the sort order in Nautilus? I want it to look like this code...

View 10 Replies View Related

Software :: Get Nautilus To Sort Filenames In Lexicographical Order?

Mar 14, 2010

I have a bunch of files named in hexadecimal, which get displayed in order 0A, 0B, 0C, ..., 0F, 01, 1A, 1B, ..., 1F, 02, 2A, ... 2F, 03, 3A, ..., 9F, 10, 11, 12, ..., 99, A0, ...

How do I get them displayed in the correct order?

View 1 Replies View Related

General :: Parallel Processing Slower Than Sequential?

Jul 28, 2011

While converting some images using ImageMagick, I noticed a somewhat strange effect. Using xargs was significantly slower than a standard for loop. Since xargs limited to a single process should act like a for loop, I tested that, and found it to be about the same.

Thus, we have this demonstration.

Quad core (AMD Athalon X4, 2.6GHz)
Working entirely on a tempfs (16g ram total; no swap)
No other major loads

[Code]....

View 1 Replies View Related

Ubuntu :: Take Ownership Of Firefox In Order For It To Get Updates And To Save Settings

Jan 26, 2011

I remember back a few versions, you needed to take ownership of firefox in order for it to get updates and to save your settings. Is this needed in 10.10? Im giving Ubuntu a go again.

View 3 Replies View Related

General :: Replace Sequential Numbers In A File With A Different Sequence Using Sed?

Apr 11, 2010

I am trying to find a way to replace a set of sequential numbers in a file with a different sequence using sed. This might be done easier using awk or some sort of bash script, but it seems to me there must be a way to do this easily with sed. Basically, what I am editing is a Cisco switch config. I want to change the sequence of ports to a different numbered sequence. Here is an example of what I am trying to do.I want to change for example, the file:

Code:
cat testfile
interface FastEthernet0/1

[code]...

View 6 Replies View Related

Ubuntu :: Firefox - Unable To Save Files By Right Clicking And Save As

Jan 13, 2010

I have Ubuntu 9.10 dual booting with Windows7.My ext3 /home is mounted as F: in windows.I share a firefox profile between them so that when i am in Windows my firefox uses the same profile as it does when in Ubuntu.It all worked great until recently. I am unable to save files by right clicking and save as. In the config i am unable to set a directory to save to. It neer asks me where to save to. Just nothing happens. some off my book marks are all messed up as well, my rss feeds have the same post on some random website every time i log on and i have to manually refresh to get the correct feeds back. I am unable to delete the random bookmark.

View 1 Replies View Related

General :: In What Order Are Files And Directories Copied When Using Cp -R?

Jun 26, 2011

If I execute the following command:
cp -R /myfiles /mydestination


If myfiles contains several sub-directories and files, in what order will they be copied? For example, directories might be named 0123a, 9993c, myfolder, xfolder.

They are not copied in alphabetical order OR in date order OR in the order they appear when using a standard ls command as far as I can tell, so what actually does determine the order?

Edit:
I am trying to determine the order that the cp command uses in order to determine how far along my copy command made it before it stopped. For example, I was hoping to be able to determine it copied 3 of the 4 directories successfully.

View 1 Replies View Related

General :: Order Of Transfer All Files Under A Directory By Rsync

Sep 25, 2010

If transfer all files under a directory by rsync, what is the order that rsync determines to transfer the files one by one?At first it looked like rsync transfers files in alphabetical order, but later I found rsync skipped some files in the first sweep through the alphabetic order, and then went back to transfer files that were skipped in the first time and this time still in alphabetic order.

View 1 Replies View Related

Ubuntu :: Won't Save Monitor Settings Upon Reboot / Sort It?

May 4, 2011

So I have a fresh updated install of 10.10 on dell dimension 4550

The pc connects to my monitor through a dlink KVM switch so I can switch back and forth between computers.

When I reboot my monitor settings disapear and everything is real real large.

If i disconnect from the KVM and connect Ubuntu directly to the monitor and detect monitor it will allow me to adjust settings so everything looks normal. Until I reboot and I am back to the same huge icons again. If I try to go back and adjust monitor settings there are only 2 settings options because it does not see my monitor through the kvm switch again.

View 4 Replies View Related

General :: Easy Way To Find Out Like Which Items Don't Match Between 2 Files Regardless Of Order

Mar 15, 2011

I have following 2 files

File1
10.1.1.1
10.1.2.1
10.1.3.1

File2
10.1.3.1
10.1.2.1
10.1.1.1

Both are reverse of each other. Now, basically if you see, the contents are same, but in different order. Is there any easy way in which i can find out like which items dont match between 2 files, regardless of order. Lets say i add 10.1.4.1 to File1. Now the result of such comparison should be only '10.1.4.1'. Currently if i am comparing both files using diff, it gives me all the lines.

View 2 Replies View Related

OpenSUSE :: Can't Save My Datas To Jump Drive - Exterior USB / Sort It?

May 11, 2011

I could not save all of my OpenOffice document .odt files to exterior USB drive. I am using openSUSE 10.2 that runs well with my old Toshiba Satellite laptop on KDE. I did tried almost everything in it but could not.

View 3 Replies View Related

Ubuntu :: Unable To Dim The Screen In Order To Save Power - Listen To Music Or Any Other Sounds Through Headphones Or Speakers

Jun 25, 2010

Ok so I am a total newbie at Ubuntu Linux and I'm having problems I don't know how to solve.

1.) Up until yesterday this wasn't a problem, but after a power outage while I was connected I am now unable to connect to the internet anymore as it says "Networking is disabled", how do i enable the "networking"?

2.) Another problem I am having is that I am not able to dim the screen in order to save power among other uses, I've looked around but haven't been able to find a solution, I am running ubuntu on a Gateway M-Series Laptop.

3.) Finally, since installing linux I have been unable to listen to music or any other sounds through headphones or speakers, when i connect something into the audio output, the outer speakers do shut off but no sound is emitted through the speakers/headphones, and yes i have tried multiple ones to make sure it wasn't the headphones or speakers.

View 8 Replies View Related

General :: Where To Save Files

Feb 11, 2011

What standard do you adhere to when saving and you're the only user of the server(root)? Take downloaded files for instance:In my experience I often find people putting downloaded files in /opt, /usr/src/, /usr/local/ etc.I would like to know if ther is a standard like would have in Windows. Everyone knows where the Download directory is in windows

View 10 Replies View Related

General :: Save All Files Onto USB's

May 10, 2011

I've been having some PC troubles since yesterday after downloading VistaOSx onto my computer. (I don't know why I downloaded it, I was bored.) Well now I have a virus on my computer that wont let windows start. Every time I go to turn on my computer, I get a black screen with just my mouse pointer.

So, I went looking for the disk that the guys at FRY'S gave me after they worked on my computer, and it was an MSI disk, and I booted from it, and now I'm in some OS called Winki 3 which is linux based and I don't know what I'm doing, to my surprise, I'm online.

I need to be able to get my computer working again, and I don't want to loose any of my files if I have to reinstall windows. I have a few questions before I start getting into this and try to get my computer to work but only mess it up worse.

1) What in the world is Winki 3? I've never heard of it.

2) How can I execute a .exe file? I'm trying to see if I can run my virus scan to get rid of whatever it is that is screwing with my computer.

3) I can see all my program files and everything, so I need to save some stuff on my USB's in case I do need to reinstall windows so that way I don't loose anything. How do I do that?

4) I know this isn't a place to ask windows questions, but I must. I don't have a restore disk, or a reboot disk or whatever, just this MSI disk that brought me to this Winki 3. How can I restore my computer without the restore disk, and without taking it to some place that's going to charge me an arm and a leg? There has to be some way, I mean I have this Winki 3 running, I should be able to do something that will restore the computer back to the default factory settings after I save all my files onto my USB's, right?

View 2 Replies View Related

Programming :: Copy Files To Floppy In Specified Sector?

Jan 4, 2010

I am trying to make small kernel. I have written many programs and produce many .bin and .o files but what I want that to load every file from a specific location in specific sectors but don't know how to do that in linux , in dos same can be done by debug command.If It is not possible to achieve the specific location criterion please tell me how can I just copy many files serially to a floppy image.I have another question that if files are copied in floppy. How could I know in which sector the file has been loaded in floppy so that I can retrieve them by BIOS interrupt INT13.

View 7 Replies View Related

General :: Save Deleted Files In Server?

Dec 27, 2010

is there any way to save deleted files in server any path like recycle bin in samba server. because the samba user delete file and folder by mistake.

View 4 Replies View Related

General :: Manually Sort Random Text Files?

Jun 6, 2010

I have about 1000 text files and I need to view each, and move it to a folder if it's the correct one. I can only do basic sorting by length/size, and I can't grep because the text is random. How can I do this besides manually openiing + saving each in gedit.I'm on Ubuntu Linux.I've already done all the sorting I can based on ize,wordcount,greps,date,etc. This is what's left over. I'm trying to find an easy way to view +save/ignore the rest.

View 6 Replies View Related

General :: .EXE Files - Cannot Get It To Install After I Double Click / Sort It?

Jan 25, 2010

I just downloaded a .exe file. I cannot get it to install after I double click on it. What should I do to make it work?

View 6 Replies View Related

General :: Sort Big Files, /tmp/sortA3aLjF: No Space Left On Device

Aug 3, 2010

i'm sorting 8GB text file but came up with this error for an investigation

/tmp/sortA3aLjF: No space left on device

is there anyway that sort won't use /tmp?

View 3 Replies View Related

General :: Automated Save/redirect Files From Client Into PXE Server?

May 26, 2011

I just finished set up a PXE server, and was wondering is it possible to automated save/redirect files from the client into server? Basically, test will be running on client, and wanted to save the result(text file) into server after done testing.

View 1 Replies View Related

General :: Kiwi10.08 -on The Ubuntu10.04.1 Desktop \ Save Files To The BootUSB?

Sep 13, 2010

This BBS interface setup is quick, simple, plenty of options, its handy, and follows a similar format that other places do so you can know what to expect or where to look. Double bonus if your a busy personEspecially for the creators and authors of programs many of us have come to enjoy. Don't forget to say a big thanx to the "Grand Father" of Linux, Linus Torvald.

Ok, this ol' fudge is trying to figure out how to save some files to a Live Thumbdrive USBboot of Kiwi10.08 which is running on the Ubuntu 10.04.1 desktop. Using the included File Manager, I can access the fat32 USB flashdrive, read the folder named "Buk" I created in XP at the root of the drive and displayed as "isodevices/Buk" when viewed through "System Files" or "Files System", which ever it is. The options to copy/move itesm to that folder are greyed out or missing. Both copy and move options seem to work as normal otherwise on the desktop. I should check and see if it is even saving/modifying items there but I would almost guess to be correct in saying... NO! As i said this is a kind of Live boot from the Kiwi ISO.I was told about "Chown" but I have not a clue of it and the Wiki just made my head ring.One more question, where can I find a good ol' Linux Dunce Reference that wont confuse you more. Don't get me wrong, I tried math for dummies once, it confused me more, so I re-wrote the pages as I went, or thats what we're suppose to do ?

View 6 Replies View Related

Ubuntu Multimedia :: Split Files In Order To Burn Files Into Two Different Dvds

Jan 2, 2010

the VBO file that i want to burn into a dvd is around 7.9 gb. i want to know if it's possible to split them in order to burn the files into two diferent dvds.

View 5 Replies View Related

General :: Commands To Save Md5sum Of Files In A Folder Into A Text File?

Sep 14, 2010

I've found these commands in [URL]:

Quote:

find -type f -print0 | sudo xargs -0 md5sum | grep -v isolinux/boot.cat | sudo tee md5sum.txt

But I don't understand these commands, even after reading their manuals.

View 4 Replies View Related

General :: Xfce: Save Page As: Single File Vs Multiple Files?

Nov 28, 2010

I am using Xfce as the desktop enviroment and Mozilla Firefox as the webrowser. Within the webrowser window, I do File>Save Page As. I save it, and the result is almost always foo.html and directory foo_files. But I think under KDE I could choose the format, one of them being something like "Single page" (only one file; the colecction of .png, etc is embedded into that file). And this is the format I want Xfce (or Firefox) to use when downloading to hdd.

View 1 Replies View Related

Ubuntu :: Ccd2iso " Unrecognized Sector Mode (c9) At Sector 0 "?

Jul 27, 2010

Title says it all, I get that "un..." when trying to convert an .img file to .iso, am I doing anything wrong here?.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved