I have a scheduled backup that backs up the shared files and system state. It is set to run as "normal" mode. However, when it runs it only makes a 2K size file when it should be like 60GB.What rookie mistake am I making?
Hello,
I have to extract a file from commandline with 7zip (or other free zip application) with the next structure:
MAIN_DIR\
---a
---b
---SUBDIR\
---c
I need the output structure to be the same but skipping the first folder so I end with:
---a
---b
---SUBDIR\
---c
Can this be done with 7zip or other free commandline zip extractor?
Thanks in advance.
Hello,
I have to extract a file from commandline with 7zip (or other free zip application) with the next structure:
MAIN_DIR\
---a
---b
---SUBDIR\
---c
I need the output structure to be the same but skipping the first folder so I end with:
---a
---b
---SUBDIR\
---c
Can this be done with 7zip or other free commandline zip extractor?
Thanks in advance.
I am currently running Conky to display some text on my background on the far right of the screen. The window is probably 200 pixels wide.
Is it possible that when I maximize a window, there is some setting to prevent the window from completely maximizing? I have been manually adjusting the window size up until now.
Eg. My resolution is 1024 x 800 but when I maximize any window it should only maximize up to 824 x 800...
Thanks!
Hi all,
I'm trying to copy and paste lines of code to the linux terminal. However, I've noticed that when the copied text is too long (let's say, 60 or more lines), it gets trimmed and altered in an apparently random way (e.g. some characters missing).
I found the same problem in Ubuntu Karmic Koala, Fedora 10 and Ubuntu Jaunty Jackalope.
Any clue why this happens and if I can increase the size of safely copy/pasteable text?
Thanks!
To delete a file in Finder you have to press CMD+Delete. It then moves the current selection to the root folder of the file you've just deleted. Is there any way to have the selection select the next file in the same directory instead, ala Windows Explorer?
Hello,
I want to enable IIS 6 compression for all of the folders in my application except one; in this one folder, I do some things that fails when IIS 6 compression is enabled...
Any advice? Thanks.
I have recently got an intel ultrabook,but its screen size is 13.3' and the native resolution is 1600X900.So the problem is that the letters that appear on screen are very small.Reducing resolution blurs the display and making everything bigger also doesn't feel very good.is there a way to get around this problem without changing hardware.
I am even ok with this high resolution but I am concerned about the harmful effects it might have on my eyes in long term.
Any advice will be very useful.Please help
Is there a way to setup a shortcut in Outlook 2007 to move messages to a given folder?
There is a similar question here but it appears the accepted answer doesn't work in Outlook 2007.
I recently typed the command
sudo chmod 777 -R /
after that some things like
sudo -i
are not working normally...
... so I am wondering if there is any way where i could reset the folder permissions to their original state
Thanks in Advance!
My C drive is a small SSD that I don't want to wear out or fill with unnecessary stuff. Is there any harm in moving the temp folder to another drive? I am under the impression that Windows will not need to look for files here, for example, in the case of uninstalls...
Is this the case?
I have an existing BTRFS filesystem composed of one 500GB disk and I just bought a 2TB
disk to increase the storage capacity of my home server and I want add the new disk to the
existing filesystem. From what I read, it seems like no BTRFS setup can handle disk of different sizes without wasting the difference in size between the larger and the smaller
disk, but I'm new to BTRFS and I might have missed something, so is there a setup that can
allow me to combine two disks in a filesystem without wasting space ?
I'm trying to find away to create an automator action that puts photos into iPhoto but also adds the hidden tag to them. I've started with the folder action template because I'd like to save the files there and have automator kick off a series of steps that ends with the original image being hidden once I've had the enhancement, re-size, etc steps fire off. The only step I can't figure out is applying the hidden image attribute.
Context: How can I configure a NameCheap domain to point to an Apache subfolder?
Following Devin's answer here I've created a .htaccess file in /var/www and wrote in the following:
RewriteEngine On
RewriteCond !sergiotapia.me
RewriteRule (.*) sergiotapia.me/$1 [QSA]
My folder structure is such:
/var/www/
/var/www/sergiotapia.me
When visiting the URL sergiotapia.me I see the contents of /var/www when I would like to be directly redirected to /var/www/sergiotapia.me
Any ideas?
I just installed SSRS 2008 on a development server and when I connect to it with SQL Management Studio I do not have all of the items in Object Explorer that I had with our SSRS 2005 installation. For example, we are missing the "Home" folder which lists all the reports. When we browse to our /ReportServer URL we can view and run our reports, so I know they are on the server. Does anyone know if this is a permissions issue or something else?
Hello,
I have to extract a file from commandline with 7zip (or other free zip application) with the next structure:
MAIN_DIR\
---a
---b
---SUBDIR\
---c
I need the output structure to be the same but skipping the first folder so I end with:
---a
---b
---SUBDIR\
---c
Can this be done with 7zip or other free commandline zip extractor?
Thanks in advance.
From the doc , it said
"For best performance, the majority of your active set should fit in RAM."
So for example, my db.stats() give me
{
"db" : "mydb",
"collections" : 16,
"objects" : 21452,
"avgObjSize" : 768.0516501957859,
"dataSize" : 16476244,
"storageSize" : 25385984,
"numExtents" : 43,
"indexes" : 70,
"indexSize" : 15450112,
"fileSize" : 469762048,
"ok" : 1
}
Which value is the working set size?