I installed Ubuntu One Files on my Nexus One phone. When I tap Log in on the main screen, the app tries to log in then after a few seconds returns the following message:
Log-in failed, please try again later.
I have an Ubuntu One account, and when I tap Register on the main screen for Ubuntu One Files, I can log in using my phone's Web browser.…
I have an ArrayList containing Objects that have a date value.
Now I want to manage to create a new ArrayList for each year that contains all the Objects from the main ArrayList that have the same year in their date Value.
So all Objects from 2010 go in one List, all from 1999 in another.
I'm currently working on integrating the TFS source control system at my work ... I run into one small problem ... I need different version of web.config (among other config files) for different branches (due to the environment that we're releasing the web application to).
(for example - i don't want to merge the web.config file all the time…
Does anyone know of an extension or other way to allow me to save a set of files in a project for later use?
Example:
- Working on site A, opened html files A1-A15 (15 files)
Received a request to work on site B, new files (number unimportant).
I would like DW to remember that I was working on files A1-A15.
Close the site A files and…
On RHEL5, I have a small MySQL database that has to write temp files. To speed up this process, I would like to move the temporary directory to /dev/shm by putting the following line into my.cnf:
tmpdir=/dev/shm/mysqltmp
I can create /dev/shm/mysqltmp just fine and do
chown mysql:mysql /dev/shm/mysqltmp
chcon --reference /tmp/…
We have Acrobat 8 Pro at work, and our media was painfully out of date. Rather than install all of the machines at 8.0.0 and then do the 6 or 7 consecutive reboots adobe expects you to be ok with I decided I'd integrate the .msp files into the installer.
After reading up on it, I figured out the exact patch order that adobe…
We use roaming profiles on our Server 2008 R2 domain, with folder redirection for 'desktop', 'my documents' and 'application data'.
But as our network is split across two sites, we have one file server at each site, which are configured to use domain based DFS namespaces and DFS replication to keep things in sync.
The DFS…
I have looked around for these for some time... the limits imposed by the web server and/or the dynamic programming environment (e.g. PHP) are far too restrictive for the application I'm working on. We need to be able to move large graphics and video files to and from clients (ranging from tens of MB to a few GB in a single…
I'm trying to get all request to:
http://mydomain.com/downloads/*
redirect to http://mydomain.com/downloads/index.php except if the requested file exist in /downloads/
ex:
http://mydomain.com/downloads = /downloads/index.php
http://mydomain.com/downloads/unknowfile = /downloads/index.php…
I use Apache 2.2 as WebDAV file server to a bunch of Mac and MS Windows clients. Unfortunately both clutter the filesystem with files like .DS_Store or thumbs.db.
Since hte files distract my users i want to hide them from directory listings. Unfortunately the standard way of hiding files…
I want to use wget to DL some files. I want to DL only files whose name that fit a certain pattern, e.g. ???.txt and not any other *.txt files.
Can this be done with wget?
I could only find a way to --accept/--reject files based on the extension.
Thanks!
Log files and other textual data files are often tens or hundreds of megabytes in size, and some editors choke when you try to open something so large.
What are some good applications for viewing large files? Bonus points for apps that can open compressed files, search for things with…
I have installed OpenSSH on my windows 2008 server by following the user guide here . Now I have some files on windows network share with UNC path as
\\corp\test\testdata
I want map this file system on network share to my windows 2008 server which is configred with SFTP so that I…
I have a largish tex project that is separated into several tex files. Everytime I want to work on it I open emacs and manually C-x C-f all the files that I want to work on.
I was wondering if there is a way to open files (from command line) from a file containing a list of filenames,…
I need to find all compressed files/folders regardless of file format on a Windows Server 2003 machine.
Search options do not provide this capability.
Is there a way to list/view all compressed files?
Perhaps, this can be done by PowerShell using file/folder attributes and put into…
I see a bunch of junk files in the root folder of my hard drive running Snow Leopard. Here is a screen shot of the files:
If I inspect these files, they appear to contain XML with DeviceCertificate, DevicePublicKey, and SystemBUID information, among other XML elements.
I do iOS…
I've run into a strange situation where I can't share files between Windows 98 and Windows 2000 using a USB flash drive. Files I put on the Win98 machine can be read by that machine, but not by the Win2k machine. And likewise, I can add and read files on that drive from the Win2k…
In Windows XP we can search for files witch contains a defined keyword (inside all files types)
Windows 7 can look inside files for a keywords, okay, but only for text files. (*.doc,*.txt, *.inf, ...), not (*.conf, *.dat, *.*, ...)
Microsoft search filters don't contain any…
I have a domain controller running on Windows 2008 Server R2 and users login to application servers on which Windows 2003 Server SP2 is installed. I have applied a Group Policy to clean temporary internet files on exit i.e to delete all temporary internet files when users…
I want to archive all .ctl files in a folder, recursively.
tar -cf ctlfiles.tar `find /home/db -name "*.ctl" -print`
The error message :
tar: Removing leading `/' from member names
tar: /home/db/dunn/j: Cannot stat: No such file or directory
tar: 74.ctl: Cannot stat:…
I asked a question about config management, and haven't seen a reply. It's possible my question was too vague, so let's get down to brass tacks. Here's the process we follow when onboarding a new customer instance into our hosted application : how would you manage this?…
I have a folder full of folders and files. I want to sort files by size (so I could remove the largest files).
I know how to do that in Windows Explorer, but I can not find a way to do it in Mac OS X Finder.
Windows 2003:
open folder in Windows Explorer
click button…