Sponsored Content
The Lounge What is on Your Mind? How Do You Feel About This Site? Post 302359414 by ilikecows on Tuesday 6th of October 2009 01:17:12 PM
Old 10-06-2009
I enjoy coming here and taking a crack at other people's problems as well as seeing real world problems and their solutions. I think I have learned a whole lot solving or attempting to solve other peoples problems. I have been recommending this site to co-workers since I started coming here.
 

8 More Discussions You Might Find Interesting

1. Solaris

Why is the look and feel of CDE still the same?

Hi guys, Why is the look and feel of CDE still the same? It hasn't changed at all. -cadmiumgreen (1 Reply)
Discussion started by: cadmiumgreen
1 Replies

2. What is on Your Mind?

How do you feel about sudo

Hi all, I was just crious to know your thoughts about sudo i.e. does it really enhance security or do you feel that it doesn't provide with much security as Ubuntu folks think :) And also post your personal experiences of using sudo and your first thoughts about it and any suggestions to... (1 Reply)
Discussion started by: tayyabq8
1 Replies

3. IP Networking

port access to site to site VPN

Setup a site to site VPN between two cisco routers. One of the site locations is unable to access ports such as https://example.com:9001 How do I let them go into port 9001? They can ssh, ftp, telnet and everything else. Is this a VPN issue or ACL access issue? I put permit ip host... (0 Replies)
Discussion started by: photon
0 Replies

4. Solaris

How do you feel about the OpenSolaris spinoffs?

Every once in a while, I take a peek at OpenIndiana, Nexenta and Illumos hoping to see the spirit of OpenSolaris rise and fly. But I'm not real impressed with the level of activity. What do you think? Is there still forward progress? Is there a large reservoir of loyal Solaris users that... (1 Reply)
Discussion started by: KenJackson
1 Replies

5. What is on Your Mind?

Studying but feel like not learning anything

I am trying to study this solaris OS. But each time I study, I feel like I didn't learn anything. Any suggestions? Thanks (4 Replies)
Discussion started by: cjashu
4 Replies

6. IP Networking

How to establish site to site vpn - Linux machine and cisco asa?

Hi, I am trying to establish vpn between my linux server and cisco asa at client side. I installed openswan on my cent os. Linux Server eth0 - 182.2.29.10 Gateway - 182.2.29.1 eth1 - 192.9.200.75 I have simple IPtables Like WAN="eth0" LAN="eth1" (0 Replies)
Discussion started by: ashokvpp
0 Replies

7. IP Networking

Does cisco 1921 router support site to site VPNs using IPSec?

Q: "Does Cisco 1921 router support,, act as an endpoint for, site to site VPNs using IPSec? If so, how many? " A: If you get the Cisco 1921/k9 with the security services bundle then it will have built in security features. Cisco, typically includes IP Sec tunnels I believe as part of that... (0 Replies)
Discussion started by: Ayaerlee
0 Replies

8. IP Networking

IPSec Openswan Site to Site VPN - Big Pain

Hi @all, I try to connect 2 LANs with IPSec/Openswan LAN 1: 192.168.0.0/24 LAN 2: 192.168.1.0/24 This is my Config: conn HomeVPN # # Left security gateway, subnet behind it, nexthop toward right. left=192.168.1.29 ... (1 Reply)
Discussion started by: bahnhasser83
1 Replies
CSDP(1) 						      General Commands Manual							   CSDP(1)

NAME
csdp - semidefinite program solver SYNOPSIS
csdp <problemfile> <finalsolution> <initialsolution> csdp-complement <inputgraph> <outputgraph> csdp-graphtoprob <graph> <problemfile> csdp-randgraph <rand_graph> <file> <n> <p> [<seed>] csdp-theta <graph> DESCRIPTION
This manual page documents briefly the csdp, csdp-complement, csdp-graphtoprob, csdp-randgraph and csdp-theta commands. csdp -- interface to solve general semi-definite programs csdp-complement -- compute the complement of a graph and output it in csdp problem format csdp-graphtoprob -- convert graph into csdp problem format file csdp-randgraph -- generate a random graph csdp-theta -- solves the Lovasz thetha problem OPTIONS
A summary of options is included below. For a complete description, see /usr/share/doc/coinor-csdp-doc/csdpuser.pdf. csdp inputproblem in the SDPA sparse format problemfile is the name of a file containing the SDP problem in SDPA sparse format finalsolution is the optional name of a file in which to save the final solution initialsolution is the optional name of a file from which to take the initial solution. CSDP searches for a file named param.csdp in the current directory. If no such file exists, then default values for all of CSDP's parame- ters are used. If there is a parameter file, then CSDP reads the parameter values from this file. The default parameter values is given below (can be pasted into a file): axtol=1.0e-8 atytol=1.0e-8 objtol=1.0e-8 pinftol=1.0e8 dinftol=1.0e8 maxiter=100 minstepfrac=0.90 maxstepfrac=0.97 minstepp=1.0e-8 minstepd=1.0e-8 usexzgap=1 tweakgap=0 affine=0 printlevel=1 perturbobj=1 fastmode=0 param.csdp file parameter description axtol atytol objtol tolerances for primal feasibility, dual feasibility, and relative duality gap pinftol dinftol tolerances used in determining primal and dual infeasibility maxiter plimit the total number of iterations that CSDP may use minstepfrac maxstepfrac determine how close to the edge of the feasible region CSDP will step. If the primal or dual step is shorter than min- stepp or minstepd, then CSDP declares a line search failure. usexzgap If parameter 0, then CSDP will use the objective function duality gap instead of the tr(XZ) gap tweakgap if set to 1, and usexzgap is set to 0, then CSDP will attempt to "fix" negative duality gaps. affine If parameter affine is set to 1, then CSDP will take only primal-dual affine steps and not make use of the barrier term. This can be useful for some problems that do not have feasible solutions that are strictly in the interior of the cone of semidefinite ma- tri- ces. printlevel determines how much debugging information is output. Use printlevel=0 for no output and printlevel=1 for normal output. Higher values of printlevel will generate more debugging output. perturbobj determines whether the objective function will be perturbed to help deal with problems that have unbounded optimal solution sets. If per- turbobj is 0, then the objective will not be perturbed. If perturbobj=1, then the objective function will be perturbed by a default amount. Larger values of perturbobj (e.g. 100.0) increase the size of the perturbation. This can be helpful in solving some difficult problems. fastmode determines whether or not CSDP will skip certain time consuming operations that slightly improve the accuracy of the solutions. If fastmode is set to 1, then CSDP may be somewhat faster, but also somewhat less accurate. SEE ALSO
dsdp5(1),theta(1) The programs are documented fully in the accompanying .pdf documentation which can be found in /usr/share/doc/coinor-csdp-doc if the coinor-csdp-doc package is installed. AUTHOR
csdp was written by Brian Borchers et al. This manual page was written by Soeren Sonnenburg <sonne@debian.org>, for the Debian project (but may be used by others). April 11, 2009 CSDP(1)
All times are GMT -4. The time now is 09:01 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy