Debian :: Opening A File Without Knowing The Name Of The Program?

Mar 15, 2011

I have a .png file and I didn't know which program I had to type to use it what could I do to find out?

View 8 Replies


ADVERTISEMENT

Programming :: Detect Opening Of A File Using A C Program?

Jul 19, 2011

how to detect if a file is being opened by any application so that i can block it just before opening it... Actually i am working on android and using iNotify in JNI to detect the OPENING of a file...but the file is getting opened before the iNotify detects it..and therefore its displaying the contents of the file unmodified .. The actual requirement is that if anyone is trying to open the file it should be modified by my program and then the modified file should be opened.

View 10 Replies View Related

Ubuntu :: Decrypting An .aes File Without Knowing Password?

Nov 29, 2010

I just wanted to know if there is any possibility to decrypt a encrypted file with AES crypto without knowing the password.

View 1 Replies View Related

Debian Configuration :: Iceweasel 5 Crashes When Opening File

Aug 19, 2011

A recent update to Iceweasel 5 (version 5.0-6 ) on my debian (Linux xxxxx 3.0.0-1-amd64 #1 SMP Sun Jul 24 02:24:44 UTC 2011 x86_64 GNU/Linux) led to a rather odd an annoying behavior. Each time I try to open an external file (pdf, odt) or to save a file on the hard drive, then Iceweasel crashes systematically. Does anyone experience the same? Any idea of how to fix this?

View 5 Replies View Related

Debian Multimedia :: Add Shortcut For Opening A Particular File With Keepass2

Jun 11, 2015

I want to set up a shortcut for opening a particular file with keepass2.

The combination is Alt+k ... How can I do?

View 1 Replies View Related

Debian Multimedia :: Iceweasel Crashes When Opening Arbitrary File

Nov 21, 2015

my Iceweasel always crashes when I attempt to open any file (usually pdfs, but I tried with .odt too). I only found this thread [URL] .... and commented out as told by MekkaGodzilla in /etc/gnome-vfs-2.0/modules/default-modules.conf Coment out this line : file:file

View 14 Replies View Related

Ubuntu :: Installed Program Opening With Blank Screen

Sep 9, 2010

I am using ubuntu 10.04 and after installing some programs using the package manager I try to open the program and all I get is the title bar and a blank white screen. I searched the forums and found a thread from awhile back saying to create a new user and see if it persists. I tried that and it does the same thing in the new user. One in particular is gnucash. The program sometimes works but the tutorial does the white screen. I also reinstalled the package several times with no luck. Other packages do the same thing like thunderbird.

View 9 Replies View Related

General :: Launch Screen As First Program When Opening Terminal?

Jun 14, 2011

I want to launch the screen program by default and automatically every time that I open the bash terminal. How can I set this in terminal? I'm using lxterminal - terminal for lxde desktop environment.

View 2 Replies View Related

Debian :: Build A .deb File Which Will Contain Perl Program?

Aug 18, 2010

I'd like to build a .deb file which will contain my Perl program. I just want it to be deployed with dpkg -i on debian systems later. So it's just a matter of having the good arborescence in my .deb package. For that purpose, in the debian/rules file, I'm declaring some dh_install lines in the install rule.

My issue is that I know how to achieve my goal, but only with writing a ton of dh_install lines (one line, for one file...)

example :
clean:
dh_testdir
dh_clean
install: build

[Code].....

View 4 Replies View Related

Ubuntu Multimedia :: Change Default Program For Opening Pictures On A Camera?

Mar 23, 2010

I have this problem, however the solution given there is outdated- There is no such menu entry (I tried to see if it was disabled, but it wasn't in the menu editor either).

So how would I do this in Karmic?

Edit: I found it. As a reference: Open Nautilus, go to Edit-> Preferences -> "Media" tab -> Photos -> Your choice.

View 1 Replies View Related

OpenSUSE :: Knowing If A Prepackaged .rpm Exists Somewhere

Jun 23, 2011

I am being tired of this old 3.6 firefox, want to upgrade to firefox 5. It is of course available at mozilla.org for my 64 bits suse, but i would like to know if a pre packaged .rpm exists somewhere ?

View 5 Replies View Related

General :: Knowing The Unpartitioned Space On The HDD?

Dec 25, 2010

I wondering how to know the unpartitioned space on the HDD on Red Hat 5, for example if I have hda with size 30GB and I already had partation hda1 10GB that's mean that i have 20GB free unpartitioned space, Is there is any command that can shows me the free unpartitioned space on a specific hdd ?

View 6 Replies View Related

Ubuntu :: Unlock Qbittorrent Without Knowing The Password?

May 20, 2011

brother locks qbittorrent and i find it difficult to run ..... in his absence as he doesn't give his password. So how should i unlock the code

View 3 Replies View Related

Ubuntu :: How To Unlock Qbittorrent Without Knowing The Password

May 21, 2011

brother locks qbittorrent and i find it difficult to run ..... in his absence as he doesn't give his password. So how should i unlock the code

View 2 Replies View Related

Server :: Script Knowing A Chrooted User?

Feb 2, 2011

If someone has physical access to a machine, they can boot up with a live cd and chroot in to the filesystem as root. 1) Is there any way of a bash script script knowing if the computer was booted regularly or if it was chrooted into? 2) Is there a way to have a script run automatically when the user chroots in?

View 1 Replies View Related

Ubuntu :: Change Authentication Password Without Knowing What The Computer Wants?

May 9, 2011

Frustrated with ubuntu v11, i re-installed v10. At first my old authetication password worked. Then it stopped working and i can't make any changes because i don't know what word the blasted system wants. Am i locked out forever? Should i re-re-install v10 and everything else? or how i can change my authentication password without knowing what the computer wants?

View 9 Replies View Related

General :: Knowing All Opened Files On System By Different Processes?

Nov 19, 2010

when in-core copy of inode is updated & after how much time it is updating? is there way to know all opened files on system by different processes?

View 1 Replies View Related

OpenSUSE :: Install Packages From The Terminal As Root Without Knowing Where Their Located?

Apr 3, 2010

when one downloads non-rpm packages they are placed in a download window(by file roller).Could someone explain where exactly this download window is located in the directory tree? or is it? how does one install these packages from the terminal as root without knowing where their located?

View 1 Replies View Related

Ubuntu :: Opening And Using Rar File?

May 16, 2010

I've downloaded a game, thats a rar file, but when I try open it with archive manager it says Archive type not supported. What do I need to open / extract the files?

View 7 Replies View Related

General :: Create A Program File For A New Program?

Mar 8, 2011

How do I create a program file for a new program?

View 1 Replies View Related

Programming :: Open Or Run A File/program Through A C++ Program

Jan 15, 2010

Ok so Basically i have 2 questions

1. i know how to create a file with c++ using but is there a way to save it to a specific location on your computer with windows and linux

Code:

2. i need to know how to run/execute/open a file in a c++ program im using and its not working

Code:

View 4 Replies View Related

Fedora :: Firefox Not Opening CSV File

Oct 31, 2009

I am trying to use Firefox to open a *.csv file from a download button on a Web page. The download button would open a dialog that offers me to choose to either open the file with Open Office Calc or save the file. I would like to open it on the fly. But an error comes up that reads:
Code:
/tmp/HIST1031-4.csv could not be opened, because the associated helper application does not exist. Change the association in your preferences.
The helper application in Firefox's Edit > Preferences is Open Office Calc. I checked in /usr/lib/openoffice.org3/program/, and found the script for scalc.

View 6 Replies View Related

Fedora :: Opening A File With Special App?

Apr 4, 2010

how i can say fedora that if a file has a special suffix to open it with a special app?? such as .oct with octave or ...?

View 6 Replies View Related

Ubuntu :: Opening A .sh File For Installation?

Oct 13, 2010

I tried to install DrRacket on my computer, and it's an .sh file. Do any of you know how to go about doing this? I tried Gedit, and it couldn't detect the character encoding.

View 9 Replies View Related

Ubuntu :: Tbz2 File Not Opening?

Mar 22, 2011

I downloaded the crystalHD linux driver for the broadcom accelerator chip for my HP mini, cause I'm fly like that, and its in a tbz2 file, but whenever I try to extract the file so I can build the driver, I get this error.bzip2: (stdin) is not a bzip2 file.tar: Child returned status 2tar: Error is not recoverable: exiting now

View 1 Replies View Related

Software :: Opening A T09 File Or Convert To PDF?

Feb 3, 2011

I'm trying to open a T09 file (H&R Block tax return file) or convert it to a PDF.

View 1 Replies View Related

Ubuntu :: Firefox Opens File Listing Instead Of Nautilus Opening File Listing

Jun 20, 2010

Firefox opens file listing instead of Nautilus opening file listing.When I access a folder via "Places" -> "Home Folder" or "Places" -> "Downloads", Firefox opens and list the contents of the directory.I have re-installed Nautilus, un-installed Firefox and then going to "Places" -> "Home Folder" or "Places" -> "Downloads" launches Nautilus and I can view the contents normally. Anybody else had this problem with Firefox ? Anybody know how to fix this Firefox problem ?Running Ubuntu Desktop 9.10 64bit.

View 2 Replies View Related

General :: Distiguish What Processes Are Opening A Particular File?

Mar 20, 2011

I am in need of a way to distiguish what processes are opening a particular file.

View 2 Replies View Related

Ubuntu :: GTK Warning When Opening Text File Via SSH

Dec 18, 2010

What does this message mean:
'(gedit:14074): Gtk-WARNING **: cannot open display:'
I'm trying to open a text file from another computer via ssh. Is it a permission problem.

View 2 Replies View Related

General :: Forbid User From Opening A File?

Mar 24, 2010

If there's some file, how can i forbid user to open it ? Ex. some text file or video file and forbid regular users (except root) to open/play it . Wouldn't chmod work here or should i use some other method ?

View 2 Replies View Related







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