General :: Remove Software That Views Image Files?
Jun 22, 2011
I am considering removing all programs and software that handle images so that you cannot view images on the computer and .jpeg would be an unrecognizable file. It's impossible to remove the program that views images in Windows since Explorer is that program - a central Windows component, but I wonder if it is possible to use an alternative operating system like linux and remove the programs that handle images without affecting the system.
I need to do this because of the following problem. I had an internet filter installed but it became useless once certain proxy/circumventor sites such as www.ibypass.com were discovered, which allowed access to any website on the internet. Blocking proxy sites does not work because you can type "https" at the beginning of some of these web addresses and the internet filter cannot keep track of the secure browsing
View 12 Replies
ADVERTISEMENT
Apr 23, 2010
Using Lenny, have desperate need to view .easm files.Anybody have luck with this?
View 2 Replies
View Related
Jan 16, 2011
When playing dvd's, vob files and wmv files, the image comes with high contrast colors ,very intense red/green/blue. very dark too. I have vlc 1.1.4 installed, using ubuntu 10.10, libdvdcss2 installed. for the rest of the video formats it seems to work fine. any ideas on what should I start debugging?
View 5 Replies
View Related
Jul 11, 2010
I just downloaded a computer game which I have never done before even when I had windows and my Ubuntu ( Linux ) used "Transmission" to download it. It downloaded to my desktop and now I have a folder with two files in it on my desktop that when I open say "Write to Disk" and gives me the different options. But I read in the comments on the game I downloaded that I can access ISO and other CD-image files using a program called Daemon Tools which is a windows program used as a virtual CD-Rom Drive. How can I do something like this with Linux?
View 14 Replies
View Related
Dec 17, 2010
How to join two ISO image files in Linux?
View 8 Replies
View Related
Sep 6, 2009
Can you please do me favor and let me know how can I write the *.iso image files onto USB memory sticks as if we burn them into CD and thus making bootable CD to boot from ? Is there any command under Linux for this purpose ?
View 4 Replies
View Related
Sep 23, 2010
I don't know almost anything about it so I was thinking of asking this question from the experts.I recently downloaded the xPUD 0.9.2.I LOVE that OS!It's simple,fast and smart.I just would like to add some other programs to it somehow.Is that possible for ex. extracting the image,modifying files,then remaking the iso?(Talking in Windows7)I would like to add some programs like Wine and some games also.Please reply as soon as possible because the xpud site is down for bandwidth exceeded.
View 2 Replies
View Related
Feb 4, 2011
I want to add my .tar files in the .iso image of redhat cd and untar the same at desired location using some script.how do I add the files in the ISO image?where to place the script? how to link the script so that it is executed after the installation completes (redhat).
View 2 Replies
View Related
Aug 14, 2010
i have read how mount floppy image (*.img) but how edit by adding files?
View 4 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
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
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
Feb 17, 2010
How can you remove files containing a specific string?I have...Code:find |grep 'string'This may return several results and I wanted to rm the results.I also have...Code:ls -l |grep 'string'|awk '{print $9}'which also may return results.But point is, I can't supply the results as a parameter to rmI was thinking of looping but I don't know how to access the results as if they were an array or something.
View 5 Replies
View Related
Aug 19, 2010
I have two folders - Folder abc and Folder xyz which contains 1000's of files with few of them having the same file names. How can I remove the duplicates from Folder abc?
View 14 Replies
View Related
Jan 8, 2010
Is there a way to do the rm command where I can remove files by owner. I run the standard ls -al command and I want to be able to remove the files that are owned by me in that current directory. One other step how can I remove files in all directories owned by me. I did the google search first guys and a majority of the pages just dealt with the basics like rm -r
View 5 Replies
View Related
Sep 18, 2011
I have a directory (Linux user) with a number of files which contain an added [!] to the end of each file name so that each file reads out as:
foo something [!].zip
bar something [!].zip
helloworld [!].zip
etc.
What is the quickest way to batch rename these to remove the ending [!] character combination from these file names?
View 2 Replies
View Related
Jul 6, 2011
I have a bunch of files on a usb stick that have just the e attribute set. So I can't chattr them, rm -f fails and chmod fails, all whether as user or root. How can I get rid of the e attribute? Failing that, how can I get rid of the files?
View 3 Replies
View Related
Jun 28, 2010
I would like to create a cronjob that will delete all files within a directory 1 hours after it is created to the folderI found this cron find /path/to/file/* -ctime +1 -exec rm {} ; but it's deleted all files.I want to make an exception, all file should be deleted except one file (letsay file a.zip)
View 16 Replies
View Related
Jan 13, 2010
I was doing some data recovery with Photorec and by the time I was done I have over 700 folders (recup_dir.).The only solution I was able to apply was the one posted by pljvaldez on this site dated 04-09-08, 09:01 AM. After doing the same thing for at least 70 times I decided to ask, so, is there anyone that knows how to delete multiple folders at the same time.
View 2 Replies
View Related
Feb 9, 2011
this is my first post and I am not sure if this belongs here or in hardware.Now for the main post!
setup:
Dell Demension 4400
Intel(R) Pentium(R) 4 CPU 1.60GHz, 1 cores
[code]...
View 4 Replies
View Related
Mar 30, 2010
i tried to run lame install. on debian lenny amd64.
sudo sh /home/levi/Desktop/lame-3.98.4/install.sh
it returned errors, and i gave up on that. but it has placed a bunch of files and directories in my home folder(not in Desktop)which are owned by root. how may i delete them?
folders are
ACM
debian
Dll
doc
[Code].....
mv: cannot move ..... to ... No such file or directory. which i at least FEEL is certainly not the case.
View 3 Replies
View Related
May 24, 2010
recently I installed CouchDB 0.11 from source. Everything seemed to be fine, but yesterday I found out, that I can not use CouhDB Views. There are two reasons:
1 - I get no response from CouchDB if I created a Views and tried to execute it. There's no response neither in futon non in terminal. Everything I get is an endless loading-circle (if I use futon)
2 - CouchDB immediately "eats" all free resource. CPU usage jumps to 99% right after I executed a (temp)view. Only restarting of the couchdb stops this useless CPU crap
View 4 Replies
View Related
Apr 5, 2011
I have just installed ubuntu 10.04 after using 8.10 until now. I have two sepparate screens (NOT Xinerama). The problems is that I cannot drag and drop icons on the desktop betwen the 2 screens. On ubuntu 8.10 this was working perfectly.
I do not want to use Xinerama because it is not what I want - when I change workspaces, it changes on both screens, one one screen I have to click exactly on taskbar to minimize/maximize application, so I do not whant to use Xinerama.
So do you have any ideeea how I can have back the feature from 8.10 to be able to drag and drop icons from one screen to another ? I have a sepparate home partition and old settings were loaded into this ubuntu, i erased settings from .gnome, .nautilus etc and still doesn work.
View 2 Replies
View Related
Oct 25, 2010
OS views all USB drives as owned by 'root'. My internal 40 Gig drive files appear properly owned by 'glene77is'.My primary backup is a 320 Gig with all files now owned by 'root'.Using the filemanager "Nautilus", all USB external devices must be accessed as 'usb0', 'usb1','usb2', etc.The device names such as 'Alpha', 'Beta','Cappa' are not usably recognized in the menu options.Nautilus shows their names and the usb# as menu options for browing a device directory. Nautilus will open only the usb# menu option. Then sees all files as owned by 'root'.
View 2 Replies
View Related
Apr 12, 2011
I have bind configured with Internal and External views, but the slave server is transferring only the Internal zone files for both Internal and External - a diff shows no difference, and the log shows the same serial number.What am I missing in the config so the slave server properly receives updates from the master for both views?
View 2 Replies
View Related
Sep 14, 2010
I transferred some pictures from an SD card then 'shift+delete'ed them from the card. But I forgot to 'unmount' the card before I removed it from its slot. Now when I insert the card, it shows that there are a bunch of JPG images on the card but they cannot be viewed or deleted. Here is the output when I try to delete them:
Code:
:/media/NIKON D3000/DCIM/100D3000$ rm DSC_0328.JPG
rm: cannot remove `DSC_0328.JPG': Read-only file system
[code]...
View 4 Replies
View Related