Detect a TrueCrypt Volume [closed] - encryption

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I think I set up a TrueCrypt volume on my Win7 machine a few months ago. Now I cannot remember where I set it up or what the password might be. Is there any way that I can detect this volume? I would have maybe gave it a capacity of 2GB or thereabouts so I don't want that storage going to waste.
If I uninstall TrueCrypt, would that release the volume assigned to it?
GF

Try a disk utility that allows you to locate large files or sort files by size (such as windirstat, although there are many others). A file that's 2GB should stand out.

Search your disk for a file with extension tc (*.tc).
There is no volume assigned unless you assign one (a drive letter). So you can uninstall freely.

Related

Processing without entirely loading a table [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I have a file of approximately 40Gb and i need to perform some analytics activity on it but my ram is limited to 4gb any suggestions how to proceed?
Check out the LaF package. It allows you to do column selection and filtering on files that would not otherwise fit into memory.
Documentation and examples are a little thin on the ground which is a shame given that the syntax is a little idiosyncratic. This may help:
https://stackoverflow.com/a/24716798/1427069
Increase Your Virtual Memory:
increase the size of the paging file

How can I prevent R eating up all my RAM? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I use Mac OS X 10.6.8 (yeah, it's an old MBP but it works)...
Still, i think there's something not working properly. The machine gets dead slow but there should be around 1.12 GB left:
I have the feeling the memory is not allocated to the R program. Here no other software is running, and R is doing some stopword removal operation on a 600 MB corpus.
(I'm posting this here because i dont believe i could make it to apple.stackoverflow but feel free to migrate to a better forum).
How can I "free" the inactive RAM to either the system or the running application?
I am not sure of your actual application, but if you are storing large datasets in memory, then one way to reduce memory usage is to delete them after they are no longer needed using rm(). For example, if I load a large dataset "allData", and then filter it as "filteredData", then it would be best to remove allData by rm(allData) if it is not being used anymore.

Minimal most lightweight Qt build [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Is there a way to remove some uneeded locale to reduce the size of Qt Core ?
You'll need to be more specific about what your application requires. Regardless, I'd recommend reading through this thread on the interest mailing list, as it has some interesting information regarding slimming Qt Core. In particular, you can reduce the size of ICU:
I'll leave it for others to pass comment on the standard configure
options and size, but if you're really desperate for every last saving
then removing the locales you don't need can save you 230 KB (on Linux
64bit it reduces my default release build from 5.5MB to 5.2MB), but
it's a manual process:
Download http://unicode.org/Public/cldr/24/core.zip and unzip
Run "../path/to/qt5/qtbase/util/local_database/cldr2qlocalexml.py
core/common/main >> qlocale.xml"
Edit qlocale.xml to remove all the locales you don't need: only
remove groups from inside and nothing else, I
suggest you always keep C and en_US in addition to the locales you
require.
Run "../path/to/qt5/qtbase/util/local_database/qlocalexml2cpp.py
qlocale.xml ../path/to/qt5/qtbase/"

Maximum Number of Folders Windows Server [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I'm building a site(asp.net) that needs save images for each product, so I'm not sure how implement it. I think i can do it saving all photos in the same folder but i do not like that i would prefer to create a new subfolder for each product and save the images in that subfolder but maybe in the future i have problems due to limitations with number of folders or subfolders.
Do you think that second option (creating subfolders) is better and secure?
You can see in the following link the limits of windows file system
http://technet.microsoft.com/en-gb/library/bb457112.aspx
taken from
https://serverfault.com/questions/18692/what-is-the-maximum-number-of-files-or-folders-that-can-be-stored-in-a-single
the limits of files and sub folders changed depending the kind of server/netapp.
you can read in the link above the limits for each one.
I would use subfolders but it is up to you, the important thing is that you need to know the limits and then decide.

Unzip Files Automatically [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I'm looking for a free way to be able to unzip files automatically in a folder. From what I've read, there seem to be a few ways to do this, but I'm limited because I do not have any zip/unzip software other than what is provided with Windows. Additionally, I do want to incorporate the executable/task or whatever it might be into an SSIS package, as this is the only way I have to create a scheduled task in my environment. Is this a tall order? Any suggestions would be very helpful. Thanks.
I hope this helps as i also was looking for such a program as WinZip and WinRar are good but there are limitations and then i found ExtractNow
http://www.extractnow.com/

Resources