Essential info: I have a file "DB_OUTPUT.TXT" with 304 lines that I need to turn into 304 files (one per line). Each line contains many special characters and may be up to tens of thousands of characters long. For these reasons, I'm having difficulty using a cmd.exe batch file (which limits the amount of input) and the echo command (which would try…
I set up a new IMAP account in Outlook 2010. It works but creates IMAP PST file in C:\Users\User\AppData\Local\Microsoft\Outlook. I want the file on my data drive in D:\Users\User\Documents\Outlook Files (the same folder where outlook automatically creates the local Outlook PST.
I followed the instructions here to move the IMAP PST.
Testing the…
I need a service which allows me to edit a hosted text file by email.
For example: I write an email to myfile@someservice.ext with subject "ADD LINE 10" and sending it the mail body is inserted into myfile which is hosted on a server of someservice.ext. Same for "DELETE LINE 12" or "SUBSTITUTE LINE 15". If I write "ECHO FILE" or something…
I'm trying to use tar to tar files before transfer, so I can keep the entire file path rather than losing it along the way. However, when I try to tar an empty folder, it tells me that it is cowardly refusing to create an empty archive. I want to keep the empty folder on the other end, but don't want to put anything else into the archive…
Hello, I am learning the basics of linux servers so I am green.
I have an Ubuntu server upon which there are websites that I have inherited.
In a fit of security worry I decided to check out the ownership of the web site files.
They are all 2016:sites.
If I run the command 'cat /etc/group | more' I can see that the group exists.
But…
My customer have an office small office with just a wifi router. He use this router for internet connectivity and file transfer operations between the desktops.
Recently the file transfer activity between desktop (all osx based) is increased a lot so he bought a switch (no connected to the router, too far away) for transfer the file…
I am currently running Apache and PHP on Ubuntu. I have a page where a user is supposed to upload a profile image. The action on the backend is supposed to work like this:
Upload file to user directory -- WORKS!
Refer to the uploaded file and create a thumbnail in directory thumbs -- DOES NOT WORK
www-data has write access to…
I have an Asterisk box serving an office of people. I'd like to provide instant messaging and file sharing capabilities alongside the voice and video capabilities provided by Asterisk (ala Windows Live Messenger, Skype etc). Asterisk does not seem to offer IM outside the context of a SIP call, nor am I aware that it provides file…
We have a Windows file server that needs to be replaced. Unfortunately, there are to many custom build applications, shares, and random things that rely on the existence of that file server to just stand up a new one, so we need to make the transition as seamless as possible. We decided to copy the contents of the old server to…
I would like to transfer a 20+ GB file to a friend. I would like it to:
Be fast
Ensure data integrity
Not require opening ports in either end's firewall
Be free
Not broadcast the file's existence to everyone on the Internet
I've looked a several technologies and nothing seems to fit:
Gnutella, BitTorrent, et al. satisfies…
Maybe i don't understand the system.
Upgraded to (reinstalled) Ubuntu 11.04.
Is there any way the applications can use something that i set in nautilus, or it's just a wrong idea about the usage?
In nautilus the file association works great, easy, handy and so on...
My first problem was when installed chromium. Downloaded a…
Get the .NET code for programmatically converting PowerPoint presentation files into images or HTML files....Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
When I attempt to download this file, sometimes it only downloads about 700KB (the file is 40MB) then I get the message that the download is complete. If I try to download the file again, it works properly.
The problem seems prevalent in IE, although I've had it happen in Chrome sometimes too.
I have the following code:
…
I have a question regarding the specifics of object creation and the usage of properties. A best practice is to put all the properties into a state such that the object is useful when its created. Object constructors help ensure that required dependencies are created.
I've found myself following a pattern lately, and…
Get the .NET code for programmatically converting PowerPoint presentation files into images or HTML files....Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
I am searching for a file hosting service that has/supports:
Up-to 100 files
File sizes up-to 5 Mb
No file expiration
Direct download link to files
Less than 5 $ or Euro/month fee
Download stats, at least download count
No download limit
No bandwidth limit
No ads if possible
Is there a service like this? If not what…
Short version:
I have such situation on a Samba share:
$ ls -lha
total 12K
drwxr-xr-x 3 hka Domain Users 4.0K Jan 11 17:07 .
drwxrwxrwt 19 root root 4.0K Jan 11 17:06 ..
drwxr-xr-x 2 hka Domain Users 4.0K Jan 11 17:07 dir A
-rw-r--r-- 1 hka Domain Users 0 Jan 11 17:07 file A
How am I able to change…
I am trying to free up some space on my laptop's hard disk and am using a tool (SpaceMonger) that will show me a treemap of the whole disk.
The problem I have comes from Live Messenger's SimilarityTable2 file. I have no idea what it is for, but I know that it is a sparse file, meaning that it shows as taking up 8GB…
This article details a new practice to prepare the .NET Business Objects using the data retrieved from the Database and binding them to .NET UI Controls dynamically using Reflection through centralized mapping between a types’s Properties Vs Data-Columns Vs UI-Controls.
This article details a new practice to prepare the .NET Business Objects using the data retrieved from the Database and binding them to .NET UI Controls dynamically using Reflection through centralized mapping between a typess Properties Vs Data-Columns Vs UI-Controls....Did you know that DotNetSlackers also publishes…