Hello all,
I have a powerpoint presentation on my website saved as htm file, an I am tring to open it not in my browser but in powerpoint on click.
Is there a possible way to do this ?
I am looking for an example for a nautilus (fie manager) connect to service custom location.
$ nautilus
Activate connection editor:
File>Connect To Server...>
I am looking for an example or two for "Location" in the pop up:
Service Type: [Custom Location]
Location: [???]
[x] Add bookmark
Bookmark name: [xyz]
<Connect>
I like to configure my keys my way, so I wrote a keyboard symbols file and I put it in /usr/share/X11/xkb/symbols/cat
I use it by running setxkbmap cat -variant dvorak (and it works), but it doesn't show up in the console configuration (dpkg-reconfigure console-setup) nor in the Gnome keyboard settings... nor anywhere else, so I have to run setxkbmap every time.
I suppose that I have to register it somewhere, but where? Any hints?
Thanks!
I'm running apache2/passenger2.0.3 (ubuntu 9.10 packages).
I can start up Webrick in the rails folder and run the app perfectly as I do on my development box with
script/server
Why then does apache/passenger fail to open the database, throwing a 500 and putting the following in the log?
Status: 500 Internal Server Error
could not open database: unable to open database file
/usr/lib/ruby/1.8/sqlite3/errors.rb:62:in `check'...
I want to add a 1.5 - 2 TB hard drive to a Linux file and backup server we have in the office.
Will it make a difference if I'm using 5400 RPM vs a 7200 RPM hard drive? I was thinking about getting a Western Digital Green Drive or Samsung Ecogreen or similar.
I have a lot of subdomains in the main domain xxx.zzz
So, for this domain, I can have
aaa.xxx.zzz
bbb.xxx.zzz
ccc.xxx.zzz
ddd.xxx.zzz
eee.xxx.zzz
....ETC....
Istead of adding each subdomain in the host file, I would like to add only the main domain xxx.zzz and then to be able to access all the subdomains.
I have tryed with *.xxx.zzz but apparently, this will not work (Linux or Windows).
Any idea is welcome. Thank you very much.
I'm following a video tutorial where the author (who uses textmate) can open files by using "mate". for example mate .git/config will open this config file
I'm using textwrangler however so I don't have that option. I did try edit .README once when i tried to open the README file of an application, but it opened a blank README file in textwrangler instead of the file with the text in it
so any idea how I can open this .git/config file (or any other file) using textwrangler?
I'm using Mac snow leopard
I am relatively new to the mac, and other than writing python scripts I can't figure out how to automate certain tasks like I would have in windows with a batch file.
Pointers and links to documentation would be appreciated.
I am relatively new to the mac, and other than writing python scripts I can't figure out how to automate certain tasks like I would have in windows with a batch file.
Pointers and links to documentation would be appreciated.
I access a lot of files from a certain directory which is not ~ but say:
D:\Mijn documenten\My Dropbox.
What is the quickest way to 'find' a file in that directory within a new Emacs session? Using bookmarks?
I've got some files for a project that's due in a few weeks. The guy sent them in a zipx file. How would I extract the files from a zipx on OS X or Linux?
Was playing with tftp and screwed up something in boot sequence. Eth2 fails to start at boot but allows to be restarted manually. Can not find error message in logs... so, which log file on ubuntu server would show why network interface (eth2) failed to up during boot process?
In Linux, I'd like to know how to find the file(s) if any which as using a particular sector on the hard drive. There is a similar question here regarding Windows, however I need a Linux command line solution (this is a headless system).
I downloaded some wedding photos into my external drive about a month ago. A total of 3 cards were downloaded into 3 different files. The first file lists all of the photos, about 600 images, but they have zero bytes. The other 2 files are fine. I can't recover the compact flash card because I have used it too many times since then. Is there any way to recover the images on my drive?
I'm looking for a way to set a group of File Types to "Index Properties and File Contents" (Control Panel, Indexing Options, Advanced Options, File Types).
Basically I'd like to write a batch file that switches that setting for a large group of file types and be able to share it with my entire team. Clicking in the UI is time consuming for everyone.
This is a great solution for bringing up the GUI, but I'd like to create a batch file
What is the command line for Indexing Options?
How do I use a period in a Quicksilver object to do things like search for a file with a period? By default pressing period anywhere in an object causes Quicksilver to switch to text mode.
Optimally I would like period to only enter text mode when its at the start of the object. Or perhaps there is a wildcard I can use (* doesn't seem to work and . obviously doesn't :). Or perhaps there is an escape sequence for period?
I search for any tool or batch command that allow me to copy file /folder from my local machine in a domain to a location in another remote server in different domain ?
I know that this would be impossible for an ordinary user. But here we are super users. Any trick that can delete a file that is currently in use in Windows?
I have used Puttygen to create a public and a private key, and then is ready to let TortoiseHg on Windows 7 do a clone by going to
ssh:[email protected]/somecode
but there seems to be no where to add the private key to TortoiseHg?
The file is already some where on hard disk as somefile.ppk Does someone know how to add it?
I tried using the comments feature in Windows Explorer in Windows 7, but I only get the option to add a comment only for certain file types like photos.
Is it possible to add comments to other files that I work on like Photoshop files.
I've a webapp that apparently uses the standard java.util.Logging (no log4j or other stuff). Everything is logged under "com.bzsearchj.".
I'm assuming I can configure Tomcat 6, via $CATALINA_HOME/conf/logging.properties to have it log everything under com.bzsearcj. to its own file, bonus if I can make it rotate daily - right now everything gets logged to the catalina-xxx.log
What do I put in the conf/logging.properties to do this ?
Pretty obvious, How do I extract a background from a Windows 7 Theme file?
I like the background pics from some of the themes I've downloaded, but is there anyway I can get the pictures (background images) by themselves?
I can do mkdir messages
and then
touch messages/hello.txt
Is there a command that will do both - create the directory if it doesn't exist, and then the empty file?
something like: touch -p messages/hello.txt
Thanks in advance
-- Deb