Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
30 views

Can't start a service (sudo) remotely from script and keep it running

I have a service (tomcat) that needs sudo to be started. I made a simple script on the remote server in /root/bin/test.sh #!/bin/sh sudo service tomcat start read (The script needs to do other ...
0
votes
2answers
58 views

Replacing background graphics of a PowerPoint theme

I'm using this theme (this is my .pptx file). When I check the "Hide Background Graphics" checkbox, the butterflies' graphics disappear. I want to replace such buttefly graphic by my own ...
0
votes
0answers
44 views

How can I change the background color of the Output window in NetBeans?

Is it possible to change the background color of my Output Window which contains debug messages generated by the glassfish server? I would like to use the classic black console look. How can this be ...
0
votes
0answers
37 views

Wallpaper or background or both? [closed]

In terms of electronic screens (computers, cell phones, pda, tablets etc..) what is more accurate to say: wallpaper or background. Or are they equal?
0
votes
2answers
307 views

Windows: Making Windows Explorer distinctive (changing background color or file/folder icons) for specific folder

Is there a way to change the background color in Windows 7 and Windows Server 2008 when the current folder being displayed meets a certain condition? Or is there a way I can change the icons of the ...
3
votes
4answers
191 views

Running multiple concurrent background processes then wait for all of them to terminate, on Windows

Anybody know if there is cmd script that does that and/or a command line tool ready for the job? Thanks!
0
votes
0answers
314 views

Use metro background as desktop background

I would like to use my metro start screen background as my desktop background like Ed Bott did here: Change the desktop background to match the Start screen. However, I would like to just 'find' the ...
0
votes
1answer
193 views

How can I add a full background to an A4-sized Word document?

I'm trying to add a background to an A4-sized Word document. What is the correct background image size (in terms of resolution) to put into an A4 document? I tried Watermark, Fill effects, and ...
1
vote
1answer
72 views

How to get an image to stretch on a multi-screen setup?

I have 3 monitors (each 1600x1200) setup in a following configuration: I have a image that is 4800x1200, thus should neatly fit across three screens. However, no matter what I tried it won't ...
1
vote
2answers
175 views

Is there a way to change background color for a table in onenote?

In word or excel or power point you can change the background color of a table or selected rows or columns of a table, but I can't find a way to do this is onenote. Is there a way to do this?
0
votes
2answers
71 views

Terminating/closing synergy

I managed to set synergy (ubuntu box as server and mac as client - it doesn't work the other way around). Currently I'm running: synergys -f synergyc -f SERVERNAME on the ubuntu and mac ...
3
votes
1answer
204 views

Stardock's LogonStudio doesn't change the login screen background?

I am using a Sony VAIO laptop (that comes with a custom login screen to begin with) running Windows 7 Home Premuim 32 bit. I am trying to use Stardock's LogonStudio to change the background of my ...
0
votes
2answers
98 views

How to continue downloading files with ftp command after session is closed?

I need to create a script in Linux to get from server multiple files. After downloading files started need to close the session but without stopping the download. How to do this? Thanks
0
votes
0answers
55 views

How to make new GUI instance and start programs there in Windows?

When I want to start and use some GUI programs without actual GUI on GNU/Linux I use Xvfb. export DISPLAY=:10 Xvfb :10 -screen 0 1024x582x16 -nolisten tcp & sleep 2; myprogram; ... How to do ...
1
vote
1answer
217 views

How to change the background color of a transparent desktop image on Mac OS X?

Under Desktop & Screen Saver I have selected to show a PNG image with transparency on my Desktop. It looks like this: The transparent area shows the exact same color that is listed as the first ...
0
votes
2answers
147 views

How can I make a layer “blend” into an existing picture in Photoshop?

I am trying to insert a cropped out part of one picture into another picture. I am copying over a layer, but my issue is that the target picture is a little grainy. The layer lines up perfectly from ...
2
votes
1answer
93 views

How do you set the background to none on windows 7

I am trying to find how to set the background to none on windows 7. Not a solid color, but none. You can easily do it on XP. The reason I want to do this is I use xearth to display the background. For ...
8
votes
1answer
423 views

How do I change the login screen colour or background in Windows 7?

I'm running Windows 7 Home Premium at home and Professional at work. How can I change the colour and/or the background image of the lock/login screen? I'd like to set it to something nicer than the ...
0
votes
1answer
144 views

Background process (nohup &) suspends/resumes when user logs out/logs in

Ubuntu Server 11.10 When a normal (non-root) user starts a process with nohup, when the user disconnects from the terminal the process (java) stops responding. When the user connects again, the ...
0
votes
1answer
32 views

How can I better detect background traces after creating a transparent background in photoshop?

I know how to create a transparent background. However, when I use the magic eraser tool, there will always remain little areas or dots of old background. Sometimes they are so small that I only see ...
1
vote
1answer
92 views

Do System background tasks in Windows 7 run throttled?

I am trying to Trace installations, to do that I have to wait for the "systems background tasks" to cool out. Or it traces all the system tasks going on. It can take a some time to finish all the ...
2
votes
2answers
86 views

Disable background image smoothing on windows 7

When choosing a low-resolution image to use as desktop background and stretching it, it causes the image to get smoothed, making it blurry. Is there a way to disable the smoothing, so I can use some ...
0
votes
0answers
36 views

Set Custom BackGroung for Win2008R2 for RDP terminal

is there anybody who knows how to set that, another result as from this thread
5
votes
4answers
228 views

When exactly does a Windows program pause running?

I have an app that needs to run for long period unattended on Windows XP and 7. I have it running on a remote machine that has LogMeIn installed so I can look at it from afar. The program has regular ...
0
votes
2answers
432 views

Kill background processes started by bash script

I'd like to run the CoffeeScript and the Sass compilers in the background, and be able to kill them both at once. I have a bash script start, like this: coffee --watch -o assets/ -c src/ & sass ...
0
votes
1answer
72 views

How would you repeat something on the X and Y axis in Inkscape?

I would like to use the paint bucket to fill in the background with black and white circles evenly spaced apart. What is this called?
2
votes
1answer
118 views

How to add more desktop backgrounds to the default Plants group?

I have some additional plants pictures. I love the "Auto change background feature" of Mac OS X. I use "plants" and "change background every minute". How can I add more pictures in plants or any ...
0
votes
1answer
73 views

Script that runs a command with 'exec' doesnt end until 'Enter' is pressed

We have a KSH script that runs a process using exec and hangs. We want to be able to run it automatically and keep it running in background. We tried this: ./myScript.ksh & However this left ...
0
votes
2answers
66 views

Load pages in background with Google Chrome

I'd like to be able to make the browser load a bunch of web pages in the background each time I launch Chrome. This way, once I click on one of them, it displays right away. The best would be to get ...
5
votes
3answers
108 views

Preventing bash from displaying “Done” when a background command finishes executing

if I make sleep 2 & this command run in backgroung, and in two seconds, I get "Done". How I can avoid seeing the "Done" message ?
3
votes
1answer
202 views

powershell background tasks

how do I do a background task in powershell? $ ant >/dev/null & #cygwin the closest i can get to this in powershell is ps2> start-job {ant |out-null; `a} #powershell but then ...
1
vote
0answers
225 views

How can I change the Windows XP command line background? [closed]

Possible Duplicate: How to change default color of the Command Line? In Windows XP the command line background by default is a color. I want to change the background to a picture. What ...
1
vote
2answers
723 views

Word 2010 - Shading paragraph background

I have created a new Word 2010 document and am wanting to set the background shading of a paragraph to a given colour (using the blue circled button). My issue is that when I have done so, the areas ...
1
vote
1answer
992 views

Only solid color possible as background in Windows 7

Since a couple of days, my Windows 7 x64 system only has a solid color background, the background image is missing. I tried quite a lot of options to get my background image back, but did not succeed ...
0
votes
1answer
347 views

Vista background only allows solid colors?

Last night after a LogMeIn rescue session, I can no longer change my wallpaper in Windows Vista. It reverted to a plain black background and will only allow me to select solid colors. When I ...
3
votes
1answer
675 views

Firefox addon for black background [closed]

Possible Duplicate: Change the white background in webpages to another color. Is there any Firefox addon which makes each site's background black and text white?
1
vote
1answer
258 views

How can I get Chrome's new tab shortcut to open tabs in background?

When I press the new tab shortcut key CTRL+SHIFT+ENTER it opens in the foreground. How can I change it to open background? I'm using Chrome 10.0.648.204 portable.
0
votes
4answers
32k views

How do I make the image background transparent in photoshop cs5

I have an image with a white background which I downloaded, the image has a white background, I want the background to be transparent. How do I achieve this in Photoshop cs5. What I did was, select ...
1
vote
2answers
602 views

How can I change the desktop color to black in Snow Leopard?

I'm trying to change the desktop color to black, but I can't seem to find how other than by creating a solid black image. In System Preferences -> Desktop & Screensaver, there are a few colors, ...
1
vote
1answer
382 views

Desktop Background Group Policy - Windows XP, SBS 2008

I'm applying a desktop background via a group policy on user's PC's. It works fine on most, except for two PC's on which the desktop background is only applied to 1/5th of the background. The rest of ...
0
votes
0answers
115 views

How do I make a repeating background of a triangle image in Inkscape?

I have a triangular icon I need to be used as a background image. The triangles line up together right-side up, upside-down, etc. in rows. The background may need to be adjusted dynamically, so I'd ...
0
votes
1answer
151 views

How should one safely background a “daemon” process when started manually?

I once used emacsclient as my editor from the command line, but it bothered me that it would hang the terminal window while I was working in emacs. I tried backgrounding the process by running ...
1
vote
1answer
2k views

change background color of .gif in adobe photoshop

I am trying to change the background of an image from white to grey in Adobe Photoshop, but I can't find out how to do it. Can someone assist me ?
0
votes
2answers
123 views

Background Program Effect on CPU Performance

Below is a script that runs in the background and modifies the manner in which the backspace key works. It comes from the How To Geek. I believe the script takes ram from the computer, but does it ...
0
votes
2answers
770 views

Microsoft Word: create a repeating background image

I am using word 2003 but can use a higher version if necessary. I have a document that I need to embed an image onto at a specific position on every page. I see an option for adding a background ...
3
votes
1answer
2k views

Set Windows XP desktop background with group policy

I need to set a specific desktop background picture to a number of Windows XP machines. Is it possible to use some group policy for this or must I do it one by one?
0
votes
2answers
570 views

how to create python daemon in windows?

Hii All, I want to create a python daemon win windows named daemon.py. there is a file a.py which is used to take backup. I want to run this file every one hour and that also as background process. ...
0
votes
2answers
2k views

Auto login in background in Windows Server 2008 R2?

I am sure everyone knows about the common functionality of automatic login on Windows. What I would like is the same thing, but in background; meaning that the user selection screen remains on ...
1
vote
2answers
166 views

How to run a persistent background process as a non-privileged user in OS X?

I'm currently launching the process using nohup but occasionally after logging out and back in again the process is gone. Something is reaping it. I don't need it to survive a reboot (so I think ...
4
votes
1answer
192 views

Which image is displayed on Mac desktop?

I have set up my Mac (10.6.4) to display random image from iPhoto on desktop. From time to time I would like to know which image is displayed (I have a lot of them), but I could not find a way how to ...

1 2 3