Software :: KeePass 2 Ignores Commandline Argument?

Jul 2, 2011

I run the password manager KeePass2 with the following starter:

Code:
mono /opt/keepass2-mono/KeePass.exe /home/XXXXXXX/KeePass.kdbx

While the program runs fine, it does not select the database automatically (last argument). This used to work with KeePassX. Nor does KeePass2 remember the recently opened files (the menu remains empty).

My system: Ubuntu Natty 32bit, KeePass 2.15

PS: I have to use KeePass2 as I need to share the database with other OS where KeePass1 is not supported. And would love to see ported KeePass2 to linux without mono. Keepass2 also looks worse than KeePassX IMO.

View 2 Replies


ADVERTISEMENT

Ubuntu Installation :: WYSIWUG HTML Editor - Ignores Used Fonts Unless Re-edit And Ignores Css On Links

Aug 17, 2011

However - is there such a thing as a decent HTML editor like dreamweaver? Komposer is buggy as hell - useless! Bluegriffon, well umm - screen fonts are bizarre, especially in viewing source code - brake down, multicoloured obviously a bug - no deb either, looks like a windows program install (?). This does look really good, but is unusable as I cant see in souce code view without getting a headache! Also, ignores css on links.

Seamonkey - you have to open browser then editor, then open your file. Ignores css totally. Amaya - ignores used fonts unless you re-edit - and ignores css on links. Weird way to select things as well, such as images. There must be at least one decent editor?

View 1 Replies View Related

Ubuntu :: Write A Base Script Which Will Divide An Argument By 10 And Then Use That Argument In Another Program?

Feb 23, 2010

I'm trying to write a base script which will divide an argument by 10 and then use that argument in another program. Since my argument can be a floating point number, I used bc to accomplish this. Here's an example of a simplified version of what I have so far:

<code>NUM=$(echo "scale=25;$1/10" | bc)
#make sure the first argument was formatted correctly
if [ $? -ne 0 ]

[code]...

View 4 Replies View Related

Debian :: Cannot Paste Into Terminal (only) From KeePass (using Mono)

Jun 12, 2010

I'm using KeePass 2.10 (with mono) and I am able to copy a password from KeePass (Ctrl+C) and paste into ALL applications except for the GNOME Terminal. When I copy something, I am not able to paste into the terminal, and find the Paste menu item in the edit menu disabled. However, if I paste into another application and cut from there, I can paste into the terminal.

(if it is a bug) which project I should report a bug to (gnome or KeePass?).

View 5 Replies View Related

OpenSUSE :: 11.4 Keepass Doesn't Work With Distro Mono

Mar 14, 2011

After openSUSE11.3->openSUSE11.4 upgrade Keepass2.14 stopped working. Seems to be problem with mono included in 11.4.

View 6 Replies View Related

Programming :: PHP Ignores One MySQL Table But Not Others?

Sep 23, 2010

I have just run into a baffling error. I have a database set up in MySQL with six tables. My PHP based website performs queries of all kinds on these tables (SELECT, INSERT, UPDATE, DELETE). On my most recently setup table, the "Orders" table, I am able to perform queries from the server, as well as from my PHP MySQL Admin interface, but all activity from my webpage states that the Orders table does not exist. All other tables are running fine. I have tried rewriting the query script, checked for case sensitivity problems, even cut and pasted other working scripts in place, changing the table and field names as needed. No success. What could cause a single table to not show up like this?

View 2 Replies View Related

Ubuntu Installation :: Upgrade From 8.10 To 9.04 In Commandline?

Mar 1, 2010

Is there a way to upgrade from 8.10 to 9.04 in commandline?

View 4 Replies View Related

Ubuntu :: Passing Arguments In Commandline

Mar 13, 2011

I have some source code of an application called gmapping.

I am pasting the source code documentation below:

SCANMATCHER:

How do I run this file. When I enter the filename parameter, and press enter, I get

COMMAND LINE: parameter aces not recognized no filename specified

GridFastSlam: Initialization Error!

(Did you specified an input file for reading?)

What is the right line to type in the terminal to sun this code?

View 1 Replies View Related

General :: How To Know Hardware RAID Through Commandline

Feb 25, 2010

I have configured Hardware RAID. Is there any way I can know that through login to linux box?

View 6 Replies View Related

General :: How To Send Webmail From Commandline

Jan 21, 2011

I am writing a script in which I need to send a email to a @vtext.com address and was confused on how to go about this. (Its in a perl script so ideally it would be a one line command so I can just put in back ticks).

View 1 Replies View Related

Software :: Gphoto2 Commandline Client

Feb 27, 2011

I'm making a script for making tethered shooting easier in linux. With that I'm using gphoto2.

But i want to display the battery status:

in commandline it is:

As a result I get:

Label: Battery Level
Type: TEXT
Current: 100%

Now I only want to display the percentage, is this possible?

View 2 Replies View Related

Slackware :: How To Clear Commandline History

Mar 7, 2010

How would I clear my commandline history at logon/logoff/startup time? I tried this : editing my /etc/rc.d/rc.local file like this I know this is for system startup

Code:
#!/bin/sh
# /etc/rc.d/rc.local: Local system initialization script.
# Put any local startup commands in here.

Also, if you have anything that needs to be run at shutdown time you can make an /etc/rc.d/rc.local_shutdown script and put those commands in there.

#clear user history ~/.bash_history
echo "" > ~/.bash_history
#clear root history /root/.bash_history
echo "" > /root/.bash_history

But when I reboot, the history still remains.

View 2 Replies View Related

General :: Wget Ignores Video Files

Apr 11, 2011

A friend of mine put up a bunch of mkv files on a public server, how can i download them all with one wget command?

I have tried

wget -r [path]

which simply grabs the index file, robots.txt and skips the mkvs. I also tried

wget -r -A.mkv

If i try getting a individual file directly it works fine, what am i doing wrong here?

View 1 Replies View Related

Ubuntu :: Transmission Ignores Upload Limits ?

Mar 20, 2010

Today I noticed, that despite a 1kb/s limit upload being set i was seeding at an unlimited bandwidth, it had been running for 3 hours wasting about 300mb.

I had never seen this before, however 10gb mysteriously disappeared from my 25 quota last month as i dont mind seeding things at 1kb to help people get the missing bits. My 25gb costs me $100 with the larger package being $160 so i dont have much choice but to be stingy.

View 3 Replies View Related

Ubuntu :: Apache Server Ignores <?php...php> And Everything Inside

Jan 29, 2011

I got Apache and php5. I was able to insert php scripts from tutorial and see the results in Mozilla browser. But now something happened and Apache seems to ignore php script. I don't remember what i had done to my system that might have caused this problem, but most likely it is moving partitions in partition aditor, as this was the most serious thing I had undertaken.

View 1 Replies View Related

Ubuntu Security :: Vim Ignores File Permissions

Mar 24, 2011

How is possible, that vim can write to file and changes his ownerchip ?

View 4 Replies View Related

Ubuntu :: Nautilus Ignores File Associations?

Apr 19, 2011

I have my default text files (also source codes etc.) associated with gedit (checked with ubuntu tweak).However, nautilus tries it to open with some "notepad" - dunno what it is I don't even have such a program. Files are OK, opening them directly from gedit or vim is fine.Some weird things:- nautilus correctly displays gedit icon- I have dualboot system with windows 7 and notepad command looks like it came from "there"- when I click on open with -> gedit, file is correctly open. However this option is not remembered by nautilus (even though I checked it as always open with ...)- nautilus (after clicking on open with) also suggest to use some "iexplore" command, I totally don't have idea where that came from Any suggestions? I really don't feel like using another file manager, but opening text files is pretty elementeray action and should work properly

View 9 Replies View Related

Ubuntu :: Most Apps Ignores Appearance Preferences

May 11, 2011

I've just updated to 11.04, switched into the classic desktop (Unity? just say NO), disabled overlay scrollbar, and still I'm confused.

I customized the appearance preferences of my desktop to change the appearances of the widgets. I selected "Clearlooks" but most applications just ignore the preference. Here I attached a screenshot:

While the buttons in "Appearance Preferences" are round-shaped, the buttons in "Network proxy" window are square (probably it's from "Redmond" theme?)

As far as I checked, only the "Appearance Preferences" obeys the setting. Other preferences (e.g. fonts, colors, icons) are ignored too.

View 3 Replies View Related

Ubuntu Servers :: 11.04 Ignores Keyboard Layout?

May 30, 2011

I recently installed Ubuntu Server 11.04 (32bit) and noticed that even if the setup identify my keyboard so wont it apply this setting to the system. Setup IDed my keyboard as a 'se' but when typing does it act like a 'en' keyboard, is replaced with ([';).

View 3 Replies View Related

Networking :: Ubuntu 10.04 Ignores Eth Udev Rules

Jan 6, 2011

For some reason, Ubuntu keeps assigning my network interface wrong MAC address. This happens only after fresh boot (I have dual boot with WinXP, if I start Windows first and then restart to Ubuntu without switching computer off, the MAC is correct). Contents of /etc/udev/rules.d/70-persistent-net.rules:

Code:

# PCI device 0x10ec:0x8136 (r8169)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:22:19:ef:1c:3d", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
# PCI device 0x168c:0x001c (ath5k_pci)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:17:c4:78:f4:f8", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"

[code]....

EDIT: I made a workaround by adding

Code:

auto eth0
iface eth0 inet dhcp
hwaddress ether 00:f3:f5:ef:fe:56

to /etc/network/interfaces and it works. However, I'd still like to know why Ubuntu ignores my udev rules, regardless whether the workaround happens to work or not...

View 1 Replies View Related

Debian Multimedia :: Use Commandline Audioplayer For Which Purpose?

Nov 17, 2010

Any commandline audioplayer I might not have heard before? Which one do you use? I just started using Moc [URL]

View 12 Replies View Related

Fedora :: How To Delete Folders With Stuff In Commandline?

Dec 21, 2010

I want to delete a folder with stuff in it through command line. I tired rm and rmdir but it doesn't seem to be working.

View 3 Replies View Related

OpenSUSE Install :: Get A GUI Desktop From The Commandline Screen?

Mar 10, 2011

I just upgraded to OpenSuse 1.4 from 1.1 and it boots straight to the command lines. After login I type startx and it still does not go to the KDE desktop or anywhere else fo that matter. how to get to a GUI desktop from the commandline screen?

View 1 Replies View Related

General :: Manually Closing A Port From Commandline?

Apr 6, 2010

I want to close an open port which is in listening mode between my client and server application. Is there any manual command line option in Linux to close a port ??NOTE: I came to know that "only the application which owns the connected socket should close it, which will happen when the application terminates."I dont understand why it is only possible by the application which opens it ... But still eager to know if there is any another way to do it ??

View 4 Replies View Related

Ubuntu Multimedia :: Video Cutter With Commandline?

Feb 19, 2010

I m looking for a video cutter that cut a portion of video in the given format, i tried ffmpeg and avidemux but they touch( some modification) the original video so output doesn't remains same as the source is there any software for ubuntu 8.04 hardy which cuts the video portion as it is and have command line support

View 9 Replies View Related

Ubuntu Networking :: Configure Wireless From Commandline?

Mar 9, 2010

How can we configure a wireless network from commandline in Ubuntu?

I understand iwlist will give us the list of access points.

Next using iwconfig it is possible to connect to a wireless network without network manager. connect to a wireless network using commandline?

View 4 Replies View Related

General :: FTP Commandline Script To Send Files

Mar 1, 2011

I use in Ubuntu proftpd to send files with a little script over the internet to my website.
If I write all these scripts it's a lot of work and my first question is what is the best way to send files over.

For example do you need to type:
put /directory/file.gz /www/file.gz ? or can it shorter? like
put /directory/file.gz /www/ because then ftp complains it can't create file

View 1 Replies View Related

Server :: Commandline Monitoring Tool For Mysql?

May 2, 2011

I'm looking for commandline monitoring tool for mysql and only thing I can find is mtop. Unfortunately, mtop's development halted back in 2004. Can someone suggest an alternative? or is there such thing?

View 2 Replies View Related

Programming :: Imagemagick With For Loop On The Commandline Does Not Work

May 26, 2011

I have images in jpg format

Code:

CIMG0100.jpg
...
...
CIMG0131.jpg

I used imagemagick to convert the files to gif with the following command

Code:

for i in {100..131}; do convert CIMG0$i.jpg CIMG0$i.gif; done # works

This worked like expected, but when afterwards I wanted to scale the images

Code:

for i in {100..131}; do convert -scale 25% CIMG00$i.gif CIMG00$i_scaled.gif; done # works not it seems the system is working for about half a minute, but I get no output. The single command

Code:

convert -scale 25% CIMG100.gif CIMG100_scaled.gif # works

works as expected and gives me a scaled image. What does the convert command do in the second case? is the for-loop wrong?

View 2 Replies View Related

Debian Configuration :: Updates Available But Aptitude Upgrade Ignores Them

Nov 21, 2010

After running "aptitude upgrade" I have been getting a message lately such as "There are x updates available, it is recommended to update your system". But, running aptitude update/upgrade again afterwards, aptitude ignores these supposedly available updates to the system. How can I clear up this situation?. I am using the latest Debian Squeeze distro

View 5 Replies View Related







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