Ask a Question
Tech Areas
Apple (5)
Linux (5)
Microsoft (1972)
OS / 2 (0)
Security (0)
Unix (2)
Latest OS Jobs
Visionit - Richmond, VA Must be a seasoned/proficient DB2 UDB for z/OS DBA... Able to demonstrate 14 hours ago
Microstrategy - McLean, VA Analytical, Apache, Apple OS, Application, Applications, BASIC, Database, 1 day ago
Nextphase Recruiting - San Mateo, CA IPhone OS Programmers Needed... Palm OS/Windows Mobile/BREW/BlackBerry 1 day ago
OS

Welcome! to the OS area! Please post your questions or search now!

Subscribe to the OS forum
2009
Guest
1 Response
0
0
hey, everytime I log on my computer a bunch of small windows pop up reading "os function failed". My computer has also been running slower than normal. Can anyone tell me how to get rid up these windows and how to get my computer running like normal again?
Subscribe:
2009
1 Response
0
0
Hi, I'm new to OS programming but I do know the C language. I have this code that compiles, links, and turns into a floppy image without a problem. Then I run it with the emulator BOCHS. I type kernel 200+9 into the grub prompt, then boot. The problem is nothing displays on the screen. I think this is a really beginner question, but does anyone know why it's not working?
Subscribe:
2008
Guest
2 Responses
1
0
i am having trouble downloading any flash players,,,please advise
Subscribe:
2008
Guest
0 Responses
0
0
i am having trouble downloading any flash players,,,please advise
Subscribe:
2008
Guest
0 Responses
0
0
Does anyone have a good manual way to remove XP Security Center? On a WIndows XP Pro SP 2 PC.
Subscribe:
2008
Guest
0 Responses
0
0
i have Xp installed PC with Mcafee Virus Scan 8.5i, In my PC fully infected by PWS.gamania.gen.a trojan. let me know how to remove this trojan.
Subscribe:
2008
Guest
0 Responses
0
0
Hi, after a spyware atack the desktop is clean and i can only use taskmanger to start other programs, if i try to start explorer.exe i got message that the file is missing, but its not missing. If i go in command prompt i can find the explorer.exe file under windows, if i delete it/rename it its showing up againg in 2-3 sec (thats normal), but when i try to run explorer.exe it tells me that the file explorer.exe is missing, if i copy explorer.exe to test.exe i can run test.exe, if i then change explorer.exe to test.exe in winlogon/shell then everything is fine and working, but i want to have explorer.exe in the winlogon/shell and not test.exe, but i have also tried to make a repair from the XP Home CD without any luck, same problem. Is the workaround with renaming the explorer.exe to test.exe and make the change in winlogon/shell any good ide? I have tried 6-7 diffrent spyware/malware/antivirus softwares to clean the pc and its now clean (i think) but what about the strange behavior...
Subscribe:
2008
Guest
0 Responses
0
0
It appears that one of the computers on a network has downloaded the cutwail bot and it is sending spam out.  The IP address is already cited on CBL lists.  Can anyone assist with removal?
Subscribe:
2008
Guest
0 Responses
0
0
We have a VMFS3 volume that is running low on space. The LUN contains several servers. It's running VMWare ESX 3.5.0 on HP blades connected to NetApp storage box. I increased the volume on the NetApp box but is it possible to increase the size of the VMFS3 volume? I know there's the "Add Extent" option but heard that is not recommended? Since it's running production file servers. I wanted to be real clear on the procedure, if it's possible. Thank you for any help.
Subscribe:
2008
Guest
0 Responses
0
0
Never had to one of these before - and foolishly I just followed the Wizard and http://www.cisco.com/en/US/docs/security/asa/asa80/getting_started/asa5505/quick/guide/ssl_vpn.html After completion of the Wizard it says...   "Please make sure to add the right nat exemption rul for the above selected pool to the firewall > Nat Rules Panel" Well I manually added it and tried it in both directions and it maked no difference :( I can get to the portal and launch the client it gets all the way to the end and goes (screenshot attached) config : Saved : ASA Version 8.0(4) ! hostname ciscoasa domain-name xxxxxxx.net enable password 6F9WTj1TxzG5ntGC encrypted passwd 6F9WTj1TxzG5ntGC encrypted names name 172.16.40.0 vpn dns-guard ! interface Ethernet0/0  nameif outside  security-level 0  ip address 217.22.123.123 255.255.255.248 ! interface Ethernet0/1  nameif inside  security-level 100  ip address 172.16.254.250 255.255.255.0 ! interface Ethernet0/2  shutdown  no nameif  no security...
Subscribe:
2008
Guest
0 Responses
0
0
This warning message continues with "Win32/Adware.Virtumonde & Win32/Privacy Remover.M64. Can you help me get rid of this spyware?
Subscribe:
2008
Guest
0 Responses
0
0
Hi everyone, I started to implement a general method that uses the Method class to display information about the method that method was called from. The idea was to print the signature of the method but with the actual arguments shown instead of the parameters and without referring to the parameters directly (since I want to reuse the method). However I can't figure out a way to get the arguments (values of the parameters). I'm actually not even sure it can be done. Does anyone know if it can be done and if so, how? Thx. Code Snippet: <code>import java.lang.reflect.Method; public class Test { public static void main(String[] args) { Test t = new Test(); String s = null; int i = 0; boolean b = false; t.saySomething(s, i, b); } public void saySomething(String s, int i, boolean b) throws NullPointerException, NumberFormatException { String methodName = new Exception().getStackTrace()[0].getMethodName(); Method method = thi...
Subscribe:
2008
Guest
0 Responses
0
0
Long story short, I ended up with a beta license on my Photoshop CS3 install (which I haven't used in quite some time). Now it's giving me a "License expired." dialog as soon as I open it, then forcing a closure. Uninstalling it seems to have no effect. Can I possible change it?
Subscribe:
2008
Guest
0 Responses
0
0
I was working on my computer and I got a blue error message screen. It said if this is the first time you received this message restart your computer.  I tried to restart my computer but the blue screen went away before i could restart my coomputer.  When all was said and done my wall paper has changed and now I have an error message that says warning spyware detected on your computer.  It also says warning Win32/adware Virtumonde and Warning Win32/Privacy Remover.m64 detected on your computer.  It also changed my wallpaper and I can not change it back.  When i go into properties there isn't an option for wallpaper or screensaver settings.
Subscribe:
2008
Guest
1 Response
0
0
hello. within my jrxml theres a image expression dat includes the path where the image is located. <imageExpression class="java.lang.String"><![CDATA["/images/pic.jpg"]]></imageExpression> however, this doesnt work and the compiler keeps complaining about this java.lang.NoSuchMethodError: com.lowagie.text.Image.plainWidth()F please help to resolve this problem. thanks. my directory structure is as follows: Rootfolder    web-inf/src    bin    images    web-inf
Subscribe:
2008
Guest
0 Responses
0
0
hi,  I have a problem like this.  In one method, I declare                ArrayList <String> a  = new ArrayList <String>;                                              a  = method1(); // method1 return ArrayList <String> then later                ArrayList <String> b  = new ArrayList <String>;                                              b  = method1(); // method1 return ArrayList <String> however, I really want to have a ArrayList that can have both a or b; or anotherway to say  a = a + b Please help me how to implement this idea. THanks a lot.
Subscribe:
2008
Guest
0 Responses
0
0
My old laptop failed while on business trip and I had to buy a laptop (Dell Studio 1535) with Vista Home Addtion SP1.  According to one Dell tech support person, Dell will provide XP Pro.  He told me to go to store that sold me laptop (Staples) and they would provide XP Pro.  Store said Dell tech support was wrong.  What is straight scope on getting XP Pro on my laptop?
Subscribe:
2008
Guest
0 Responses
0
0
I can't seem to download the VMware-viclient.exe from the esxi server we just setup. The main web page to the esxi opens fine but when you click on the link to download the software, nothing happens. I double checked the install and all seems fine. Can i just download the client from the web?
Subscribe:
2008
Guest
0 Responses
0
0
hi guys I have two maps Map<String, String> displaymap     = new HashMap<String, String>(); Map<String, String> editMap = new HashMap<String, String>(); displaymap contains key         value 100            1 200            2 300            3             400            4 the above key/value pairs in displaymap are unique editMap contains key         value 100            4 200            2 300            3             400            5 the above key/value pairs in editMap are also unique My requirment is if ( a 'value' in editMap is associated to another key compared to the same 'value' in displaymap ) { //show error } so in above case, since the value 4 in editMap  is associated to key 100 but the same value 4 in displaymap is assocaited to key 400, show an error. any idea how i can proceed with the code. i have something like this for (int j=0; j<customerList.size(); j++) {       CustomerVO cusvo= (CustomerVO)customerList.get(j);       displaymap.put(""+cusvo.getId, cus...
Subscribe:
2008
Guest
0 Responses
0
0
hi guys I have two lists CustomerList1   : contains  1,2,3,4,5  (of type int) CustomerList2  : contains 2,3,4  (of type int) Is there a method which will give me the common elements between the two lists : 2,3,4 CustomerList1.whatMethod (CustomerList2 )   any ideas appreciated thanks J
Subscribe: