I am trying to change the task bar color of my WIndows 7 to black.. something similar to Vista. Is it possible without installing any 3rd party app? Many thanks!!
Hi,
When login through root on HP-tru Unix server, I am trying to access a directory, it is saying "Permission Denied".. Also, an sh file is also not able to execute through same root access..
I have checked the permission of the directory as well as for sh file through ls-ltr.. It is also fine.. Root System rwx-rwx-rwx--
What could be the possible cause, and how to correct it..
Thanks.
Hi, I'm using Firefox on my netbook, and I want to save as many vertical pixels as possible without turning to full-screen mode. Right now, the only thing in my way is the fact that the tab bar can't be moved like the navigation bar or the bookmarks toolbar. I'm looking for a Firefox add-on that will let me place the tab bar side-by-side with the other bars.
Is there anything like that? (the lighter the better)
one of my keyboard keys is dead (< ) and I'd like to change the windows/super key behavior, so I can use it to type < and .
is this possible? I'm on ubuntu 9.04 with gnome, I read some info about setxkbmap and xmodmap but I don't know where to start.
thanks
I recently made a number of changes to my Asterisk dialplan and would like to validate these changes before I commit. I am thinking more from a "write code" - "compile" - "debug" approach.
I am very new to Asterisk and am trying to build my dialplan slowly but the server is already in use (by the spouse) so I'd like to minimize interruptions as much as possible.
If I can at-least verify that the code is correct, I can then debug in Asterisk as calls are taking place.
What is the best price, best value, for Linux VPS hosting in British Columbia, Canada?
looking for something that can handle Perl/PHP, and admin user control of library/module installation.
BTW: Is it possible to get a dual setup...half windows mode server, half Linux mode server?
Thanks in advance for all your responses.
Is it possible to have two monitors in Windows 7, one touch screen and the other not? Obviously you would need a mouse to interact with the non-touch screen, but could you still use the touch features on that screen?
Is it possible to generate an FLV out of an MP3 and a JPG, without uselessly looping the image and still be able to seek the audio ?
This command generates a non-seekable video:
ffmpeg -y -i audio.mp3 -i image.jpg -r 1 -acodec copy video.flv
and this one generates a seekable one, but with uselessly looping the image occupying both space and time:
ffmpeg -y -loop_input -i audio.mp3 -i image.jpg -r 1 -acodec copy video.flv -shortest
I have my home folder with a few GB.
Is it possible to run tar on it, create a home.tar.gz, and then for changed files, it creates home1.tar.gz only with modified files from previous tar (thus being an incremental backup)?
I would like to check the resulting checksum files and export them as well like home.md5, home1.md5, etc. (I know this could be another process, but interesting as well).
I currently have a variety of folders on Outlook 2010 which connects to my works Exchange server.
I have all the emails received from clients added to the correct folder, what I want to do is make any emails in the recipient address (i.e. I've been cc'ed in to an email sent from another user) to be also moved.
Is it possible to achieve this server side opposed to using the "with @domain.com in the recipients address" rule which is client side only?
What me need ? mirc style interface with merged contact list window and message window
jabber, icq protocols..
In miranda this not possible with currently available plugins.
Is it possible to tweak Visual Studio 2008 so that new files are opened so they are "tabbed up" beginning from left and adding new tabs to the right?
As it is default tabs are added to the left.
For a schoolar project, I have to run differents services in a lab enviroment where I'll have 6 computers working as servers, what services can I put together, and what cannot be, in order to prevent security risks, and considereiting that if one service goes down, affects less possible the function of the server farm, the services are:
MySql
Http for intranet
Https
DHCP
IPP
SMTP
LDAP
VPN
SSH
NTP
DNS
NFS
I'll use linux
I have a 2960 that I need to limit the uplink port to 50Mbps for 3 vlans and 350Mbps for another vlan. Would the following config achieve that or is this even possible for the 2960?
class-map match-any VLAN50-51-52
match vlan 50-52
class-map match-any VLAN53
match vlan 53
policy-map 50MB_RATE_LIMIT
class VLAN50-51-52
police 50000000 5000000 exceed-action drop
class VLAN53
police 350000000 35000000 exceed-action drop
!
interface GigabitEthernet0/23
service-policy output 50MB_RATE_LIMIT
service-policy input 50MB_RATE_LIMIT
Is it somehow possible to boot a Linux operating system from an encrypted filesystem/disk without having uesr interaction?
Background: I am preparing a VmWare Image for shipment to a customer. This image contains sensible data. The only access granted shall be via an apache server running from inside in the image.
My wife had an old hotmail account which she recently closed. Some people that she used to communicate with from that account have recently been receiving spam emails from this account. I don't see how this is possible because the account is closed. I considered that maybe the email address is being spoofed, is there a way I can tell from looking at the email headers or something? Or should I take this up with hotmail?
I'm curious if it is possible to mount a partition encrypted by cryptsetup with LUKS securely and automatically on Ubuntu 10.0.4 LTS.
For example, if I use the key for the encrypted partition, than that key has to be presented on a device that is not encrypted and if someone steals my disk they'll be able to find the key and decrypt the partition.
Is there any safe way to mount an encrypted partition? If not, does anything exist to do what I want?
Currently, when a user prints a document there is an Event ID 10 recorded in our event log. We have mostly XP Clients on a Win2003 domian. However, I cannot tell which computer this user printed a document from. How can I track which computer a user used to print a particular document? If possible, a free solution would be better.
Hi
Is it possible to use the iPad VGA connector with a projector and showcase my app on a screen? Or will this only work with Keynote and other Apple apps?
Thanks.
HTTP status code 301 is used to indicate that content has moved permanently, and that the returned URL should be used to access the requested content in future.
RFC 2616 says
Clients with link editing capabilities ought to automatically re-link references to the request-URI to one or more of the new references returned by the server, where possible.
Do any browsers actually implement this and change a bookmark's URL?