Skip to content

Oracle virtual machine (Ubuntu) on windows 7 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack …

linux c get system date format yyyymmdd

I want ask some questions 1) I want get string yyyymmdd of system date using linux c how should I do it ? And I want use this string do some arithmetic, like I have “20160317” I want do 20160317 – 90 get a new date,pls help 2) is there some cleaner way to do this? like if m =

Packaging RPM, avoid creating .rpmnew file

I’m packaging some of my own software, as part of the installation I need to drop some config files in a directory that’s used by a 3. party. To avoid overwriting configuration that have been locally changed, that file is marked as a config file like so in the RPM .spec file: The issue is that upg…

linux connect to remote sybase and backup/dump

I am on a CentOS machine and connected to a remote Sybase service through freetds/isql. I have no problem connecting to the remote database through isql. I’d like to dump the database to my localhost (my CentOS machine). From the isql prompt, I cannot do this with the ‘backup database’ comma…

script for deleting queues using a certain prefix

i have a file named “Output_File.txt” containing a list of local queues and i want to write a script to delete those queues. what i wrote is: the problem is that the script does delete the queues but prints for every deleted queue the following output: how can i alter the code to delete the queues…