Hardware :: Remove Files Are On A Video DVD?
Dec 12, 2010
I installed Ubuntu 9.10 along with XP.When I opened one drive from XP as File System (as Ubuntu OS takes on) on the top of the drive "These files are on a video DVD Open Movie Player" like captioncoming but on other XP drive this does not occurNow I wish to what this is what this means How toremove this caption from drive being displayed
View 1 Replies
ADVERTISEMENT
Apr 29, 2011
What would be a nice, simple command to go through all files in a directory (no sub-directories), and change all the MP4 Video files I have to MP3 audio files (keeping the original filenames except for changing the "mp4" extension to "mp3")?
The files in question were videos taken with one of those Flip cameras, but I only need the audio off of it.
View 3 Replies
View Related
Dec 17, 2010
This is my first time creating a video DVD from other video files. I drag and dropped 2 .flv files to the area where it tells you to drag them. They appeared there. Then I clicked "Burn..." and brasero disappeared.
I ran it in terminal and this is what I got:
Code:
View 5 Replies
View Related
Jun 11, 2011
I would like to remove the audio tracks from various video clips (.avi, .mpg. .wmv, .flv, etc.).I Googled and found lots of ways to strip off the audio and save that sound as an mp3 file, but I have found nothing that would allow me to remove the audio and save my video clip (silently)
View 5 Replies
View Related
Jul 11, 2011
PROBLEM: My computer has an nvidia video card. I'd like to remove the packages that support ati and radeon. When I try to remove xserver-xorg-video-ati or xserver-xorg-video-ati, the package manager wants to remove xserver-xorg-video-all.
QUESTION: Is it safe to remove xserver-xorg-video-all? Obviously, I want to keep support for my nvideo card.
View 9 Replies
View Related
Oct 22, 2009
I need to remove sections from video files (from the middle and the end) on the command-line. Generally these will be mp4 and avi files.
For instance, I have a .mp4 file which is 32:30 minutes long. I'd like to remove from 2:49 to 3:20, and remove the last 60 seconds.
Any ideas on how I can achieve this?
View 1 Replies
View Related
Sep 16, 2010
I'm trying to remove 3Dlabs / Oxygen gmx , and install vesa - Generic VESA-compliant video driver module.How do I remove 3Dlabs / Oxygen gmx ?I can click on VESA in the 'Choose By Name...' , but when I close that box, it shows No Driver.
View 4 Replies
View Related
Oct 30, 2010
i recently had a problem with the Ubuntu 10.10 installation, so what I did was that I reinstalled 10.04 on another side of the hard disk partition.
Now i want to remove all the files on the Ubuntu 10.10 and also remove the boot screen that comes up asking me to choose.
View 3 Replies
View Related
Feb 18, 2010
I need to know how to remove all files under 2mb on directory: /usr/mymusic
View 3 Replies
View Related
Jan 23, 2011
I have a couple of files which follow this syntax:
*_yyyy-mm-dd_hhhmmm.*
Example:
*_2010-01-01_00h10m.*
*_2010-01-01_01h10m.*
*_2010-01-01_02h10m.*
[Code].....
and delete the others. or maybe move them to a subdirectory to be safe...
View 2 Replies
View Related
Jan 20, 2010
Recently one of the worm is spread in our network & so many unwated files are getting copied on our ubuntu file server like comment.htt, desktop.ini, winfile.exe Now we have clean that worm from our network but few files are remained on ubuntu server as well as in backup folders and i want to search those files and delete it.
View 1 Replies
View Related
Jan 31, 2010
I am still a novice with Ubuntu and I am trying to write a shell script which will clean redundant files. I am stuck with one line where I would need a command which will remove all files from directory except some of them. Can anyone please advice how to add such an exception to the rm command? I have searched some bash shell tutorials, however, no joy. Guess I have overlooked something.
View 9 Replies
View Related
Jun 3, 2010
So I'm trying to remove or move any files that are not mp3 or ogg from my music folder with the command rm -r *.jpg and I keep getting the message that:rm: cannot remove `*.jpg': No such file or directory{I'm trying to remove jpegs}
View 4 Replies
View Related
Jun 22, 2010
Output of my terminal:
linuxx86:110$ rm -rf *
rm: cannot remove `dttscopeger.dir/.nfs00000000012821280000ec25': Device or resource busy
rm: cannot remove `dttscopeger.dir/.nfs00000000015561050000ec26': Device or resource busy
[code]...
View 6 Replies
View Related
Aug 8, 2010
I'd like to remove all directories of a certain depth that don't contain .txt or .log files -- is this possible? So far I have: find ~ -mindepth 3 -maxdepth 4 -type d -exec rm -r '{}' ; Is it possible to add in "only if the directory doesn't contain .txt and/or .log files"? Or do I have to start learning perl to do that?
For example:
dir 1:
hello.txt
runme.sh
dir 2:
runme.sh
oct12.log
[Code]....
View 13 Replies
View Related
Apr 11, 2010
me with proper syntax / command to remove temporary files in linux
View 9 Replies
View Related
Apr 8, 2010
I was preparing a script which will remove all my files from directory which are 24 hour old.I tried some thing like thisfind . ( -name 'log.*' -mtime +1 ) -exec rm {}; but it is throughing error like : missing argument to exec.
View 8 Replies
View Related
Mar 22, 2010
i have a lot off windows - thumbs.db files om my Debian Apache server.How to remove all (without define all directory's)Is there any way with RM?- or maybe some other smart solution to do it?
View 8 Replies
View Related
Apr 2, 2010
How do I remove wine + it's files and setting?
View 5 Replies
View Related
Mar 4, 2010
I guess in most cases when extracting a tar achive ,we will get a directory with the same name as the archive file but different suffix. but in some unlucky case, as I met today, after extract a tar bar I find lots of files spread in the working directory, which is really nuisance.so what I want to learn from you is that how can I move thoes newly created files ? I know it should be some "find plus rm" fancy approch there, but I don't know exactly how.
View 3 Replies
View Related
May 8, 2010
I am trying to remove all the files in a directory hierarchy which a certain string inside the file (not the file name, it is the file content).
I can list out all the file name which has a string in the file using 'grep -r -l mystringlooking for'.
But how can I remove all the files returned by the grep ? I am trying this on ubuntu.
View 1 Replies
View Related
May 25, 2011
I need to delete all files inside remote directory using ssh P.S. The directory must not be deleted, so @Wes answer is not what I need. If it would be local dir, I would run "rm -rf dir/*"
View 4 Replies
View Related
Jan 20, 2010
have installed some programs from source and found no trace where and what were installed and I would like to remove those installed files. So I am looking for any script or app to list all orphaned (I mean not related to any installed package) files. I am using Ubuntu Server 9.10 without any fancy X11 stuff so console version is preferred. I have found bitbleach and computer janitor in this forum but they are X11 apps.
View 2 Replies
View Related
Mar 10, 2010
i am using ubuntu 9.04 jaunty. i want to save the .deb files of the applications i have installed. now the synaptic package manager saves the .deb files to /var/cache/apt/archives . but where does the add/remove saves the the .deb files?
View 7 Replies
View Related
Jul 12, 2010
According to System Monitor, my hard disc has a total size of 107.2 GiB, of which 6.7 GiB is "Free" and 1.3 GiB is available. I'm not sure if this is normal or not, though I know at least part of this wasted space is taken up by at least two failed attempts at creating Swap Files. Ubuntu says I have no Swap space whatsoever, so is there any way I can delete all these failed and unconnected Swap Files so that I could free up some spacend hopefully create one working one
View 4 Replies
View Related
Oct 12, 2010
How can I remove this string from all files. I am not sure how it did get there
PHP Code:
<?php /**/eval(base64_decode('')); ?>
I tried this but It did not work
PHP Code:
find . -iname *.php* -exec sed -i 's/<?php /**/eval(base64_decode('')); ?> //g' {} ;
View 4 Replies
View Related
Dec 16, 2010
I used synaptic package manager to remove tomboy notes and marked it for complete removal. But when I typed "locate tomboy" in the terminal window there were over 50 folders or files listed. Is there a single command I can use to remove all these or do they have to be deleted one by one.
View 4 Replies
View Related
Apr 30, 2011
does upgrading Ubuntu to 11.04 wipe my files and programs?
View 3 Replies
View Related
May 7, 2011
Im pretty new to linux and Ive hit a wall. I have a folder 'forum'. I need all files and subfolders but I dont want them in forum. I have tried it with the gui, but it wont let me paste them. How do I move all the folder data without moving the folder itself via terminal?
View 4 Replies
View Related
Jul 21, 2010
My site was recently hacked and a line of <JAVASCRIPT> was inserted into all my php files. Is there a way to pull just that one line out of all the php files on the server? I was thinking of using a grep -iR <CODE> *.php then piping thru sed
View 1 Replies
View Related