5,331 Posted Topics

Member Avatar for chinnaACB

To run it in a running Fedora system, you need a virtual machine manager such as VMware or VirtualBox so you can install/run Windows in a virtual machine. That way, your Fedora applications continue to run while you simultaneously run Windows applications. I do that all the time.

Member Avatar for belocus
0
266
Member Avatar for theashman88

In virtualbox you have a number of machine settings. One is for the virtual video adapter (Display settings). You need to increase the memory to the max (128MB), and for Linux clients enable 3d acceleration (2d is for Windows operating systems). Doing this I can use a 1920x1200 HD display …

Member Avatar for belocus
0
164
Member Avatar for shadowchinna
Member Avatar for belocus
0
309
Member Avatar for Alyssarenee013

I assume you are using a power brick with this? In any case, try removing the battery, and running the system just with the AC plugged in. Also, you can get replacement batteries from places such as buy.com for a lot less than Dell will charge you for a new …

Member Avatar for rubberman
0
180
Member Avatar for Octet

You can use iptables to further firewall your servers, and enable SELinux extensions (Security Enhanced Linux), which can very much harden your systems. SELinux was originally developed by the US National Security Agency, and is (or should be) used on all high-security government systems.

Member Avatar for mboelen
0
309
Member Avatar for carolyn85

A lot of tech companies hire student interns for these positions, but that usually assumes you have good grades in the relevant subjects. Contact your school's placement office - they should know who in your area are looking for student interns, if only for work-study positions.

Member Avatar for carolyn85
0
96
Member Avatar for nitin1

On linux systems, the shell command to clear the screen is "clear", not "cls". Sometimes a form-feed output will do this as well.

Member Avatar for deceptikon
0
1K
Member Avatar for asaidi

This may, or may not, be possible, depending upon the software and the licenses that apply. Some free or open source tools can simply have their /programs folder copied to the new system. Others will require re-authentication of the license you hold.

Member Avatar for Ancient Dragon
0
171
Member Avatar for Perrorist

You don't ask much, do you? The answers will depend upon what you intend to do with your gear. Myself, I have an almost 7 year old system that still kicks butt! Dual quad-core Intel CPUs, 8GB of fully buffered ECC RAM, 10+TB disc, nVidia 8800GT dual display video w/ …

Member Avatar for Perrorist
0
211
Member Avatar for ahsan99

At this point, you should have some idea what you want to do. The subject (networking) is almost unlimited in breadth and depth. What interests you about the subject? If you cannot answer that question, then I would suggest you go for a degree in business administration, accounting, or law...

Member Avatar for ahsan99
0
221
Member Avatar for manitm16

Does it have a SIM installed? If so, does the account it is associated with have a data plan? What about tablet configuration? Have you enabled data roaming? In this last case, it may be that the 3g/4g/lte plan provider is not available in your area in which case data …

Member Avatar for manitm16
0
159
Member Avatar for ZombieKnight93

Well, for 30+ years I am a professional software engineer. Before that, when my wife was in graduate school, I was an emergency response volunteer EMT and rescue worker for the US Civil Defense. So, I do know something about what you are trying to do. 1. Break the problem …

Member Avatar for ZombieKnight93
0
1K
Member Avatar for NoCodeMonkey

You might try 2x4GB sticks of the supported types/speeds. Some systems require both slots are filled.

Member Avatar for NoCodeMonkey
0
280
Member Avatar for gALENA
Member Avatar for riyamanavalan@g

Have you tried to pair the devices (such as a headset) with the laptop? When you go into the laptop's bluetooth admin tool to pair the device, what do you use for the device's password (4 digits usually - many default to 0000)? If 0000 doesn't work, you may need …

Member Avatar for rubberman
0
151
Member Avatar for Derpette Meme

People keep asking this, and I keep answering effectively the same way - the number of topics for an IT thesis are effectively infinite. Write one on a topic that you personally find of interest. If you can't think of any, then I think you are studing the wrong subject...

Member Avatar for rubberman
0
105
Member Avatar for nyfan68

If this is for tomorrow, then what have you been doing these past few weeks? I assume you had at least that long to prepare for the test? :-( Too bad, you lose!

Member Avatar for Assembly Guy
-2
395
Member Avatar for happygeek

I often find that working back-to-front (or right-to-left if you prefer) to be very helpful in determination of root causes of such problems.

Member Avatar for rubberman
0
331
Member Avatar for Imala

My friend Conan (CimmerianX) has a point. However, I have to ask what are YOUR concepts, and what do YOU consider their order of importance?

Member Avatar for rubberman
0
96
Member Avatar for kselvaakumar

There are several good GUI tool kits that are cross-platform for this. One is Wx, and the other is Qt. Qt is the more popular one. Wx may be simpler. I have used both, but Qt is what I have mostly used for professional software development. FWIW, Qt used to …

Member Avatar for rubberman
0
170
Member Avatar for numbplum

Well, if you already submitted your exam answers, then what can we do to help you? Isn't it a bit late? :rolleyes: FWIW, we don't do your homework, OR exams for you!

Member Avatar for rubberman
0
836
Member Avatar for sornot

Without more information (not sure what that would be), I don't think we can tell you more than you already know. The fact that Chrome seems to act similarly to IE is interesting, and suggest that this may be some sort of system behavior. So, what versions of Windows and …

Member Avatar for sornot
0
66
Member Avatar for aliirfan01

My lawyer switched from Windows to Mac a year or so ago - and he will NEVER go back! If you have questions, go to your local Apple store and ask the "gurus" there to help you, if you cannot find the answer on the system or online. FWIW, I …

Member Avatar for rubberman
0
101
Member Avatar for Masood_786

For analog decoding, you need to apply Kalman filters to extract the actual data from the signal/noise. Usually, this is done with C or C++ code. Java would work as well; however, since this is highly performance sensitive, VB would not be recommended, and C# would be equivalent (IMO) to …

Member Avatar for abbott@lantic
0
988
Member Avatar for joshl_1995

Disclaimer: I work in the Nokia Mobile Phones division as Senior Systems/Performance Engineer. 1. I own a Google Nexus One Android phone (personal - gift from Google). I like it, but it is getting old. 2. I have 3 Nokia phones - one is my main phone, a Lumia 920, …

Member Avatar for Ancient Dragon
0
495
Member Avatar for tooota

Also, force use of secure http connections (using ssl - https://site/...) so the user ID and passwords, as well as returned cookies, are not "in clear" for hackers to see. Anything less, and you might as well not bother with user authentication and just let anyone in... :-)

Member Avatar for tooota
0
214
Member Avatar for cheffkesz

There is a tonne of information on these subjects on the internet. Wikipedia alone has a lot of excellent articles to draw from - just don't copy them (cheat)... :-)

Member Avatar for Greg_z
0
86
Member Avatar for bhanu1607

What gusano79 and assembly guy said. The sources and description of function of the md5 and sha-nnn hash functions are freely available on the web. Here is a link to the md5 article on wikipedia, including very clearly written pseudo-code that should be easily converted to most any computer language. …

Member Avatar for gusano79
0
1K
Member Avatar for Labdabeta

What mike2k just said. Also, since this is a multi-threaded bit of code, it is possible that you have a race condition. However, as mike said, we need more of your code to tell anything helpful. And yes, Mingw's debugger is GDB, and it is obvious you don't understand how …

Member Avatar for rubberman
0
306
Member Avatar for Kuroshi

I haven't written prolog for 30 years, but I think that your problem is that (from what you are indicating) ne(b) is not returning an entity in your database, hence is null, and comparing a non-null with null value is an ERROR as it can't be evaluated either true or …

Member Avatar for rubberman
0
181
Member Avatar for phineas.finch

Have you tried rebooting, including a cold shutdown and restart, with the tv plugged in? Or plugging the TV into the laptop after you have plugged in the laptop and done a cold reboot as above?

Member Avatar for rubberman
0
38
Member Avatar for mikespike2008

Sorry, but my first Dell laptop was a D600 and current one is a D630, yet I have never experienced this problem. Have you contacted Dell tech support?

Member Avatar for mikespike2008
0
428
Member Avatar for null_pointer

You should be able to see how the "Slick RSS" news reader does this as well. I use it in my Chrome browsers.

Member Avatar for CimmerianX
0
101
Member Avatar for AnilKumar_19

What OS are you running? There have been issues with Windows 7 that makes it necessary to uninstall all the USB devices (in the hardware manager tool) and then reboot. The OS automatically reinstalls the required drivers. After rebooting, reattach the USB drive and you should get your connectivity back. …

Member Avatar for AnilKumar_19
0
209
Member Avatar for Ann_1

Looks like a phishing attempt - since it keeps popping up in Chrome, it is likely a virus you already contracted that is causing the popups. You can try disabling popups in Chrome (not hard to do), but I suspect that the malware already on your system will block that... …

Member Avatar for Jessica_4
0
327
Member Avatar for mixelplik
Member Avatar for adolphusg1

If you need to use a different provider, you can take it to the provider of the network it is locked on to get it unlocked. That is the law today, at least in the USA.

Member Avatar for rubberman
0
39
Member Avatar for twoyorkie

Did you install a new operating system on the drive? You can't just boot from a new drive - you need an operating system on it, and a valid boot loader installed as well.

Member Avatar for twoyorkie
0
482
Member Avatar for duplexcom

Use pseudo-code to describe the steps you need to take to accomplish your end. Then, use that to write the code. Don't ask us to solve your homework problems for you. We will help you when you run into a problem you cannot solve, but YOU have to make the …

Member Avatar for vinod.hambram
0
272
Member Avatar for jayeed38
Member Avatar for portoman

Have you tried using ssh to connect? Most servers like the one you are trying to connect with will use ssh instead of telnet these days.

Member Avatar for shibblez
0
219
Member Avatar for blackadder

If this is a USB device then you may have run into the same problem that I and a number of others have in the past couple of years, especially with Windows 7 - the drivers stop operating properly. The only solution I have found is to remove ALL usb …

Member Avatar for blackadder
0
197
Member Avatar for PriteshP23

Please be more specific and provide more details. Also, what do you mean by "SCAN whole laptop with C Drive"?

Member Avatar for PriteshP23
0
209
Member Avatar for jimmyparker

This may help (results of quick Google search): http://en.softonic.com/s/m-x-video-player:windowsmobile I haven't had a chance to try it out on my own Lumia 920 as yet... :-)

Member Avatar for rubberman
0
102
Member Avatar for adrianvas12

What kind of "small programs"? You can send me private mail about what you need, why, how much you will pay, and how you will pay. :-)

Member Avatar for adrianvas12
0
79
Member Avatar for Manopriya

Both Unix (AIX) and Linux use the same text formats, so translation is not required. I have migrated millions of lines of code without issue from one to the other over the years. The only issue may be if you used FTP in text mode to first copy the data …

Member Avatar for rubberman
0
125
Member Avatar for shashidhargm

You need the Android SDK and simulator (available from Google). Android devices run Dalvik, which is a virtual machine different from Java, but that compiles Java code to the appropriate byte code for the Dalvik VM. You don't just "install" these applications, you need to build them with the Dalvik …

Member Avatar for rubberman
0
77
Member Avatar for Tinnin

All great answers. Just remember that K&R is (in internet time) from the dark ages! At the time K&R wrote the book on their invention, the C language, they were using a system (PDP-7 or such as I recall) which had a 16 or 32-bit architecture. Integers (and long ints) …

Member Avatar for Ancient Dragon
0
196
Member Avatar for Stpdoug

@mike2k Yeah, I break that rule all the time! :-) Hasn't bit me in the rear-end, yet... But I do understand the rationale why it is "not a good idea". Just lazy I guess! My upvote for your last post speaks for itself. Thanks Mike. Good/great advice!

Member Avatar for UFOOOOOOOOOOO
0
357
Member Avatar for princessophia

This is a good example of why you want to write pseudo-code and model your processes first - how to solve the problem in abstract terms - before you write the program. I have been writing a LOT of complex software for over 30 years, and I NEVER start a …

Member Avatar for UFOOOOOOOOOOO
0
282

The End.