Questions tagged [files]

Organized data encoded in a pre-defined format and stored on a filesystem.

In the computational sense, one-dimensional array of bytes stored in a filesystem, typically encoded a pre-defined format, often indicated by a file-extension or "magic number". More "durable" than in-memory storage.

677 questions
-1
votes
1 answer

Recover files on a Windows 7 host from a user who has been deleted from active directory?

Is there a way to recover data (Files, Programs, etc...) on a Windows 7 machine assigned to a specific Active directory user, that has since been deleted from Active Directory? For some reason the previous IT Manager deleted the user without…
Dustin
  • 1
-1
votes
1 answer

Why are some software packages so big?

Some packages that I install – which I assume contain nothing but code – are tens or even hundreds of MB. For example, I recently installed pytorch and the size of the binary was 428 MB. How can there possible be that much code?
jxmorris12
  • 99
  • 2
-2
votes
1 answer

Deleting orphaned .msp and .dll files

I have two terminal servers that I need to clear room off of. I have 35.8gb of .dll's and 15.5gb of .msp's. I need to clear these en masse, as there are literally thousands of files that I would have to manually go through and check otherwise. Does…
-2
votes
2 answers

Which protocol to use for a barebones LAN file upload with mixed Unix and Windows clients

I have a set of about 20 embedded Unix clients who physically move from time to time. When they move into the range of a specific wireless AP, they will push a certain set of files to a Windows file server in the LAN. Every client will send a 250Mib…
Zimano
  • 105
  • 3
-2
votes
2 answers

How To Optimize Huge Directory of Images

I took over the tech operations at a small company. However, the previous lead made the erroneous decision of storing 100's of GB's of images, even though our website only ever uses around 5GB of those images. Basically, there are no cleanup…
user2694306
  • 123
  • 1
  • 1
  • 7
-2
votes
2 answers

Copy Files from one Linux server to another with Encryption

When copying files from one Linux server to another, the files should be encrypted. The logs should maintain the record of files and their uploader's IP address. The problem with ftp is they send passwords in plain text but the plus point is that…
-2
votes
3 answers

Mysql process overload cpu

We have this mysql process running and kicking the cpu up to 200%. Any idea how this could be fixed? /usr/sbin/mysqld --basedir=/ --datadir=/var/lib/mysql --user=mysql --log-error=/var/lib/mysql/xxxxxxxx.com.err --open-files-limit=48480…
user197653
  • 3
  • 1
  • 2
-2
votes
2 answers

How can I get information about a file or folder on a Linux system?

I need to get detailed information of certain file or folder, such as chmod, changed date, which user. How can I do this?
Kad
  • 107
  • 2
-2
votes
1 answer

How can MediaFire afford unlimited storage space and bandwidth?

How can MediaFire (and other online storage websites) afford to offer unlimited storage space, as well as unlimited bandwidth?
Wazle
  • 7
  • 1
  • 2
-2
votes
1 answer

How to save to a "virtual local drive" and have the data streamed to a remote drive?

(This is for Windows computers.) So, the reason why I need this is not really important, but generally speaking... I have a program which takes a long time to generate a huge file (like 100's of GB). I don't have enough space to save that file…
N73k
  • 111
  • 6
-3
votes
1 answer

Clearing temp files on windows 2003

How do I clear all temp / unnecessary files safely on a windows server 2003 R2? Also - is it possible / does it make sense to defrag this server? It's hosting something critical, its running slow and becoming a risk.
ruben_KAI
  • 131
  • 2
  • 4
-3
votes
2 answers

Upload File /Apache :: Failed to open stream: Permission denied on CentOS

uploading file to server is always giving me this error though I tried all solution on the web for this problem but I'm still getting this error no matter what : Warning: move_uploaded_file(/home/safaa/uploads/d.txt): failed to open stream:…
user181452
  • 123
  • 1
  • 1
  • 4
-3
votes
2 answers

How to sync windows server folders with a AIX server using script?

Everyday I would like to sync the files and folders in the windows server with AIX server and vice versa. Does anyone suggest me, How I can write a shell or bat script to achieve this?
BioLounge
  • 115
  • 1
  • 1
  • 6
-4
votes
1 answer

Rename and replace parts with different filenames

I know there are different questions about this topic but I have found nothing that fits my question: I want to replace a part of a name in a folder but there are different files with different names. Only a part of them should be replaced: This…
-4
votes
1 answer

Unable to upload file on FTp

My server is CentOS-6.2-64bit. I have made following changes in php.ini file: memory_limit = 7G post_max_size = 6G upload_max_filesize = 5G But unable to upload 5GB file on server. Guide me to what changes are required to make this happen?
1 2 3
45
46