Hi
I have a single monitor, but with a wide resolution. Some times it would be helpful to have two applications running next to each other. Is there a tool to quickly tell windows to resize the two applications to fit the desktop? Perhaps even with an option to make the one application use 75% and the other 25%
I know the Windows 7 Alt+left/right arrow feature, which is nice, but still needs too many clicks.
In Windows 7, I can do this at the command line:
"c:\Program Files\Sublime Text 2\sublime_text.exe" samplefolder
This launches a Sublime Text window, with the contents of samplefolder loaded in Sublime's sidebar.
While this works as needed, it's inconvenient to open a command prompt every single time. Is there any way I can add this behavior to Windows Explorer's right-click menu? I'd like to be able to right-click a folder and "Open with Sublime" just like I can right-click a folder and "Scan for viruses".
In cmd, when we press Ctrl+C we get the target application terminated but if the target application is called from a batch file, we get this "Terminate batch job (Y/N)" confirmation. I can never remember an instance where I chose not to terminate the batch job. How can we skip this confirmation?
I have an application (.exe) which I am running via a scheduled task on Windows Server 2008 R2.
The task runs fine but when the .exe returns a non-zero exit code the task is still successful when it should fail.
I get this message:
Task Scheduler successfully completed task "\CustomerDataSourceETL - Whics" , instance "{a574f6b4-2614-413c-8661-bc35eaeba7cd}" , action "E:\applications\CCDB-ETL\CustomerDataSourceETLConsole.exe" with return code 214794259.
How can I get task scheduler to detect that the return code is 0 and fail the task?
We are faced with a dilemma with using snow leopard. We want to have thr snow leopard server on site and not off site because it makes sense to have the server in the network physically for other services (file sharing, VPN, wiki etc) but our office does not have a very reliable Internet connection so it'd hard to host the email with it. We don't want to factor out the email as a separate server because we want to enjoy a single user login across everything. How do we get around this dilemma?
If I have my virtual host configured as:
<VirtualHost *:80
ServerName foo.com
ServerAlias www.foo.com
Include conf.d/foo.conf
</VirtualHost
Can I get by with a single domain SSL certificate or must I purchase a wildcard SSL certificate to handle the www subdomain?
I'm having trouble connecting to a MySQL database on the other machine on the same network.
Could not connect to the specified instance.
MySQL error number 1130
Host 'abc' is not allowed to connect to this MySQL server
(Pinging ok time 1-3 ms ttl =128)
I've checked out the following:
TCP/IP enabled
RegEdit under hlocal machine .... parameters .. maxUserpORT And timedelay..
Grant all . to 'root'@'Myipaddress'
Is there any way to bold, strike, or underline text in mutt?
For instance, I currently have a couple of lines in my muttrc to make URLs and email addresses blue text on white background:
color body blue white regex
but I'd rather have that be blueunderline on white background. Likewise, I'd like to be able to bold unread mails in the index.
(dunno if it's relevant, but I'm using Ubuntu's mutt-patched, which is compiled with ncurses.)
I'm relatively new to the topic, so please help me. I have a single VPN connection plugin installed, and it's vpnc. As far as I can see, it's not the thing I need to establish a VPN connection to a Stonegate VPN gateway. Is there a plugin for that gateway? What software should I use, or at least where do I start reading?
Thanks in advance!
I have a Windows 2008 server with two IP addresses assigned to a single NIC. The DNS settings are setup to register the connections's addresses on the DNS server. nslookup shows both IP addresses for the server name. How is name resolution done in this case, i.e. which IP address does the DNS server return for a host lookup? Or does it return both, and the client selects one of the addresses?
SQL Server 2008 db instance is installed on a win 2003 server, networked (but no domain) VM.
I can browse a cube from BIDS on the same VM, but when I try to browse the same cube on a windows 7 (home premium) networked machine, I get a connection error. The error suggests checking the datasource settings which I have, and when I click "test connection" on the datasource it is successful.
Looking for probably causes and solutions?
Im using Fedora 10 with XFCE. Every time I open Gedit, it opens a instance on every workspace. The circle icon on my window border is selected (meaning, enabled on all workspaces). When I disable it to appear on one workspace, then close and restart, Gedit opens normal (current workspace). Question is: How to keep this current configuration? If I restart my system, and start up Gedit, it appears on all workspaces again.
Is there a function of MS Word that enables users to solve basic math problems, in this case addition or subtraction? I use its platform for a budget and of course I could just use a calculator but it would be more convenient if I could solve it all in one place.
For instance:
(6.75 + 12.65 + 27.35)
Sorry for the simplicity of this question. Wondering if MS Word had a functionality like this of some sort?
MySQL supports running multiple mysqld on the same server. One of the ways is to use mysqld_multi.
If the default MySQL server instance (as configured in the [mysqld] section in my.cnf) uses log-bin, it enables the binary log for all the other instances ([mysqld1], [mysqld2], etc). How can we override the setting for the other instances? We tried putting log-bin= or log-bin=OFF under [mysqld1], but that won't disable the binary log.
I export an oracle "schema" using
exp userid=/ file=pt.dmp log=pt.log owner=FOO buffer=10000000 statistics=NONE direct=Y
and then import it into a different schema on the same oracle instance on the same SID using
imp userid=/ file=pt.dmp fromuser=FOO touser=paul
When I try to access the stored procedures, I get
ORA-29541: class PAUL.ESMQOracleStoredProc could not be resolved
Any idea why one user can resolve this but another one can't?
This single-command BASH script file is difficult to understand, so I want to write a comment for each of the actions:
grep -R "%" values* \
| sed -e "s/%/\n%/" \
| grep "%" \
| grep -v " % " \
| grep -v " %<" \
| grep -v "%s" \
| grep -v "%d" \
| grep -v "%1$s"
I would hate having to duplicate lines, or having each comment far away from the line it applies to.
But at the same time BASH does not seem to allow "in-line" comments.
Any elegant way to solve this problem?
Hi,
I'm trying to automatically mount a windows share in a Fedora 12 instance (FC12).
When I manually mount things work:
mount -t cifs //nas01/servers -o username=guest,password=myPassword /mnt/nas01/servers
If I update /etc/fstab with the following:
//nas01/servers /mnt/nas01/servers cifs username=guest,password=myPassword 0 0
Nothing happens after reboot.
The thing that has me baffled is after a reboot if I run:
mount -a
The share is mounted.
Any ideas on this?
Thank you,
Martin
Hello,
I'm trying to write a SMF manifest but i'm stuck because i can't find the complete documentation. Their DTD (/usr/share/lib/xml/dtd/service_bundle.dtd.1) is a joke, it's full of CDATA.
For instance, i'm looking for the complete specification for <service_fmri/>, which value attributes are valid, etc.
Where can i find the complete specification for writing Solaris SMF manifests ?
Thanks.
After searching serverfault for similar questions without success, these are my numbers for one magento instance, running on multiple servers:
After varnish about 4 requests per second hit the webservers
The magento cache is configured to use one separate memcache server where I'm measuring about 210 Mbit/s bandwith usage.
Compared to other projects, magento and non-magento, this number seems way off (as in extremely high).
I'd like to get some data to compare to, or even better, if you have any idea what exactly causes this/how to find it and how to improve the situation.
I am using Ubuntu hardy with Scalr and AWS, the Ubuntu instance does not come with any antivirus software. Can anyone recommend a good ant-virus software for Ubuntu?
I would also need installation and config steps.
Thanks.
Is there a way to grant permanent UAC permission in Windows 7 to a single program? I have an old program that's supposed to start up in the background when Windows starts. I want to have it "just work" without the nagging, but keep UAC in all other cases.
I am looking for free software to do batch conversions of divx video files to iPhone format.
I have read the thread:
http://superuser.com/questions/5784/looking-to-convert-video-to-iphone-format
Handbrake works good for single files but it has very little customization with regards to files names and the batch functionality is not very good (or at least I can't get it to work very easily).
Can anyone recommend a good batch converter? A script for Handbrake to do a batch for all in a specific directory would be useful even.
Hi,
Say I'd like to restrict access to a virtual host to multiple IP ranges. How to do that? The Perl regex syntax style doesn't work, and i don't want loose restrictions like 10.*
The code below works for a single range:
$HTTP["host"] == "adm.example.org" {
$HTTP["remoteip"] != "10.0.0.0/28" {
url.access-deny = ( "" )
}
}
Thanks in advance.
I place the following into an admin file called noask
mail=
instance=overwrite
partial=nocheck
runlevel=nocheck
idepend=nocheck
rdepend=nocheck
space=nocheck
setuid=nocheck
conflict=nocheck
action=nocheck
basedir=default
Then run pkgadd -a noask -d sed-4.1.5-sol10-x86-local - yet am still queried for:
'Select package(s) you wish to process'
Is there a way around the questioning without doing an "echo yes" at the front?
Thank you