Hi
As above, how do i copy a group layer set from one file to another?
ie. If i have a layer group in 1 file and want it in another file, how can I copy the layer group to another open photoshop file? Also, does your solution work fine for individual layers? [inc layer styles masks etc etc]
Thanks
I am the only administrator on my Window's 7 Asus x53E series laptop. Why is a standard user able to access my files by just searching my name in the start menu? If I log into guest account and search my name it shows an error that i don't have permission. When i log into my roommate's standard account and go to the start menu I put my name in search and everything I have done or searched is open to them . How can i make my administrator account private
Whenever I open a file with Vim, the program automatically creates a copy of the file ending with a tilde~
When I'm done editing a few files, the folder is littered with extraneous files ending in ~
Is it possible to have Vim automatically remove said files? Or as an alternative, is it possible to have Windows hide them?
I am using http://www.pnotepad.org/ (i wouldnt mind switching to something else if it lightweight and has most/all features i like which i'll check on a app by app basis)
When i create a new tab/file and save it unless i write .txt i get a file with no extention. Which makes it hard to open since i cant double click it (i dont think i can tell win7 to set a default app for files with no extension)
How do i make pnotepad save with a .txt when non are specified?
I installed Skype when logged on to the (local) admin account. Now, when I log off that, and log on as myname on the domain, I have to click through the intial setup steps (after you've already run the installer) of Skype. So, I have to click next to get through the mic setup/test, and it asks me if I want to take a pic.
How do I get it so that any person who logs in can just open Skype and go straight to the login screen?
Windows 7 64 bit, 2008R2
I have created web site, added to IIS 7, in the binding set up host name as "mysite.com". (here "mysite.com" is my registered domain that points to my IP address)
So when I assigned port 8095 and open site as mysite.com:8095 it succesfully opens on my local pc and outsite my network pc, but if I set up port 80 there, http://mysite.com opens only on my pc, but not in outside pc. Firewall is disabled.
How to resolve that problem, please help!?
I bought a new USB . Sometimes when i copy paste the files , then i try to run it from USB it gives file is corrupt or archieve is corrupt.
WIth text files when i open from USB sometimes some garbage characters appear instead of original text.
What can be the reason
I'm trying to troubleshoot a problem Word document which has become blank after editing.
It's file size is 22.0KB (22,528 bytes).
Is this the same file size of an empty document - i.e. if you open Word 2003 and then save the empty doc? I only have Office 2007 available.
I've been able to use this linux command to connect Netcat to a serial port:
nc -l 80 <> /dev/ttyS0
I would like to be able to log this transaction. My backup plan is to use Wireshark to monitor the netcat stream, but ideally I'd like to do something like this:
cat /dev/ttyS0 | tee upstream.bin | nc -l 80| tee downstream.bin | /dev/ttyS0
This tries to open ttyS0 twice and therefore throws a permissions error. Does anyone know a smarter way to do this?
Of course, I realize the need to go to IPv6 out on the open Internet since we are running out of addresses, but I really don't understand why there is any need to use it on an internal network. I have done zero with IPv6, so I also wonder: Won't modern firewalls do NAT between internal IPv4 addresses, and external IPv6 addresses?
I was just wondering since I have seen so many people struggling with IPv6 questions here, and wonder why bother?
Whenever I select 'Control Panel' from my taskbar all it comes up with is an open window with nothing in it. I'm running Vista and have recently turned of UAC (if this makes a difference). Can anybody help me to change this?
I am in terminal mode on Ubuntu, and I'm running emacs with 2 buffers open, one is a ruby file, and the other is a shell (opened by typing M-x shell ), and when I switch to the shell buffer, I want to run the same command that I ran before. I would normally just hit the up arrow in a terminal window, but in emacs, it simply puts the cursor up one line.
Does anyone know of keystroke to run the previous shell command from within an emacs shell?
I keep getting the following message, "Do you want the application “java” to accept incoming network connections?"
First of all, what application? Second, if it's part of the browser, which sometimes the browser isn't open, it doesn't show me what page is requesting it. "Application" is very generic.
Third what does that mean? Is it asking if anyone on the internet can make connections to my computer?
I am running Exchange 2013 on Windows Server 2012 R2.
When I add my exchange account to Outlook, it seems to work perfectly (sending/receiving email, syncing everything), but when I open the account settings it has the following set as the Server:
[email protected]
I would have expects this to be: mail.domain.com since this is the DNS A record pointing to the IP of my server. Where is it getting this server name?
A slightly open question regarding best practices, I can find lots of functional guides for git but not much info about standard ordering of operations etc:
Whats the standard/nice way of working with remote repositories, specifically for making a change and taking it all the way back to the remote master. Can someone provide a step-by-step list of procedures they normally follow when doing this. i.e. something like:
1) clone repo
2) create new local branch of head
3) make changes locally and commit to local branch
4) ...
I have an Excel 2007 file with macros and VB (.xlsm) and one of the worksheets has charts. When I open the file those charts are shown. However when I CTRL+Scroll to zoom in the charts vanish. I need to be able to see the charts so I can move/resize them.
Any help is appreciated.
Running XP Pro with latest SP
Over 3 GB memory
Office 2007 Pro
I am using http://www.pnotepad.org/ (i wouldnt mind switching to something else if it lightweight and has most/all features i like which i'll check on a app by app basis)
When i create a new tab/file and save it unless i write .txt i get a file with no extention. Which makes it hard to open since i cant double click it (i dont think i can tell win7 to set a default app for files with no extension)
How do i make pnotepad save with a .txt when non are specified?
I'm using 8.0.552.224 Chrome. Sometime, over the holidays, my bookmarklets nearly completely disappeared. The bookmarklets are present in the default screen that shows when I open a new tab. However, when I navigate away from that tab (browse further), the bookmarklets bar (usually appearing below the address field) is gone.
Can anybody tell me why the bookmarklets are no longer persisteent and how to get them back
I recently attempted to reconfigure an existing single-instance Postfix server (multi-homed) to support multiple MTA instances, but failed miserably (read: open relay, nastygram from ISP).
It appears that there are several methods that can be used to accomplish this, and the various (and numerous) secondary sources that I found online were 'all over the map' with respect to which they used/glued together.
Can anyone provide a working configuration (or tips) that use postmulti to manage a multi-instance Postfix setup?
I use the following directive in sshd_config to detect if the user trying to login to a server is called developer, and issue a bash script to the user if that is the case:
Match User developer
ForceCommand /bin/dev_login
However, when the user tries to upload a file using SCP, they can't, as the dev_login script is interrupting the process.
Is it possible to use the
Match
directive to detect if the connection is SCP rather than a request to open a shell?
I have apache with php 5.4 installed on a Windows 7 64bit machine. When I restart Apache I get the following:
PHP Startup: Unable to load dynamic library
'c:/PHP54/ext\\php_ldap.dll' - %1 is not a valid Win32 application
The file is present but LDAP doesn't work, any idea what I am doing wrong? php.ini has the following settings
[ldap]
; Sets the maximum number of open links or -1 for unlimited.
ldap.max_links = -1
;extension=php_interbase.dll
extension=php_ldap.dll
extension=php_mbstring.dll
i brought compaq cq40 330tu laptop one month back its config is intel core 2 duo 2.0 GHz,2gb ddr2 ram,160 hardisk
i installed microsoft visual studio a weeek back when i try to open as asp.net solution my laptops gets hanged
and stops responding i am using win xp sp2 as os plz help me i am really in bad condition as i cant do my project
waiting 4 ur help
whenever I am open up any site, some un wanted sites are opening another side. How to prevent my computer from opening the unwated site. this is all happening that Mozilla Firefox.
most of sites all or being adult sites.
please anyone can me as soon as possible. Thank you very much.
I'm using Arch Linux + xmonad + urxvt bundle and trying to resolve the conflict between xmonad and urxvt. Better to explain with shots:
Firstly, open the terminal and get some full-length output.
Secondly, create another window, which squeezes the first.
And, finally, close it to find out that half of the output disappeared.
Sometimes it behaves correctly, sometimes not. Tried to find out why, but failed.
Many thx in advance!