Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
13answers
818 views

Storing encrypted passwords

My coworker and I are having a fist-fight civilized discussion over password security. Please help us resolve our differences. One of us takes the viewpoint that: Storing passwords encrypted using ...
5
votes
4answers
2k views

Website Analytics - haveamint.com or Google Analytics?

Is there a comparative analysis available for Mint and Google Analytics which can help me decide which one to implement in my situation?
2
votes
2answers
25 views

setup apache and php on Mint

sudo apt-get install apache2 sudo apt-get install php5 sudo apt-get install libapache2-mod-php5 sudo /etc/init.d/apache2 restart I have done and created a test page test.php but the browser ...
2
votes
1answer
848 views

Mint.com back-end, how does it work?

Mint.com connects to your bank account, credit card account, etc, and downloads your data. How do they do that? Do they need any special authorization from the banks or it's an open API? How about ...
1
vote
2answers
30 views

Ubuntu and Linux Mint and what web development software to use [closed]

I'm a PHP web developer. I mostly use PHP editors, FTP, multiple web browsers, email (e.g: thunderbird), graphic software etc. I would like to know which one is the better for web development amongst ...
1
vote
0answers
27 views

Links Open Browser, but Not Specified URL

Using Mint 11 - Firefox 8 If I click on a link in an Email (using Evolution) Firefox is opened, but it opens to my home page instead of the URL of the link that was clicked on. This just started ...
1
vote
4answers
659 views

How does Yodlee work?

From what I understand, you have to enter in all of your usernames and passwords into Mint, so I assume they are actually logging into your bank account and scraping the resulting screen to put this ...
0
votes
0answers
17 views

How can I prevent the backlight on my Macbook — running Linux Mint 12 — from turning off when I change screen resolutions?

I'm running Mint Linux 12 on a Macbook (revision 4.1). When I change the screen resolution, the monitor backlight turns off; I can still see what's on the monitor if sunlight hits the monitor at the ...
0
votes
0answers
40 views

Linux Mint Operating System Dual Boot Help Needed [closed]

I was wondering if I could get some help. I'm dual booting Linux Mint and Windows 7. The dual boot screen to select which operating system you want to done through mint. The thing is I have a lot of ...
0
votes
1answer
47 views

Why wicket maven archetype isn't web?

I have a puzzle I just figured out that when I was creating a maven project from wicket archetype the resulting project was not a web project. I tried everything I could: set the project to web ...
0
votes
0answers
24 views

Linux Mint Settings Changed Automatically [migrated]

The settings for my linux mint OS have somehow changed automatically. The wallpaper has changed to default background, the mouse and touchpad settings are different, and I can't see the 'Computer' ...
0
votes
0answers
74 views

Script to change background every week on Mint

I use my netbook for school, and I want to set my schedule as a wallpaper. Problem: it's a bi-weekly schedule. I see a lot of scripts for changing a wallpaper every X minutes relatively to log-in ...
0
votes
2answers
81 views

Installing Linux (Mint) on Wiped Windows Computer [closed]

I have a laptop that has been 'wiped'. If I boot it up, it says "Non-System Disk Error..." I have downloaded Linux Mint and burnt it to a CD (The files & folders, not the ISO) on a Mac. I then ...
0
votes
4answers
370 views

Rails on Linux Mint 11

I have installed ruby via rvm on Mint 11 no problem. Installed gems, ditto. Installed rails via gem install rails, and when I type rails -v it returns the correct version. Until I close that terminal ...
0
votes
1answer
179 views

Linux GCC Compiler Output in Mint: What to do with the file?

I wrote a simple c program. saved it with "c" suffix. Went to the terminal (in Linux Mint), typed in gcc -o outputfile inputfile.c In the directory containing inputfile.c a file called outputfile ...
0
votes
2answers
272 views

mySQL connecting at any port

I'm running Linux Mint and trying to connect to mySQL this way mysql --port=3306 -u root -p Then it prompts me for my password. This is all fine. Why is it that when I type something like this it ...
0
votes
4answers
457 views

java.util.Random peculiarity

So here is one of the simplest things one might do: Random rng = new Random(); int a = rng.nextInt(10); int b = rng.nextInt(10); So far so good. But we want to avoid having equal a and b, so ...
0
votes
1answer
224 views

How to create Menu in linux mint

Hi I am using linux mint OS. I want to create my own menu (eg like Internet). How to create menu? Thanks Sunil Kumar Sahoo
0
votes
1answer
105 views

How to create installer for linux mint

Hi I have created rpm for my software which works fine for fedora. But this fails whenever I want to install the same in linux mint. because linux mint supprts .deb file for installation. So I want to ...