I usually have 2 sets of tabs in google chrome, in 2 windows. 1 for general browsing, and the other for 'work'.
Can I get both windows to auto launch at start, populated with their respective tabs?
Thanks
Hi
I have recently tried to deploy Adobe Reader 9.1 onto our network here. (SBS 2003 server and XP Workstations)
I followed the instructions for the extraction of the installer and .msi and then creating a .mst transform file to set custom options. (Suppress EULA, dont create desktop icon etc)
I then added the package to my deployment GPO…
I have a tmpfs mount defined in my /etc/fstab with a size of 1024m, but when I restart the server it sizes itself to 5.9G. If I run mount -o remount /dev/shm, the size will correct itself to 1G. But it'll revert the next time the server is restarted.
The entry in fstab is:
tmpfs /dev/shm tmpfs size=1024m…
I currently have a domain controller which handles all DHCP and DNS. The DHCP works just fine and the domain controller itself can use the internet with no issues. However, PCs that are part of the domain are not able to use external websites, only internal.
Does anyone have any way I can solve this issue? Thank you
Server: Windows Server…
Running into a small issue recently that causes my server's atmail to fail authenticating users.
I gathered from a web search that it's because i recently enabled apc on the server.
I've found some reference mentioning I need to modify the atmail vhost template, but that reference is for Plesk 10 (i'm on 9). The atmail config isn't in the…
Windows 7 had an old implimentation of Pinch to Zoom where bringing your fingers apart/together would act similar to ctrl + +/-, the standard zoom. It's not as nice as granular zoom (like iOS/Android use) but it worked. Most notably it doesn't work in Chrome (did before) but I haven't noticed it working in any other apps. In windows 8…
I have a Dell laptop issued by my employer, and I always find it a real pain to search for, download and maintain their drivers. It baffles me that there does not seem to be a nice way (product, website, ...) to just download the stuff you need, without hassle. The same goes for the other Windows based laptops in my direct environment.…
Our internal website links to Excel files on a network-mapped drive. The links specify the filename and worksheet to open, in the following format (path and link information omitted):
ExcelFileName#'SheetName'!$A$1
This works fine with Excel 2003, but we're moving to Excel 2007, which won't even open the file if that extra…
Note: I am asking about outbound concurrent connection limits, not inbound, which is sufficiently covered on existing questions
Modern browsers typically open a large number of simultaneous connections, to take advantage of the fact that TCP fairly shares bandwidth between connections. Of course, this doesn't result in…
Our internal website links to Excel files on a network-mapped drive. The links specify the filename and worksheet to open, in the following format (path and link information omitted):
ExcelFileName#'SheetName'!$A$1
This works fine with Excel 2003, but we're moving to Excel 2007, which won't even open the file if that…
I'm trying to create a virtual IPv6 network as a test environment.
I have 5 VirtualBox VMs (Ubuntu Server) with network adapters using host-only networking. You can imagine them being connected in series and every machine connects 2 subnets.
I want to ping the last machine from the first one:
On: 2001:db8:aaaa::100 I…
As a Linux user, I am very used to jump from word to word in vim/nano using ALT+left or right.
This doesn't seem to work properly using iTerm, I am using zsh, I tried adding;
bindkey -e
bindkey '^[[1;9C' forward-word
bindkey '^[[1;9D' backward-word
It does work, but inside zsh only, then I commented those lines…
I'm planning updates to a system that is currently running with 8.x server on Windows, 8.x client on Windows, and 8.x client on Linux. Obviously that seems like a bad choice of platform in a mixed environment, but the Linux machine has no persistent writable storage (as an anti-rootkit measure). I'm concerned with…
I have:
Hanns G HW173A monitor
NVIDIA GTX 460 graphics card
Windows XP SP3.
It was working. Suddenly overnight I can no longer use my monitor's native resolution of 1440x900. It's not listed, and if I force it it only shows part of the screen. The only resolution that seems to fit the whole screen is now…
When I booted my computer today and opened up uTorrent it went on, as usual, to check the torrents that I had been running before. On one it returned an "Access is denied" error after it had been checked. I have absolutely no idea why this is happening as I was downloading the same torrent just the night…
I'm running PHP 5.4 on OS X which allows me to set up a virtual server for any directory, using this Terminal command:
php -S localhost:8000
This will then set up http://localhost:8000 which works great, but what I would like to do is share this server with the instance of Windows that I have running…
I'm trying to write a puppet function that calls my hosting environment (rackspace cloud atm) to list servers, then update my hosts file.
My get_hosts function is currently this:
require 'rubygems'
require 'cloudservers'
module Puppet::Parser::Functions
newfunction(:get_hosts, :type => :rvalue)…
I've been banging my head against the wall trying to figure this out, so if anyone can help I'd appreciate it. My Nginx conf has three different redirect loops, haven't been able to get any of the three to work right. The three problem areas are:
Redirecting memcache directory to SSL
Redirecting…
I am creating CSV files to be opened in Excel. The rows are separated by CRLF and that's fine, but some of the input data contains CRLF data in it as well. Per the usual standards, I surround them with quotes, but Excel doesn't seem to recognize the CR character and puts a little box with a…
Out of the blue, around 40% of my website's community can no longer visit, saying they're getting "No Data Received" errors. We've taken our firewall offline, tried going through systems such as Cloudflare and checked our .htaccess to no avail.
I've asked affected users to traceroute but the…
I've seen a lot of tutorials showing one how to set up PHP/Python/Perl/RoR on nginx via various FCGI processes.
None of the tutorials that I found show one how to serve multiple FCGI services off one server.
How would one configure the stable nginx (nginx-0.7.64) to serve multiple FCGI…
I'm developer who was "born and bred" on Linux and BSD systems, and I've become accustomed to having advanced tools for the console (posix shells like bash, for example). My career has taken a twist that means I'm working in a Windows environment most of the time, and the console…