0
votes
0answers
19 views
How to reformat the presentation in pivot table [migrated]
I hv a pivot table which I need to "move" the TOTAL from its existing column J to column F. Pls refer to the picture:-
How can I do that ?
Thanks
1
vote
0answers
32 views
Apache 2.2.3 SSLProxyVerifyDepth picky with certificates [migrated]
I am trying to setup an Apache Proxy for HTTPS web requests. The proxy is configured the following:
<VirtualHost <IP>:8081>
RewriteEngine On
RewriteCond %{HTTP:targetPort} ^3443$
...
191
votes
11answers
89k views
What are extern variables in C? [closed]
Could someone exactly explain the concept of extern variables in C? The declaration, exact use of extern and its scope.
0
votes
0answers
17 views
Centos RAID1 installation [migrated]
I have installed Centos 6.2 with RAID1 support, after installation I have checked RAID1 by removing one by one Hard disk, Os booted and worked.
So after I created new users, installed LAMP, ftp and ...
0
votes
0answers
9 views
How to get upstart to restart a failed task later [migrated]
I'm using upstart with respawn to ensure some of my server processes stay running. Occasionally, due to resource problems, some of those tasks reach their respawn limit and are simply marked as ...
-1
votes
0answers
18 views
Linux DNS server change [migrated]
We are having linux system in our organisation having 700 systems . I need to change the DNS server of every other system. I cant go and change the DNS in each and every system so i need a script, so ...
2
votes
0answers
24 views
What is the difference between bash and -bash? [migrated]
What is the difference between bash and -bash. When I execute echo $0, it returns bash on one machine and -bash on the other machine. What is the difference between them?
-2
votes
0answers
25 views
linux copy command no destination [migrated]
I want to just copy some files and paste them somewhere else in another command. The reason is my source and my destination are on two different servers and I need to switch to a new server before ...
0
votes
0answers
14 views
Running stored procedure by SQL job with Linked Server query error 7391 [migrated]
I create stored procedure which query data from Linked Server to insert into current server.
I test this stored procedure by directly execute, it's work fine.
I have to run this stored procedure ...
0
votes
0answers
92 views
Using Autohotkey for Emacs [migrated]
I am using emacs in Cygwin and have used Autohotkey to re-map the lefthand 'Alt' key and the lefthand 'Windows' key to be (left)Ctrl and (left)Alt respectively.
This means that an emacs sequence like ...
0
votes
0answers
16 views
Isolate web.config files for different SharePoint web applications? [migrated]
We're in SharePoint 2010 and using C#.
We've encountered and issue where we need to have separate web.config files for different web applications. The base web.config file that resides in ...
0
votes
0answers
13 views
Setting audiences in share point 2010 [migrated]
I have written html/css code to display the menus. Now i need to hide the multi level menus(links) using windows authentication. i mean we need to set the target audience for the links. But,. i do not ...
0
votes
0answers
6 views
XML editor for editing KML? [migrated]
I am trying to edit some KML code, and neither Word nor Notepad seem to work--Notepad opens a page of some garbled non-code and Word cannot open the file at all. I was told that I would need an XML ...
0
votes
0answers
43 views
Simple SQL statement [migrated]
I've been over-thinking this too much. Let's say I have a table TEST(refnum VARCHAR(5))
|refnum|
--------
| 12345|
| 56873|
| 63423|
| 12345|
| 56873|
| 12345|
I ...
0
votes
0answers
32 views
Backup very large table in SQL Server [migrated]
everyone.
I'm deeply sorry if this is an amateurish question, but I have to update certain values of a large table (for the sake of a presumed example, it is called 'Resource' and it is over 5M rows) ...
0
votes
0answers
19 views
Restore database created in SQL Server 2008 R2 to SQL Server 2008 R2 SP2 [migrated]
I have a .bak file created by some other user in (I think) SQL Server 2008 R2 (10.50) and I need to restore it in SQL Server R2 SP2 (10.52). I used a hex viewer to look into the .bak file and found ...
1
vote
0answers
97 views
Magento - Get specific custom product option value [migrated]
I'm trying to make a custom XML feed for Magento. Everything's fine and dandy, however I've hit a roadblock. I'm trying to get specific custom product options for my products, but the method I'm using ...
2
votes
0answers
37 views
How to recover bash output of an already closed window? [migrated]
I have run a specific program in a bash terminal and I closed it by mistake before reading its output. Is it possible to recover the information that was sent to the stdout by taking a look at some ...
0
votes
0answers
13 views
cannot log in anymore in stackoverflow [migrated]
I'm facing a problem with log in on stackoverflow. My account (my email address) is not recognized anymore.
My username is jmcollin92, I'm sure of my email address, i use before, but the log in on ...
0
votes
0answers
53 views
Grammar that contains letters a,b,c and number of letters `c` is greater than number of letters `b` [migrated]
I look for grammar which use letters a,b,c that numbers of letters c is greater than number of letters b.
Example: acbccba
I thought about:
S-> aS|bS|SCS
C->cb|ca
but not sure if it work. ...
0
votes
0answers
37 views
Is it better to use AUTOCOMMIT = 0 [migrated]
Is it better to use (for perfomance tuning) AUTOCOMMIT = 0 before bulk inserts of data in MySQL, if the insert query looks like
INSERT INTO SomeTable (column1, column2) VALUES ...
2
votes
0answers
26 views
Dropping Hypothetical Indexes [migrated]
In the past I thought I'd deleted hypothetical indexes using either a DROP INDEX statement for clustered indexes and DROP STATISTICS statement for non-clustered indexes.
I have a database that is ...
0
votes
0answers
25 views
MySQL many to many relation [migrated]
Sorry is this seems a stupid question, but I have a table of server addresses and a second table with a list of hardware devices which use the addresses, it is possible for multiple devices to use the ...
2
votes
0answers
27 views
How to send an `xmessage` as root remotely to regular user logged in with 'x' session? [migrated]
I'm using BASH on the command line, logged into another user's PC as root, via SSH.
I wish to send the user currently logged in running an X-session, a popup message, but this is the result:
...
0
votes
0answers
16 views
Not able to upload Binary Images Using Core Service2011 API from Java Client? [migrated]
I am trying to upload binary images through the Java Client using Core Service API.
I am facing an issue while uploading the binary content using the IStreamUpload.uploadBinaryByteArray() method. ...
0
votes
0answers
18 views
Centos unable to upload file permission denied error [migrated]
Yesterday I installed vsftpd in my centos server. But I am not able to upload files permission denied error. So I set owner and 775 file permission, and also i set 777 permission and then also I cant ...
0
votes
0answers
27 views
Populate Component Templates in dropdown added directly Through “Link.aspx” in Hyperlink tag of RichText Field [migrated]
I have added a dropdown replacing Target field's textbox in Hyperlink tab of RichText toolbar using Link.aspx present at C:\Program Files (x86)\Tridion\web\WebUI\Editors\CME\Views\Popups\Link. The ...
-2
votes
0answers
16 views
Need driver for touch screen [migrated]
I got a 10 inch touch screen for a Raspberry Pi, but the CD along with the touch controller supported only Win CE, Fedora, Suse, Redhat. I tried Suse and Fedora; the files were in script format, .sh.
...
2
votes
0answers
23 views
In Linux Driver, how to disable a specific USB Device [migrated]
Assume a USB devices is powered by USB bus. Sometimes the firmware in the USB device encounter a problem and can't recovery by itself. I have to unplug and plug the USB device from the host.
Is there ...
1
vote
0answers
12 views
How do I create a streamable and seekable MP4? [migrated]
I want to create an MP4 that supports seeking and streaming. DASH appears to be what I want except that the segment seek points are stored in an external file (the MPD) which doesn't work for my ...
0
votes
0answers
16 views
Need an Oracle query to get the Oracle Home directory for a particular instance [migrated]
I am searching for a query to get the Oracle Home for a particular instance name, say Eagle (if there are more than one instance on the host).
-1
votes
0answers
11 views
UEFI and RAID1 Nightmare [migrated]
1 CPU: AMD FX-8150 Zambezi 3.6Ghz Socket AM3+ 125W 8-core
RAM: CORSAIR Vengeance LP 16Gb (4x4Gb) 240-Pin DDR3 SDRAM 1866 CML16GX3M4A1866C9B
Mobo: ASUS M5A97 LE R2.0 AMD 970
PSU: Thermaltake TR2 ...
0
votes
0answers
33 views
VP9 encoding using FFmpeg [migrated]
I want to ask if ffmpeg supports VP9 encoding, and if not: how can I encode VP9 videos?
I try using the command:
./ffmpeg-vp9 -y -i /home/mc/test.mkv -t 00:00:30 -c:v libvpx-vp9 -strict -2 -quality ...
0
votes
0answers
6 views
Change Magento Header Logo to link to an external site in a multiple store account. [migrated]
I have multiple magento stores set up. I need to change only one of the stores' header logo to link to an external website. How do I do that?
I know where the header is:
...
0
votes
0answers
40 views
MSSQL - Users/Logins from another database [migrated]
Is it possible to use logins/users from one database(F) in another(S) one? I know I can copy it but, when I add user to (F) database I have to copy again them all (or add the same user to (S) ...
0
votes
0answers
17 views
Octave on Remote Server [migrated]
When I run plot commands eg.(plot(rand(1,10))). I get the following error.
PuTTY X11 proxy: wrong authorisation protocol attemptedPuTTY X11 proxy: wrong authorisation protocol attemptedPuTTY X11 ...
0
votes
0answers
24 views
Binary file fails to execute in linux though file is present [migrated]
I have a binary called testbin in /x/eng/r1/scratch/user/.jef/testbin.
When I go to a different directory and try executing the binary as
$ /x/eng/r1/scratch/user/.jef/testbin
I get an error:
...
1
vote
0answers
20 views
Which is the equivalent of php drupal format_interval for javascript? [migrated]
I want to use in javascript function Drupal.t the equivalent of format_interval function.
With php it's easy:
print t("!date ago", array("!date" => format_interval(time() - $lastActivity, 1)));
...
4
votes
0answers
44 views
SQL - query syntax [migrated]
I need advise whether my database structure is correct and what is the appropriate query syntax that can be used.
Table1
...
1
vote
0answers
38 views
Correct way to define a HasPostgres instance for IO? [migrated]
I want to write my database access code for a Snap application in a way that makes the queries easy to test from the ghci repl, while also working within the Snap context. My solution so far is to ...
-1
votes
0answers
17 views
open a specific location in the file explorer [migrated]
Hey I am new to linux and I am using RHEL5 on my desktop.
I wanted to ask, what would be a quick way to open a specific file location in the file explorer window.
I know that you can point to it via ...
0
votes
0answers
19 views
What is the safe way to remove System Library Framework [migrated]
I'm new to OS X, and I need to get rid of one of the libraries under /System/Library/Frameworks.
I know I cannot just remove the directory, because there are symbolic links to its binaries from ...
0
votes
0answers
52 views
sql best practices with large amount of data [migrated]
i'm building a solution and i have a question.
All my datas are currently stored in an unique table. Each data is associated with a type.
My question is, what's the best practice for defining a table ...
0
votes
0answers
11 views
How to write a \newenvironment with a conditional structure and one optional parameter [migrated]
I would like to define a new environment with an optional parameter. Currently, I have
\theoremstyle{plain}
\newtheorem{prop}{Proposition}
\newenvironment{propExt}[1][]{\ifx!#1! \begin{prop}
\else ...
-1
votes
0answers
18 views
Remove file extension in OS X using Terminal [migrated]
Problem:
I have some 200+ files named something in line with "DSC01852.JPG.jpg". I would like to remove the file extension so the result becomes "DSC01852.JPG".
Any suggestions? I looked at the mv ...
1
vote
0answers
69 views
Getting 'the specified network password is correct 0x80070056' when trying to change passowrd in SQL Server Configuration Manager [migrated]
After changing my network password, I went straight to the SQL Server Configuration Manager (SQL Server 2008) to update the passwords for the SQL Server and SQL Agent services. (Background info: the ...
0
votes
0answers
21 views
VarChar to NVarChar causing truncate error [migrated]
I am importing some data from a temporary table which has a column defined as VARCHAR(150). The destination tables column is defined as NVARCHAR(200). I'm using an INSERT INTO statement, but when I ...
-1
votes
0answers
13 views
compress folder in linux. [migrated]
I'm a linux newbie and I'm trying to zip a folder which exists on a remote host and export it to another remote host. A quick google search lead me to tar/gzip and rsync options but I'm not sure how ...
0
votes
0answers
16 views
Handle AJAX call in SharePoint sandbox [migrated]
I'm developing a solution for Sharepoint 2010 using ASTreeView. This control handles also AJAX calls for node loading. To load children of a parent, a
<ul><li>...</ul>
needs to ...
1
vote
0answers
27 views
Magento customer registration not saving selected state/region [migrated]
So for some reason my Magento install (1.5) stopped saving new customers state/region name, both inside admin and outside.
Magento's registration form has a dropdown select, with a name of ...
