Sponsored Content
Full Discussion: Is freeware safe?
Special Forums Windows & DOS: Issues & Discussions Is freeware safe? Post 302409120 by jim mcnamara on Wednesday 31st of March 2010 08:05:48 AM
Old 03-31-2010
If you get freeware from reliable sources it is okay.

Good source for an anti-virus application as an example:
Anti virus for Linux, Windows and more with firewall, antispam, recovery security - Avira AntiVir

These kinds of apps bug you periodically to buy the real licensed product.

In general, if you download from the application builder directly it is probably okay.
SourceForge.net: Find and Develop Open Source Software
Is a good place to browse for what you need. Some projects are NOT complete. So read carefully so you do not waste time and effort.

Click on the security link on the first page to browse for what you seem to want.
 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

adobe freeware question

I've just downloaded the adobe reader for a solaris 8 box of mine. I try to unzip it as it is is tar.gz format and get a binary error ? how can I unzip this thing and get the reader going ? thanks (3 Replies)
Discussion started by: simon2000
3 Replies

2. HP-UX

HP UNIX freeware

Hi I plan to buy HP unix system from ebay for learning purpose. Would like to know if any HP UX version is freeware or available for download. Thanks GRR (4 Replies)
Discussion started by: grr9999
4 Replies

3. What is on Your Mind?

freeware to document your IT infrastructure for unix

I just started using this good free software that lets you document your entire IT infrastructure. It's called Auditor Lite or Documentor for Unix and in my opinion it's the best software out there and the fact that it is free is even better. Just thought I would let you guys know if you want to... (1 Reply)
Discussion started by: itguy321
1 Replies

4. UNIX and Linux Applications

Looking for DB editor multiplatform freeware

Hello all , im looking for multiplatform freeware DB editor That support ORCALE /MS SQL and so on .... Is there such thing ? Something like toad. (2 Replies)
Discussion started by: umen
2 Replies

5. UNIX and Linux Applications

Is there freeware application like access or VB ?

Hello all I is there freeware application that as Microsoft access and VB (RAD tool ) That is free to use and multi platform? (2 Replies)
Discussion started by: umen
2 Replies

6. Solaris

Looking for truly freeware chat server for solaris

I am running solaris 9 on x86 server. I am looking to find an actual freeware chat server that I can install and let 10-20 users on my network use... I was directed towards "dbabble" which is great but not freeware and trial expires after 30 days.... Anyone know a reasonably decent freeware... (1 Reply)
Discussion started by: frustrated1
1 Replies

7. Solaris

freeware needed

Is there any freeware or shareware which can execute .exe files in solaris 10 if it is please give the link (4 Replies)
Discussion started by: tiwsaj
4 Replies

8. Solaris

Async-Signal-Safe versus MT-Safe

Hi, I am Solaris 9 developer and notice that the documentation does not provide a clear notion of the inherent concurrency in routines defined as "Async-Signal-Safe". Routines defined as "MT-Safe" obviously have the best level of concurrency, compared to normal "Safe" interfaces. I have... (1 Reply)
Discussion started by: tristan12
1 Replies

9. UNIX for Dummies Questions & Answers

Availablility of mysql freeware

Hi, Is there a freeware available of mysql? Can it be installed on AIX? Please suggest. Thanks! (1 Reply)
Discussion started by: dwiravi
1 Replies
vncserver(1)							     TightVNC							      vncserver(1)

NAME
vncserver - a wrapper to launch an X server for VNC. SYNOPSIS
vncserver [:display] [-geometry widthxheight] [-depth depth] [-pixelformat rgbNNN|bgrNNN] [-name desktop-name] [ -httpport int ] [ -base- httpport int ] [ -alwaysshared ] [ -nevershared ] [Xvnc-options...] vncserver [ -clean ] -kill :display vncserver -help DESCRIPTION
vncserver is a wrapper script for Xvnc, the free X server for VNC (Virtual Network Computing). It provides all capabilities of a standard X server, but does not connect to a display for itself. Instead, Xvnc creates a virtual desktop you can view or control remotely using a VNC viewer. OPTIONS
You can add Xvnc options at the command line. They will be added to the invocation of Xvnc without changes. The options provided by the vncserver itself are as follows: :display The display number to use. If omitted, the next free display number is used. -geometry widthxheight Set desktop width and height. -depth depth Set the colour depth of the visual to provide, in bits per pixel. Must be a value between 8 and 32. -pixelformat rgbNNN|bgrNNN Set colour format for pixels representation. The viewer can do the conversion to any other pixel format, but it is faster if the depth and pixel format of the server is the same as the equivalent values on the viewer display. -name string This specifies the name of the desktop. -clean This option can be used in conjunction with -kill :display Stops the session running on the specified display. -nevershared Never allow shared desktops. -alwaysshared Always allow shared desktops. -basehttpport int The base http port to use for the java client applet (you have to install the tightvnc-java package to make this work). The real port number will be port = base + display num. -httpport int The http port to use for the java client applet (you have to install the tightvnc-java package to make this work). -help Prints a short usage notice to stderr. EXAMPLES
vncserver Invokes Xvnc on the next available display and with suitable defaults. vncserver :1 Invokes Xvnc on display :1. vncserver -geometry 800x600 -depth 16 :1 Invokes Xvnc on display :1 with desktop size of 800x600 pixels and color depth of 16 bits per pixel. vncserver -kill :1 Shuts down Xvnc server on display :1. SEE ALSO
Xvnc(1), vncviewer(1), vncpasswd(1), vncconnect(1) AUTHORS
Original VNC was developed in AT&T Laboratories Cambridge. TightVNC additions were implemented by Constantin Kaplinsky. Many other people participated in development, testing and support. Man page authors: Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>, Tim Waugh <twaugh@redhat.com>, Constantin Kaplinsky <const@tightvnc.com> August 2006 vncserver(1)
All times are GMT -4. The time now is 01:09 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy