
I run a ubuntu nas with raid6, mdstat does not indicate that anything is wrong, but when i try to read files on the raid volume, i am only able to read about 1/4 of the file, and the file transfer fails/freezes. I have tried multiple ways of reading files on the array (copy, ftp, http lamp server, but it always fail. The same happens to every file i try to read. The raid array have been running for months with no problems, and i cant seam to find what is wrong. I hae also done a memory test whic...
ادامه مطلب
I have a database of: File Number, Task Description, Date Completed, Who Completed it. Example: File Task Date Who C1023 Examined Property 01/01/2016 Jack C1023 Typed Property Report 01/02/2016 Sally C1023 Reviewed Report 01/02/2016 Jeff C1023 Sent Report to Client 01/03/2016 Mary C1025 Examined Property 01/02/2016 Jack C1025 Typed Property Report 01/02/2016 Amy C1025 Reviewed Report 01/03/2016 Jeff C1025 Sent Report to Client 01/04/2016 Mary I can figure out how to do report in Crystal where I ...
ادامه مطلب
I'm trying to find the total cost of a strategy by looking up the elements that make up that strategy from a table of unique item id's matched to development cost. If an item is in the strategy twice I only want to count the cost once. So strategy 1 would be the cost of Name 1, Name 5, Name 12 and Name 14. I've played around with this for ages trying various combinations of index match, lookup, and sumif but haven't quite cracked it. Let's block ads! بخوانید...
ادامه مطلب
I have used below formula in this file but I do not know why it doesn not work and retu #N/A!? Infact I need to lookup "Station .No" from other sheets to display it in Sheet1 : = VLOOKUP(I3,INDIRECT("'"&INDEX(SheetList,MATCH(1,--(COUNTIF(INDIRECT("'"&SheetList&"'!$A$5:$N$500"),I3)>0),0))&"'!$A$5:$N$500"),14,FALSE) Could you please guide me? Let's block ads! بخوانید...
ادامه مطلب
I'm looking for an easy (!) way to encrypt (and decrypt) USB volumes under Windows 10. Easier than my current practise: Currently, I've an True Crypt file on the USB volume and a portable TrueCrypt installation on the same stick. I plug the device in, run TC, select the TC file (have to reselect it, since the device has mostly new drive letters), select a drive letter to mount, and click ok, enter the password, ok. Have the new volume with encrypted files in/on. What I want: Plug the device in -...
ادامه مطلب
I have a table array $E$14:$G$851. Column E just contains unique identifiers, lets say a/b/c/d etc, column F contains hundreds of numbers all less than or equal to 20 and column G contains the values I need retued. I need a formula which will search for the unique identifier in column E, and then search UP column F and find me the FIRST value that is LESS THAN the column F result and use that result to retu the adjacent value in column G. So if I had searched for "g", the formula would then sear...
ادامه مطلب
I am the 'accidental admin' for a small but growing charity. We have a Windows Server 2012 R2 running on a single, newish server plus 8 workstations - 6 with Windows 7 Pro and 2 with Windows 10. The single server is simply a file server & not a domain controller. Each user has a simple setup, they are users on the server and have shares that they access as mapped network drives. However with a growth in volunteers I'm being asked to setup the same user on several PCs, so the volunteers have ...
ادامه مطلب
Valgrind reports that whois allocates a lot of memory even if I just ask for its version. $ valgrind whois --version ==18086== Memcheck, a memory error detector ==18086== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==18086== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==18086== Command: whois --version ==18086== Version 5.2.11. Report bugs to <[email protected]>. ==18086== ==18086== HEAP SUMMARY: ==18086== in use at exit: 65 bytes in 1 blo...
ادامه مطلب
When I was told about how computers establish a connection (using TCP), I leaed about the "three way handshake", in a way that I understood exactly what the packets were saying: Computer A: Sends "SYN" -- asking if "anyone's there" Computer B: Sends back "SYN ACK" -- confirming there is Computer A: Sends back "ACK" -- making sure B knows their message made it back to A. It made it really easy for me to understand, and explain to others later. I'd like to know if there's a similar way of expla...
ادامه مطلب
I have a simple LAN configured on Thomson TWG870 modem/router. The LAN stations have by default (that's without any explicit configuration in router panel). If it means that in that case - when the connection is initiated by LAN side the router have a NAT enabled by default? And if so the type of the NAT is port based? Let's block ads! بخوانید...
ادامه مطلب
How do I get --ntasks-per-node to work with job arrays? I have a test where I submitted a job array of 1-5000 using --ntasks-per-node=2 onto a grid with 36 nodes appearing in sinfo... and it's running >1000 jobs at a time. I've also tried using --tasks-per-node, --ntasks, etc, even tried both --ntasks=1 and --ntasks-per-node=2 and nothing limits it. I'm guessing Slurm's model of this is messed up and "arrays" don't count against the number of tasks so, while each individual job within an arra...
ادامه مطلب
I am building a small system that has one embedded computer and one etheet device. The embedded computer has a fixed IP address (from the manufacturer), but the etheet device uses DHCP to get its address. Is there a fast and easy way to let the embedded computer give the device an address? It runs Debian, but I want to try to avoid to use apt-get to download new packages, as it will be extra work (connecting the inteet, setting routes, etc) when building more of these systems. I am thinking of a...
ادامه مطلب
I have small cluster with 8 servers. Every one has Debian 8.4 installed. I'm only one administrator. What would be the simplest solution for centralized logging with following requirements: Easy to install and operate (I'm only one administrator). Support logs from systemd services. Support logs for base services (NFSd, cron, dmesg, etc). Support file logs from applications. Web interface for querying logs with alerting capabilities. Thank you! Let's block ads! بخوانید...
ادامه مطلب
So far, just about everyone to whom I explained the following backup strategy thought, that it was a really good idea. I was just wondering if there are any downsides or perhaps even flaws aside from the things that I'll mention. The task is the following: Among my family and friends there're a lot of people using computers (always some Windows), some people have more than one computer. They're looking for a backup solution that's simple yet offers perfect protection from ransomware. There's no ...
ادامه مطلب
I'm trying to do a formula that within a range makes a list based on info on a specific array. What I need is an array that aufills this list based on the following conditions: 1)It has to be the first time the value appears 2)The value can't be " " 3)The value can't be repeated in the autofilling list An example where the column A contains the data and the column B contains the formula. Column A: | Column B: AB12 AB12 JH43 JH43 GO98 GO98 DT73 AW6...
ادامه مطلب
As a graphic designer, I have a large number of fonts installed on my PC (WIN XP SP3). I need the variety, but the many fonts slow my applications considerably. Is there a simple way to organize fonts into multiple folders and switch between them, preferably from within applications? The only way I know to swap font files is to organize the fonts into folders, and rename the folders to "Fonts" as I need each one. That would be terribly cumbersome. Let's block ads! بخوانید...
ادامه مطلب
Is there any way to have a simple icon overlay touching which can toggle between applications on iPad Pro? I am tired swiping four fingers and it causes some irritation on my fingers to swipe on the screen. ...
ادامه مطلب
I've been hacked few days again and, after analysis, I want to have my data back ! My previous server (the one who contains data on RAID1) have been compromised so I've decided to go with another one. Everything in the reinstall process went well except for mdadm which wasn't as "plug&play" that I had expected. When I plug the 2 disks : cat /proc/mdstat Personalities : [raid1] md0 : active (auto-read-only) raid1 sdc1[2] 1953382336 blocks super 1.2 [2/1] [U_] unused devices:...
ادامه مطلب
Expert Lift iQ For that rest of the experience are very important antioxidant materials. It's estimated that the destruction of radicals will be the major offender that causes all of the indications of an aged appearance. The only method to prevent is antioxidants. There-you have it, five secrets for skincare attention. Well, there goes the secret, please utilize them.Okay people; I've finally discovered the very best anti aging skin care system after spending a lot of money and moment, both whi...
ادامه مطلب
At my workplace, I have taken over maintainance and development responsibilities of a C# windows desktop application. The application is compiled into a .exe-file, and linked to from our intranet page. When deploying new versions of the application, the standard procedure has been to delete the old file, and simply replace it with the new one. However, the number of users are increasing, and it is becoming hard to find a time of day where no users has the application open. I have researched a bi...
ادامه مطلب