3,974 Topics
![]() | |
i had a 8 port (Ethernet) router, 2tb usb external hdd, and 5 desktops,1 laptop (wifi embedded) and a epson printer. i need to use that 2tb usb external hdd as centralized storage and as well as epson printer too. First of all i get internet from dsl modem which … | |
I believe I got a trojan virus that has caused some damage to my computer which will no longer connect to the internet. I read several threads on here and these are the steps I have already taken: 1)I downloaded and ran Marlwarebytes and AVG. (I think it found the … | |
| |
Can you copy and paste game files onto your external hard drive and would it still work when you copy and paste it. | |
I am in a class doing a lab simulation. They are usually very straight forward. But this one, I am left hanging. So either I am really missing something or something went terribly awry. You can only go so wrong with a simulation, though. Set up a RAID 5 using … | |
# Introduction # It allows all programs to potentially operate on data managed by this engine. Its structure is similar to Windows Registry with a difference, that it also supports BLOBs and its size is not limited. It could be used instead of filesystem directly. The equivalents of registry keys … | |
Dear , iam planning to setup 100TB data center, the purpose is to stream videos on web application. I want to know is what hardware is suitable for video streaming how many servers,Disk Arrays,SAN etc? REQUIRMENTS: i.Video Streaming ii. 100 TB data storage iii.Backup Storage | |
So, today is '[World Paper Free Day](http://www.aiim.org/events/paper-free-day)' apparently and I'm not sure whether it's appropriate to buy a card in the circumstances. Joking aside, what I am sure of is that such Hallmark days do provide an opportunity for press releases to be thrown in my general direction. And so … | |
Hi all , Grasping at straws really, I have a local gym who had BioStar installed on there PC, the PC finally gave up the ghost and they had a new one. I saved the .exe for the program and have a walk through pdf. Having installed and got it … ![]() | |
Hi, I use the following code from phpmyadmin to reset one of my table's auto increment value from 1. SET @count = 0; UPDATE `mytable` SET `mytable`.`id` = @count:= @count + 1; ALTER TABLE `mytable` AUTO_INCREMENT = 1; But I want to run this query from PHP file and set … | |
HELLO i recently changey my liptop motherboard due to burning of sone main ac.s ,so called the repair man..i googled many problem but result is nil...i try many techniques and help as follow i changed the boot pririoty to hhd but no result i used ms-dos for ueif and legacy … | |
Hello everyone. I have just bought a new computer and I am currently working on creating an online cloud storage service. Every thing is going fine until I am struck with a problem. At first, registering a new user works and the data is inserted into database but after testing … | |
Where the data stored temporarily in SOURCE COMPUTER, when sent to another COMPUTER via NETWORK. If to copy in the same COMPUTER stored in CLIPPORD???? | |
Hello every one, I want develop an android application that should be implement seperate xml views for separate users when they are logged in. I don't know which package will be used in it and what are they called. And data of each user should be stored in cloud database. … | |
I read a bit around here, but as I'm a newbie I couldn't configure what to change the description to on my own, can someone help me? I get this error: ` Warning: Illegal string offset 'members_seo_name' in F:\Server\xampp\htdocs\ipbwaqar\admin\sources\classes\output\publicOutput.php(3526) : eval()'d code on line 12` **publicOutput.php looks something like this:** … | |
Hi, Which is the best web hosting server by considering storage, bandwidth, uptime guarantee, dedicated plan, technical support, security, optimized services, wordpress hosting, files transfer, email accounts and websites limitations, email accounts and websites (domains) transfer, compatibility with open sources, integration with other applications (e.g., Google Apps), e-commerce support, great … | |
Is there a possibility to create a cloud repository/storage for certain users to have access to? I was looking for ways to use something like google drive, dropbox, and github on the site but i am not sure where to find an api or some way to implement it... To … | |
Hello, I backed up 2 computers onto a simplesave HP md1000h. After 2 years i have re-connected the hard drive and nothing happens - no light, no running sound. I dismantled the unit and removed the circuit board from the hard drive. Using a USB to SATA? cable I connected … | |
Have the Proscan PLT8802G-2014-0314 Android 4.2.2 Tablet. Just added a 32GB SD card and want to run most apps from the SD. Manual is poor and I seek an informed opinion. I know there is an internal storage in setting... not enough information | |
Research code of conduct "cambridgekipp" An Ethical Code for Research Preamble 1. It attaches considerable importance to the maintenance of high ethical standards in the research undertaken by its academic and research staff and students, whether supported directly by it or funded from external sources. It is our obligation to … | |
Hello All! I am having trouble with my C++ code. The problem is that my code isn't giving me the correct logic outputs, Also, my teacher said to MUST MAKE the output look like this : P and Q : T P or Q : T P --> Q : … | |
hi guys, I have a dell xps 17 and I am thinking to purchase an extra Hard Drive - as I have an extra slot available. Ideally I don't want less than 1TB, maybe even more (probably not solid state as they are still too expensive) so I was wondering: … | |
Hello, The reason why im asking for this is becouse im currently making a project that needs data storage. And sqlite seems to be perfect for that matter. I've already read the documentation of Sqlite3 but i found that insufficient. It didn't really explain much besides the obvious. I can … | |
Hello everyone, I am putting together a project where people are able to upload multiple choice questions to a larger database and then create tests from them. I have several questions (and I apologize for the length of this post) about what is the best way to go about doing … ![]() | |
This question refers to the automatic storage class and its scope is defined as local to the block in which the variable is defined and is alive until the control is present in that block where it is defined. Consider these two snippets ... main( ) { auto int i … | |
Hey, I need help. So yeah I just built my new computer and same issue with no display but everything turns on. Is it possible that it be the CPU at all? I tried everything else and even bought a new mobo and two more sticks of RAM. Specs: AMD … | |
The code below is only my navigation menu of my website. The problem is that the code below causes any content that comes after this to be pushed far out to the right of the screen. I've tried inspecting my code for possible unclosed tags or a mistake but I … | |
"file system has allocation errors due to cross-linked files. run os built-in tools for checking and correcting such errors", that prompted before formatting which was cancelled due to error. i want to repair that hdd, but which program can i use? i cant really boot now because screen is broken … | |
So you've got a tablet, be that an Android, iPad or Windows powered device. Maybe you've got a phablet or just a bog-standard smartphone. Whatever you have, the chances are that it will have a capacitive touch screen. Most people, however, won't have got a stylus. The reasons are straightforward … | |
I joined this forum recently and found everyone so helpful that I thought I would return as I now have another problem and want to learn more. I have jsut assembled a new system, I have it set up with a small c: drive (20gb) that has windows xp installed … | |
Hello, I am trying to create registration form that automatically send automatic email after the user press next. Registration1.php <!DOCTYPE html> <html lang="en"> <head> <title>Registration</title> <meta charset="utf-8"> <meta name="description" content="Your description"> <meta name="keywords" content="Your keywords"> <meta name="author" content="Your name"> <link rel="stylesheet" href="css/style.css"> <script src="js/jquery-1.7.1.min.js"></script> <script src="js/script.js"></script> <script type="text/javascript"> $(document).ready(function() { … | |
hi everyone i just bought a new 1tb hitachi hard drive (hua722010cla330) i splitted it on 3 it's temperature is always too high !! 46+  and i hear noises when i copy files or when the antivirus start the scan ! please is this normal or should i … | |
Recently my secondary hard drive has "disappeared" from My Computer. I can see it in BIOS and Device Manager, but I cannot see it in the Disk Management Program. Any adivce would be welcomed. Thank You. | |
I'm trying to mount my SD card to my computer because the auto mount feature isn't working for some reason. The card shows up on the first line of the 'lsusb' command, I know that's it because that line goes away when I take the card out and re-run the … | |
Hi, i have a doubt in php. I need to store datas in database if i before my time ends. But before timing ends datas are not stored in db. this is my problem. Please give one solution for this. | |
while storing the value 1.111 in a float variable the value stored and printed is 1.1109999. why is this loss of data or sometimes the gain of data?. | |
hpw to store a permanent value in php variable? for eg input.php <form action = "output.php" method = "post"> <input type = "text" name = "q"> <input = "submit"> </form> ============================================ now output.php <?php $a = $_POST['q']; echo $a;?> now when we upload output.php in new tab it has no … | |
Type rounds_key 'Storage Container raundnyh keys key (255) As Byte End Type Global data_ () As Byte 'Declare global byte array Global key_ () As Byte 'Declare global byte array Global data_size_block As Long 'Declare global variable 4 bytes Global su_box () As Byte 'Declare global byte array Global … | |
I just wanna get a feel for the opinions that exist out there about this subject. I've worked with everything from small to very large image storage requirements within PHP and MySQL. What are some of the issues/usage requirements that you guys look at when considering building mysql apps that … | |
I'm trying to copy a file to my new iBasso DX50 music player but I can't create or removes files from the device, it worked fine the first day I got it. Any, this is what I'm getting if I try to move a file to the device. Error opening … | |
Hai I am using SanDisk 8GB Cruzer Blade(Pen drive).I usually copy some files from my lapi to Pendrive and go to a cyber cafe to get printouts.When I insert in an other system they show as shortcuts and display an error msg.But I am copying the original files from lapi … | |
Amazon has, this week, revealed the first smartphone designed by the online retail giant in the shape of the Amazon Fire. Described by the company as featuring "two new breakthrough technologies that allow you to see and interact with the world through a whole new lens" and by some others … | |
Hi I have 23,000 jpg lost files with files names like this (45496_10151286676933510_472967630_n[1] - Copy) or ( LostFile_JPG_798555952 - Copy ). A lot of the thumbnails show the picture including over 50% corrupted but when opened all you get is a colored square or oblong whatever the picture size was. … | |
i have a drive connected to my computer through a cable adapter, i can see it in the device manager but cannot see it in my computer, i cannot format this due to trying to recover data from it. it has no OS was used for NAS. what am i … | |
Hello, Any in the market? ...Looking for Fibre Channel single disk drive to run at 2Gbit/sec and write at about 180MByte/sec... Capacity 900GByte and over... Thanks. | |
Hi, I am stuck with this logical error and I was hoping someone could point me in the right direction. When I debug this program the array's do not contain the data from the textboxes that the user enetered. as far as I know the code is in the correct … | |
I have considered 3 laptops till now: first is: i5 4th gen/ 4GB RAM/ 500GB hard disk/ 1 GB graphic /Windows 8/ 45k INR Second: i5 4th gen/ 4GB RAM/ 1TB hard disk/ no dedicated graphic/Ubuntu/ 41k INR Third is: i5 4th gen/ 6GB RAM/ 1TB hard disk/ 2 GB … | |
I have an old Maxtor hard drive that when I plug it in, makes 2 short beeping noises, and doesn't get recognized by my computer(Used an IDE to USB converter that I know works). I don't have any files or anything else I need on it, but I was just … | |
I've finally decided to "upgrade" from Windows Vista to Win7. I'm now in the process of backing everything up. Since this is going to take some time, I've hooked up my computer to the tv and I'm now using another computer (yes, I have a backup pc, hihihi). I wanted … | |
Hello, I have a problem with a 500GB SATA HDD, it is a western digital. I have the following problem: This HDD has high writing and reading speeds. Smart Status is ok. But the problem is formatting, it takes ages. Installing windows takes ages too. But what is weird is … |
The End.