50,473 Archived Topics
Remove Filter ![]() | |
Guys, I really need to know something about IP addresses that use for computers in a LAN and Proxy server. There is a large network in my company and the computers on the network have been assigned IP addresses within the range 10.20.70.0 - 254 (255.255.255.0 - network mask). However, … | |
Hi, I am looking for a sles 11.0 iso image. Ifound 11.1, 11.2, 11.3 and 11.4 but not the one that I am looking for. Can anybody help me with a website where I can find this?? | |
I am wondering if anyone knows what is the best and easiest way to convert EDB file into PST file. I tried Exmerge utility but it can't convert my EDB file into Outlook properly anyone recommend best EDB to PST Converter tool? so, please suggest me..... | |
Hi, I can not print pdf files from my system. I have windows xp sp3. When I did search over internet If I would uninstall adobe reader then I will be able to print pdf files. But my problem is this I dont see any adobe reader software in add … | |
Is a Network administrator assistant a good job for a student and what do they do? | |
Hello guys, Please what is a method any large WAN can employ to prevent communications from being compromised while transferred on the internet? Thanks | |
hello everyone, i have an HP server with 96GB Memory but unfortunately 32GB was detected when i was installing Red Hat Linus OS, after some months i carried out maintenance work on the server and 96GB was detected by the system but my Red Hat Linux OS is not seeing … | |
Android, Apple, and Blackberry are te biggest smartphone company at this moment, what next vendor or OS will grow up in your opinion? | |
Just got a 16 GB PNY flash drive from Wal-Mart and formatted it to ext4. Any idea how I could put access security on the drive? I would prefer security to protect against other OSs as well. Thanks. | |
how to remove rich text module error on ubuntu. this error is related to ubuntu. this applicatio is develpoed in POWER BUILDER. | |
**Hello Guys can someone help me to perform unattended installation on Windows server 2008 when running the Dcpromo? Thank you!** | |
Hi I have an Antec Easy Sata hotswop hardrive caddy. I have been using it with two hard drives. It seems that I need to restart Windows (version 7 running on a Dell 490 workstation) to get a replaced drive to be recognized. What seems to happen is th name … | |
Hai Guys.. I have a **Toshiba Satellite L500** model laptop. I had installed a new copy of Windows7 32bit OS and after that my button **(Fn + F8)** to turn on the **wifi** doesn't work. I had also changed the WLAN drivers properly but it still don't work. Please someone … Hardware and Software laptop | |
So I'm watching a video on Youtube one day, all of a sudden the video stopped but I still heard the audio for 3 seconds after, but then the audio stopped. I then closed the Internet Explorer window and tried to open it again, but it couldn't open. I tried … | |
Is there a simple way of running Apple Mountain lion on a PC laptop. I know this seems like a ridiculous question but I have a client who for some reason thinks it should be possible. I think the next thing he wants to do is switch to UNIX. I … | |
WinXP how to transfer large file to several (1.4mb) floppies | |
![]() | Hi.... :S I need some advice from the Exchange Server 2003 experts ! [B]General info :[/B] - windows server 2003 - exchange server 2003 - windows xp pro with office 2003 - 300 users/mailboxes. [B]Problem: [/B] due to a hardware failure a exchange server database crashed. the worst news was... … |
Hi guys I dont know alot about MACs but a charity I help out has asked me to do the following: -I have a rough system in place but it isn't efficient (it has just evolved over time) - I often spend a long time searching for a file and … | |
Please,give me a link to download the proper/working ACER Empowering Technology(framework and components) for ACER Aspire E1-531,Win 7 Ultimate.I tested more ET Framewoks,they appeared on the screen but none of their components,for ex.eAudio,etc,although I had installed each of them in the same ACER folder. I am also looking for a … | |
i want the operating system coding in c++ language if anyone help me. Hardware and Software operating-system | |
I made a website in php4 that I want to swtich over for my database, I'm a linux newb, I just thought I would write a simple sed script to change the username and password used in mysql_connect: #!/bin/bash for f in * do sed 's/mysql_connect('localhost','user1','pass1')/mysql_connect('localhost','user2','pass2')/' <$f >$f done exit … | |
So lately I have been starting to notice some weird stuff going on with my W7 Prof. It all started a few weeks back when I plugged in an eSata drive. When I was done with the drive I looked for the ability to "eject" it, but didn't see anything. … | |
Hi, I've had a look around the forums but I couldn't find a specific answer to my query. I'm following a worksheet I was given from university. We have just started working on SQL and databases and on the worksheet it uses SQL 2008 Server Management Studio. The version I … | |
I run a HP Pavillion Desktop with windows 7. I have problem where I cant intall new devices, ie a mouse, MP3 player or an external hard drive. All existing devices work ok, ie mice, MP3 players and external hard drives. I get a message device driver not successfully installed. … | |
Got another one for you guys:) Sorry if this seems like a silly/simple question to ask but I have a SATA Hard Drive plugged in to my windows 7 Pro and I'm unable to view it in "My Computer" as a drive. when I look on Disk Management it shows … | |
i have never done this before. i have a laptop computer running windows 7 ultimate that i have recently taken to my brothers house and used his internet to download some files. i have no internet at my house and i need to transfer these files to my desktop computer … | |
. Windows-7 - 32-bit upgrade to 64-bit - I have 32-bit Win-7 Home premium. Is there an UpGrade to Win-7 64-bit Home Premium or PRO - **without starting over and paying the full cost** to MicroSoft? . "Branded" versions of Win-7 PRO - these are sold at a much lower … | |
ok my situations is when i turn my pc it goes thru the normal procedure of starting up. all the way till you see the windows xp logo then it just goes away and the monitor is blank (a black screen). i tried the repair and that did not fix … | |
Can you install and run Android Apps in Windows? If yes, demonstrate. If not, Why not? ![]() | |
Hello, I've been trying to set up a wireless repeater for my house for the past day and I am stumped as to why it is not working. I have two netgear routers, one is a wndr3300 and the other is a wndr4000. Here's what I tried so far. - … | |
Hello everybody! Recently I had some propblems with my laptop, everytime it started a screen from American Megatrends appeared. After doing some research, I just pressed f2 and the laptop started. However, yesterday pressing f2 didn't work anymore, the computer seems to not react to the keyboard anymore. The only … | |
#!/bin/bash LOGFILE=/var/log/backup.log backup_source="/home" backup_dest="/home/sean" date=`date '+%d-%B-%Y'` hostname=$(hostname -s) filename="$hostname-$date.tgz" echo "Backing Up your Linux System" tar cvpzf $backup_dest/$filename $backup_source LOGFILE="log-$date.log" log(){ message="$@" echo $message echo $message >>$LOGFILE } log "$LOGFILE" log | tee install.log echo "Backup finished" echo "$LOGFILE" hie I'm trying append teh files i have backed up into … | |
other day i got a email saying they want a internview on postion "Linux Systems Programmer". the problem is that i have not used Linux for about 4 to 5 yrs. and forgot most of the stuff. can some one tell me important topics in linux programming? that way i … | |
Some of my users are getting the following error message: 500 Internal Server Error - The size of the response header is too large. Contact your ISA server administrator. (12216) Internet Security and Acceleration Server Could this be from a cookie that is too big? | |
Hi guys, I was wondering if anyone knows "What is validity" in terms of Sharepoint? Thanks | |
Hello all members i forget the password of my excel file which have very imp data. i must have to recover the file. kindly help me out to do so. PLEASE NOTE THAT! The password i usually use is up to 12 characters which includes * and capitalization of characters. … | |
What is the advantage of having few registers for CPU 1. Smaller Instruction size 2. Smaller cpu cycles 3. Smaller memory cycles 4. Increase in multiprogramming 5. None of the above. Can someone please give the answer with an explaination? | |
I instaled Adobe reader 10 in my Laptop and the next thing I saw ia that it took over all my desktop icons ,any thing that I click it try to open with Adobe reader and ask me to associate Adobe reader with a programe before it can work, even … | |
Has anyone, does anyone, use Inkseine? It's a perfect blend between Journal and OneNote, with a bit more. If so, does it do web searches for you? The computer search works brilliantly, but the Web searches are just a never-ending "Querying...". | |
My Dell Inspiron 6000 refuses to startup. When I press the power or the play button to turn it on, the Numbers, caps and scroll lights flash as usual. The power light and the one next to that also turns on (the light in-between the power indicator and the charger … | |
Hello All, Sorry I am not a GEEK. I am kinda embarrassed to be here cos I know so little about pc and tech. 1. I like to ask the community for a favor - ie. If you have a copy of MP190 Canon Printer software, can you kindly burn … | |
Hi, I want to install Windows 8, Windows XP sp3 and Linux Mint14 in my PC. Is it possible to install 3 Operating systems in one PC ?. If so is it possible in virtual machine ?.If 3 OSs are not allowed in a PC, then please tell me how … | |
![]() | I installed Linux Mint 14 alongside Win7 using [this](http://www.linuxbsdos.com/2012/06/06/how-to-dual-boot-linux-mint-13-cinnamonmate-and-windows-7/) tutorial. When I choose Mint in the boot menu, it doesn't boot into Linux. Instead, I get a GRUB4DOS command line. It says something like this: GRUB4DOS 0.4.5b 2011-11-27, Mem: 630K/3177M/766M, End: 35560D [ Minimal BASH-like line editing is supported. For … |
I'm running Windows 7 on an Acer laptop. I have tried two known and working External hard divers on my laptop. I can see both on the Device manger and it states both drivers are working, however they are not appearing on my Computer. i have followed previous threads and … | |
After installing Windows XP Professional SP3 version 2002 on a Dell Inspiron 1011 mini (2GB RAM 500GB HDD), I am not able to see the entire screen. I started having this problem after I upgraded the RAM (When I had Ubuntu 12.04 LTS on it). Is the problem caused by … | |
I have a hotmail e-mail account and I cannot recieve from Yahoo. I set up a yahoo account and tried to send myself an email to my hotmail account and it did not work. I can send and recieve emails with my hotmail account. Does anyone know if/how you can … | |
Yesterday we had two short power interuptions and my son came in and said he couldn't get online on his laptop. He said our wireless signal wasn't there. I checked on mine and my SSID wasn;t there but the default Cisco SSID was. So I went to look into it … | |
Just looking at my entries in my Process Explorer and I noticed the JAVA updater was in there. I turned that off. So I went back to the JAVA console and indeed it was on. I turned it off and it gave me a warning and again I chose to … | |
I was thinking of throwing out windows from a little laptop with an i386 processor and putting linux on, to make better use of the hardware. I'm not sure how the process works, seeing as there is no disk drive, and I'm not sure which distribution of linux would be … |
The End.