General :: Finding The STREAM_TYPE From The Data Itself?
Jan 6, 2010
I have the URL of some streaming audio. How do I discover the data type or other details so that I can use console terminal tools to record or otherwise rip the audio?I am trying to time-shift record the stream from a local radio station much like one does with a DVR or TiVO for television programs.
Here is the stream URL:
[URL]
View 1 Replies
ADVERTISEMENT
Mar 22, 2010
I'm trying to write a shell script which finds bits of data from a text file. at the moment i'm using grep and basically i need a function which will look through the text file and take the data out of it. the file has days, months, years etc and i want it so i can type feb 06 and it finds all of the data for feb 06.
the problem i have is i can type feb and all the information comes back for feb, but i can't get it more precise e.g. feb 2009 and it finds just feb 2009, it seems to ignore that latter half. I've tried experimenting with egrep and having two inputs but i can't seem to fuse them together, it only takes the first input.
View 8 Replies
View Related
Jan 25, 2010
I deleted files on my linux drive that I shouldn't have. What is a good tool to use to recover these files that will:
Recover the various file types (txt, php etc)
Recover it as the original files names
TestDisk and PhotoRec almost do the trick, but the original filenames are not restored.
View 3 Replies
View Related
Nov 16, 2009
How to find a data transfer speed of a system using squid?
View 4 Replies
View Related
Jan 10, 2011
I copied a back up of my windows 'my documents' fold and all of its' sub folders into my linux (Mint Debian) Documents directory. I found that many of my files can be found in more that one directory so, what I want to do is to find all the dups and deal with them. Is there a good linux application to resolve this 'duplicates' problem. (I don't want to touch the linux system files.)
View 2 Replies
View Related
May 22, 2010
I am looking for a program to help me store, organise and retrieve information. The aim would be to keep notes from literature, concepts and ideas which i come across during my studies. It's always a hassle to retrieve this information when i have to write a paper for instance. So in fact what i need is a sort of wikipedia-like program where information is searchable and where perhaps hyperlinks could lead me from one word/note to another.
View 2 Replies
View Related
Feb 7, 2011
What I want to do is force my DVD burner to use full writing power on the entire surface of a DVD. This should be able to invisibly damage the contained data, and should work on CDs, DVDs and BRDs too (in theory). I don't want to write data over it, so it's not a matter of having a RW disc or a R one. The result I want to obtain is simply an unreadable disc that does not look damaged. Do you know if there's a program able to ignore a disc being already full and perform this task?
View 2 Replies
View Related
Oct 27, 2010
I have a desklet that, occasionally after toying with network stuff, will tell me that large amounts of data are being sent/received. What's a good way to determine what processes are occupying these resources?!
View 14 Replies
View Related
May 30, 2011
As usual I was notified that there was an update available via the Update Manager which I duly accepted.I was then confronted with a popup which advised that there was a Distribution Upgrade and that it was to be a partial upgrade.
Finding that I would not go away I accepted the data finding that 9 packages were made available and 33 unused ones were to be deleted. As this is my first experience of this is it something I need worry about and if so what should I do about it?
View 3 Replies
View Related
Jul 16, 2010
Sometimes I need to copy a huge directory to another directory (local filesystem), and usually I will use the "cp" or "rsync" commands. These commands are good, but depending on the size of the data being copied, the copy is painfully slow. I realize we are limited because of the hardware we have with it's limitations, ie, I/O speed, and the filesystem (which is usually ext3). Are there any other utilities that maybe not well known, but can handle copying large amounts of data? (mostly in the TB range)
View 2 Replies
View Related
Mar 10, 2010
Is there an application that will take the data from an Open Office spread sheet and locate and mark each address on a map?I've got a long list that I need to sort and locate by zip codes.
View 9 Replies
View Related
Jul 14, 2010
A few months ago I have setup a server with three hard disks. The partition mapping the disks as follows:
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x7ca36fee
[code]....
Now I have the following problem the LVM file system don't mount properly.If I open the mount point I see only a few files of the LVM disk. If I want to unmount the disk I get the following error:
umount /data/
umount: /data/: not mounted
If I want to mount the volume I get the following error:
mount -a
mount: /dev/mapper/gegevens-Data already mounted or /data busy
View 3 Replies
View Related
Aug 8, 2011
Currently we have migrated data from Unix linux. The data in Unix is in Big endian byte structure. Where are as Linux (suse linux) byte structure us little endian. This byte order mismatch is creating problem when data is read again in microfocus cobol.
Is there any way to set byte order in Linux is big endian?
Is there any utility to convert data in big endian byte structure to little endian byte order.
View 4 Replies
View Related
Sep 28, 2010
I installed the newest version of Fedora last week using virtual box. I plan on doing some C++ programing(in net-beans) for school but u can't find the compiler any where. I assume their would be one installed when i installed fedora. I found a few websites saying i need to use the package manager to install it. I can't find this package manager i have searched for it. I don't want to go download and try to install a compiler if i already have one
View 5 Replies
View Related
Oct 25, 2010
I have been trying to find a specific 'pc' recently and can't find it at all. As I recall, it is made by a small company, runs Linux, comes with a detachable keyboard, and all fits into an area a little larger than an iPhone. I believe it is ARM-based, though I fail to recall the GPU it used.
The site has (multiple) flash video of the unit, one specifcally playing a tank game of some description using nothing but the accelerometer to steer.
View 1 Replies
View Related
Feb 9, 2010
I have a centos 5.2 that is running in the vmware ESXi host.
I like to confirm the NIC speed. I did a ifconfig -a and noticed txqueuelen:1000. Is that the nic speed?
View 3 Replies
View Related
Jun 22, 2010
There's a folder on my Linux desktop which shouldn't exist. The first time I saw it, I thought I'd accidentally copied it from somewhere else, so I deleted it. Now it's back again. So it must have been automatically created by some process, but what can I do to figure out which program is creating it? I think it's likely that if I delete the folder it'll eventually be created again, so I should be able to catch this program in the act if anyone can suggest a technique for doing so. By the way, there are no files in this mystery folder, and its name is the same as another folder I created months ago to hold my personal documents, not something that a program would create to hold its own configuration files or the like.
View 2 Replies
View Related
Jul 2, 2010
How can I find a particular directory in a terminal window in Linux? I think it involves using grep, but I'm not sure how.
View 3 Replies
View Related
Feb 14, 2011
I am tired of watching fsck check my filesystem when my eeepc 901 shuts down abruptly due to a crash. I know that with a journaling filesystem, I won't have to wait for a check. However, I am well aware of the poor I/O performance of the SSD, so I can imagine using a journaling filesystem being even more frustrating, since there will be constant writes to the journal? I will buy a new laptop without such a crummy ssd someday but, is there anything I can do now, on the software side of things?
View 3 Replies
View Related
Jan 31, 2010
pc specs
amd dual core 3.11ghz
4gb of ram
ati 4850 1gb
i took the distro test and both said that mandriva would be good for me, so ima try that and see how it works out. ima use it for djing, maybe some games but prolly not not sure yet, and other than that just basic web surfing, burning movies, and just normal tasks.
View 9 Replies
View Related
Apr 27, 2010
Looking to get some input on finding a distribution to move to from Ubuntu.Overall, there's some changes--mostly unimportant overall, but stick in my craw--on the horizon, and I'm looking for alternatives. I'm a casual user, only one using my machine, don't need anything extra-special...something that isn't extremely utilitarian from the get-go, and doesn't come loaded with a boatload of things I'll never use. I enjoy putzing around in a CLI, and I'm not opposed to having to get used to slightly different commands when using it (though I expect that, on the whole, most things will be the same).I know, a little vague on what I'm looking for...best put, a stable system that doesn't require me to do TOO much, but lets me do what I want even if it means breaking things every once in a while.
View 6 Replies
View Related
Mar 12, 2011
I have a situation where a directory has about 1.5 million files in it. On an hourly basis, I want to be able to find any files that have changed in the last hour, compress them, encrypt them and then copy them to both a local backup machine and an off site backup.
Is there any kind of utility or kernel module that creates some type of log of modified files? I know I can use find, but the search for -mtime in this directory takes quite a while and will not suffice for an hourly backup.
View 3 Replies
View Related
Apr 15, 2010
How can we find out the Process ID of Kernel? Is kernel in itself not a process which is running and handling the overall system calls and program executions?
View 4 Replies
View Related
Mar 18, 2011
In linux we have various types(ubuntu,red hat,fedora,....etc) which one is best to install in laptop and can be used easily when compared to windows
View 5 Replies
View Related
Nov 29, 2010
To find all files recursively starting with a . (period), is the following OK:
find ./ -name '.'*
View 7 Replies
View Related
Mar 19, 2011
assume that i am having the following line in a file called file1. triumph and disaster must be treated same. I want to replace this line with. follow excellence success will chase you. is it possible to do this using sed. if possible kindly post me the code.
View 6 Replies
View Related
Apr 19, 2010
i am a newbie in linux ,i am writing a bash script to identify the files which are exactly 7 days ( a week old) i tried this command find /var/backup -mtime +7 -exec ls -d {} ;but this gives me even the files which are older than 7 days
[root@proxy access]# find . -mtime +7 -exec ls -d {} ;
./access.log.1.gz
./access.log.2.gz
[code]...
View 3 Replies
View Related
Feb 23, 2011
I've used ps -p to find a certain program. but how can i find the location of this program? as in the path to this program.
View 3 Replies
View Related
Jan 3, 2011
I am a novice running a dedicated server. how to find out which version of Centos my server is running. I am trying to install IonCube.
View 5 Replies
View Related
Apr 23, 2010
I am looking for this `struct messages_sdd_t` and I need to search through a lot of *.c files to find it.However, I can't seen to find a match as I want to exclude all the words 'struct' and 'messages_sdd_t'. As I want to search on this only 'struct messages_sdd_t' The reason for this is, as struct is used many times and I keep getting pages or search results.The directory I am searching in, has another directories so it will have to search recursively.I have been doing this without success:Code: find . -type f -name '*.c' | xargs grep 'struct messages_sdd_t'and thisCode: find . -type f -name '*.c' | xargs egrep -w 'struct|messages_sdd_t'
View 3 Replies
View Related