Archive for December, 2011

How to make wireless work on linux ubuntu?

Saturday, December 31st, 2011

I recently installed linux ubuntu, and can't get my wireless work. And the laptop is Aspire 7736ZG. Wireless is Broadcom 802.11n. Where to get drivers, and else. Thank you, and I'm sorry for bad grammar.

Is it possible to use MySQL on a dual boot?

Saturday, December 31st, 2011

I was wondering if it was possible to, say, install/start MySQL on Windows, then switch over to Ubuntu through a dual boot, then use the database from Windows on Ubuntu.

How to view raw mysql without setting up server?

Saturday, December 31st, 2011

Hey, Okay so i want to view mysql files on myphpadmin but i do not know how to view it, What im asking is how do i view the actual server without setting up the server. I got someone to create my website and he uploaded all the files on a database on ...

How do I copy ony whats inside curly braces {…} form a txt file and print it in another txt file using perl?

Saturday, December 31st, 2011

I am working on windows platform and not unix.

How do I resize all of the images in a table in a php script?

Saturday, December 31st, 2011

I am new to the whole php and webpage making in general thing. I have a table on my webpage that I want all of the images to be resized to 200pixels x 200pixels. Is there a way to do this with 1 or 2 lines of code rather then ...

introduction to learning computer science: python or java. I want to learn intro to java so i can learn compsi?

Saturday, December 31st, 2011

Hello everyone, I am interested in learning computer science and wanted to know how to start. I've seen some tutorials online, specifically from Khanacademy and was wondering how to start. Do i have to download python, or java or are they two totally different things. If you guys have other ...

PHP extension "mcrypt" must be loaded.?

Friday, December 30th, 2011

Want to install Magento, but its giving error "PHP extension "mcrypt" must be loaded", I have googled for few days but got no luck. info: Centos 5 Virtual Dedicated from Godaddy Plesk I have tried these commands over SSH: for: yum install mcrypt i get -------------------------- [root@ip-182-50-142-44 ~]# yum install mcrypt Loaded plugins: fastestmirror Loading mirror speeds from ...

How can I make a back button for a perl cgi program that retains previous data?

Friday, December 30th, 2011

I can't use JavaScript, so unfortunately no history.back(). Using $ENV{'HTTP_REFERER'} starts the program from first question. Using href I can pass a query string, but then the data isn't going to be submitted. Any help will be greatly appreciated .

How to open applications in Ubuntu after you install them?

Friday, December 30th, 2011

I'm running Ubuntu 10.04, and I downloaded GParted from the Software center. I cannot find where to open it, it isn't in any of the application menus I can find.

I want to learn PHP but I have a learning disability?

Friday, December 30th, 2011

I know a little bit of visual basic, I want to learn php thought. But I've been diagnosed with a learning disability. What would the best way for me to learn?

Is it possible to save data in python?

Thursday, December 29th, 2011

Would it possible to save data in a python program. What I mean is , would it be possible for python to remember a users input. Eg. The user opens a program and is asked their name. They quit the program. Next time the user opens the program is there a ...

any linux vps free trial?

Thursday, December 29th, 2011

i need to try something,on a vps, before doing it on my vps, for that i need a vps free trial (centos, at least for 2 or 3 days) and i don't want to be asked for my credit card

How do you program java to read integer representing the number of floating point numbers,?

Thursday, December 29th, 2011

How do you write a Java program that reads an integer representing the number of floating point numbers, then reads those numbers into an array and displays their average on the screen?

How to find if a hosting supports Ruby on Rails?

Wednesday, December 28th, 2011

I have borrowed a website and hosting from a friend who is not using it. How do I find out if that hosting supports Ruby on Rails?

How to do I do calculations on python with the modulus(%)?

Tuesday, December 27th, 2011

I am a beginner in python and I am taking a course. The professor will ask questions that require the use of modulus. For example: A=(10/3)%4+1 The answer is A=4 I do not ...

How can I remove Linux from my computer and restore the partition space to windows?

Tuesday, December 27th, 2011

I have both Linux Mint 11 and windows 7 on my computer and I no longer want it on my computer so... ya, pretty much says it all in the title.

PHP files don't open on my server?

Monday, December 26th, 2011

I'm running a CentOs 5.5 server and when I try to open php files (As in go to them in the browser) I only see the raw code and not what it is supposed to look like. Any ideas on what the problem could be? Apache version 2.2.3 What else should I give?

Few questions about Linux network! Please answer fast?

Sunday, December 25th, 2011

If I'm making a newtwork diagram for a Linux network which includes; 1 domain controller, 2 print servers, and 10 workstations. Is it okay to assume the main server (domain controller) could get CentOS 6 for an OS, the two print servers can also get CentOS 6 using cups (common ...

What is the fastest way to learn python?

Sunday, December 25th, 2011

I would like to learn to work with the newest version of Python. I already learnt some things about it a few months ago but I've already forgotten most of it.. I prefer a fast way. Books/website/video/.. are all good. Thanks in advance!

when coding in Java, how do I get net beans to printout after a successful build or debugging?

Sunday, December 25th, 2011

I'm coding in Java using the net beans IDE and I cant get the compiler to print out my results after a successful build. What am I doing wrong?