Search found 31 matches
- Sat Sep 07, 2013 2:08 am
- Forum: Newbie Questions
- Topic: Internet appears connected but doesn't work (SOLVED)
- Replies: 6
- Views: 995
Re: Internet appears connected but doesn't work
I'm assuming your using some kind of router using a DHCP service with your DSL equipment. Your computer may be looking for it's old DCHP lease which is no longer there. Open a terminal and type this to remove the old information sudo dhclient -r and then to try and get a new lease sudo dhclient eth0...
- Thu Sep 05, 2013 7:05 pm
- Forum: Software & Applications
- Topic: Using Debian repos on Mint
- Replies: 3
- Views: 638
Re: Using Debian repos on Mint
OK, now I get you. It's been a while since I did something like that.
[url=http://askubuntu.com/questions/170348/how-to-make-my-own-local-repository]This should be some help.[/url]
It maybe easer to install the packages you want off the disk using Gdebi though.
[url=http://askubuntu.com/questions/170348/how-to-make-my-own-local-repository]This should be some help.[/url]
It maybe easer to install the packages you want off the disk using Gdebi though.
- Wed Sep 04, 2013 9:45 pm
- Forum: Software & Applications
- Topic: Using Debian repos on Mint
- Replies: 3
- Views: 638
Re: Using Debian repos on Mint
Yes, it is possible with no guarantees of what will happen if you use them, nor have I tried this in a while, no need to. What you have there is the code for a local repo(stored on your machine). If you want the ones off the Internet you need something like... deb http://deb.opera.com/opera/ stable ...
- Wed Sep 04, 2013 6:10 pm
- Forum: Newbie Questions
- Topic: no $PYTHONPATH environment variable?
- Replies: 5
- Views: 7592
Re: no $PYTHONPATH environment variable?
To add directories to your PATH you can add them to your .bashrc. for example you can add PATH=$PATH:/home/[username]/python/userlib. I also want to make python scripts in /home/[username]/python/bin executable from anywhere within my filesystem without having to type the full directory name. How do...
- Wed Sep 04, 2013 10:03 am
- Forum: Newbie Questions
- Topic: no $PYTHONPATH environment variable?
- Replies: 5
- Views: 7592
Re: no $PYTHONPATH environment variable?
Oops, sorry about that, add the line "PYTHONPATH=/usr/bin/python" to the file .bashrc and if the file isn't there just create it. And I was told to use "#! /usr/bin/env python" rather than "#! usr/bin/python". Why is the latter better? Not sure about the first one? I'm ...
- Wed Sep 04, 2013 8:29 am
- Forum: Newbie Questions
- Topic: no $PYTHONPATH environment variable?
- Replies: 5
- Views: 7592
Re: no $PYTHONPATH environment variable?
Open your .profile file in your home directory with a text editor. Use View->Show Hidden Files if you have to. Add the line "PYTHONPATH=/usr/bin/python" to the file (don't use quotes). Save, logout, login again and it will be there. One other thing, you can add "#!/usr/bin/python"...
- Tue Sep 03, 2013 3:27 am
- Forum: Newbie Questions
- Topic: Wired Network (Ethernet) not working - Intel I-217-V
- Replies: 4
- Views: 5604
Re: Wired Network (Ethernet) not working - Intel I-217-V
Well, there are a couple options I can think of and all come with risk. 1. Temporarily add a newer Ubuntu repo (i.e. raring) and update your kernel and maybe grub but that's it. Then remove the repo. This shouldn't break anything and if it does, you can set grub to boot into your old kernel again. I...
- Mon Sep 02, 2013 5:13 pm
- Forum: Software & Applications
- Topic: Help with C.
- Replies: 4
- Views: 840
Re: Help with C.
My basic C coding is rusty but it looks like you are declaring variable c as data type int and using/comparing it to data type string or char array. Dumb it down and change all your "strings" to numbers. for example printf("Command: must be a nuber :"); scanf("%d", &...
- Mon Sep 02, 2013 4:58 pm
- Forum: Software & Applications
- Topic: C Compiler
- Replies: 6
- Views: 810
Re: C Compiler
Yes or you can use geany. It's a nice, easy to use IDE.
- Mon Sep 02, 2013 3:27 am
- Forum: Newbie Questions
- Topic: synaptic error - won't start
- Replies: 7
- Views: 2104
Re: synaptic error - won't start
Try what I suggested here [url=http://forums.linuxmint.com/viewtopic.php?f=90&t=143297]viewtopic.php?f=90&t=143297[/url] bottom post.
Something is messed up with synaptic and mint I think.
Something is messed up with synaptic and mint I think.
- Sun Sep 01, 2013 10:28 pm
- Forum: Installation & Boot
- Topic: Mint 15 Unable to Boot After Install [SOLVED]
- Replies: 9
- Views: 5192
Re: Mint 15 Unable to Boot After Install
I was able to do it but it took a few tries and this is what I did. This system is Mint only. 1. Partition the drive the way you want using a GPT partition table and make sure you have efi partition formatted to fat 32. My drive is part 1 efi fat 32 part 2 / ext4 part 3 /swap part 4 /home ext4 2. Tu...
- Sun Sep 01, 2013 9:07 pm
- Forum: Newbie Questions
- Topic: Checking integrity of a distribution download
- Replies: 8
- Views: 1450
Re: Checking integrity of a distribution download
To check the hash of the downloaded file on Linux you can open a terminal, cd to the directory of the file, and enter md5sum myfilename.iso or you can install GtkHash and use that if you want to use a GUI application. The program is pretty much self explanatory. To check the .iso file in windows you...
- Sat Aug 31, 2013 9:56 pm
- Forum: Software & Applications
- Topic: How to make Java work properly
- Replies: 7
- Views: 1423
Re: How to make Java work properly
The sound is a little grainy but other than that no problems. It's been a while since I played a Mega Man game, thanks.
- Sat Aug 31, 2013 9:30 pm
- Forum: Software & Applications
- Topic: C Compiler
- Replies: 6
- Views: 810
Re: C Compiler
You mean like
or are looking for something else?
Code: Select all
gcc mycode.c -o mycode
- Sat Aug 31, 2013 4:21 pm
- Forum: Software & Applications
- Topic: How to make Java work properly
- Replies: 7
- Views: 1423
Re: How to make Java work properly
I went to your site and the Mega Man game works for me on Mint 15/Firefox. It is most likely a browser setting on your end if the test page works. Try to change the security settings to allow everything, cookies, pop ups, etc. A security window opens for me and asks me if I want to run the game firs...
- Sat Aug 31, 2013 12:50 pm
- Forum: Software & Applications
- Topic: How to make Java work properly
- Replies: 7
- Views: 1423
Re: How to make Java work properly
OK Did everything work ok before you started installing and uninstalling things? For future reference openjdk is Java, just the open source edition. Go to [url=http://javatester.org/]javatester.org[/url] and see if your plug in is working. It may take a few seconds to load so be patient. If the plug...
- Fri Aug 30, 2013 12:53 am
- Forum: Newbie Questions
- Topic: dummy card sound issues
- Replies: 5
- Views: 1132
Re: dummy card sound issues
This has been a problem with the xorg ati HDMI driver for a while now.They disabled the HDMI sound to fix some other bug that applies to some brand of monitor. Went through it myself a couple of weeks ago. What you need to do is open the file /etc/default/grub as root (use sudo) with a text editor a...
- Fri Aug 30, 2013 12:09 am
- Forum: Newbie Questions
- Topic: I broke aptitude and apt-get. How to reinstall or fix them?
- Replies: 4
- Views: 1336
Re: I broke aptitude and apt-get. How to reinstall or fix th
Yea, it's really easy to do, one click and it's all over. The file official-package-repositories.list found in /etc/apt/sources.list.d gets corrupted or encrypted or something? What I did to fix it was copied the file off my live cd and used it to replace the bad one on my system. Here is the conten...
- Tue Aug 27, 2013 7:34 pm
- Forum: Newbie Questions
- Topic: playonlinux
- Replies: 8
- Views: 1517
Re: playonlinux
Go to the playonlinux web site and add their ubuntu repo per their instructions. Then a sudo apt-get update followed by a sudo apt-get upgrade should work but I haven't tryed it for a while. However, I did just install POL 4.2.1 the other day using their ubuntu repo.
- Tue Aug 27, 2013 6:02 pm
- Forum: LMDE Archive
- Topic: Wine for 64bit Mint Debian
- Replies: 27
- Views: 11914
Re: Wine for 64bit Mint Debian
Don't know.
You can go to the wine website. They do have detailed install instructions for a lot of distros. I installed wine on mint cinnamon using their ubuntu repo but you probably want their debian instructions.
You may want to check some debian specific forums also.
You can go to the wine website. They do have detailed install instructions for a lot of distros. I installed wine on mint cinnamon using their ubuntu repo but you probably want their debian instructions.
You may want to check some debian specific forums also.