JASS Development


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers JASS Development
# 1  
Old 08-06-2009
JASS Development

with regard to JASS, some time ago (1.5 years) I took it's 4.2 version and dig it quite much and created customized and more tight (although still 100% usefull) version of the framework to be used in company i worked for (I think they never used it after I left, however).
I also found that some of the scripts in JASS4.2 had errors and actually could not work. REcently I discovered the newest JASS version is still 4.2!!! Does any one think it may be usefull to somehow go public with what I reworked?

Personally I find JASS great and I learned many smart concepts digging through its scripts and code. These days I try to port some of it's concepts to other platform that need controls and compliance verification.

I will appreciate yout thoughts... Smilie
Small problem could be that I only have access to solaris 10 on vbox these days... No real SPARC machine.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

Need jass hardening documentation

Hi, Where I could find information about "Jass hardening" for Solaris10? Because, I change the /opt/SUNWjass/Files/etc/syslog.conf file. But yet I don't know if I must restart the jass (and how?) or I must to copy /opt/SUNWjass/Files/etc/syslog.conf to /etc/syslog.conf? Thanks for your... (2 Replies)
Discussion started by: hiddenshadow
2 Replies

2. What is on Your Mind?

Which OS is better for software development ?

Big noob in everything, so I want know from more experienced users and programmers what they think which OS is better for system development? (3 Replies)
Discussion started by: solaris_user
3 Replies

3. Solaris

JASS - upgrading from Sol 9 to Sol 10

Do I need to reinstall/rerun JASS after upgrading from Sol9 to Sol10? Just wondered if the upgrade procedure overwrote any of the settings etc? (0 Replies)
Discussion started by: psychocandy
0 Replies

4. News, Links, Events and Announcements

b8 development goes on

b8 development goes on The next b8 release (0.5) will be a major one with major changes. Oliver Lillie sent me a basic PHP 5 port of b8, I used his code as the base for b8 0.5. Almost all parts have been completely rewritten, only the math remains untouched. The most significant changes are:... (0 Replies)
Discussion started by: Neo
0 Replies

5. UNIX for Dummies Questions & Answers

Moving to development

Hey someone tell me how to participate in the development of bsd unix....... (3 Replies)
Discussion started by: prasad1990
3 Replies

6. Solaris

Jass Toolkit 4.2

I have Jass Toolkit 4.2 for Solaris 10. If I run #jass-execute -d secure.driver and then enable certain services which were disabled by jass, such as ssh, how do I incorporate those changes to jass so that when i rerun jass-execute secure-driver, it does not complain. Any suggestions please,... (1 Reply)
Discussion started by: Tirmazi
1 Replies

7. UNIX for Dummies Questions & Answers

Development of Unix

I was thinking about pros and cons of unix and about comparison Unix shell (bash) and unix commands with Windows PowerShell and its commands. I just would like to hear what do you mean about: 1. Aren't options of unix commands too much confusing? Why are not standardized in a way that it's... (14 Replies)
Discussion started by: MartyIX
14 Replies

8. Solaris

Jass & SMC login problem

After I run Jass , I can bring up the SMC GUI, but it wont let me log in as root. It works without Jass being run. Does anyone know what in Jass disables this. I have tried removing some things from jass like remote-root-login to no avail. Any hints would be greatly appreciated. I ram running... (0 Replies)
Discussion started by: garydeena
0 Replies
Login or Register to Ask a Question
PKGKDE-OVERRIDE-SC-DEV-LATEST(1)			User Contributed Perl Documentation			  PKGKDE-OVERRIDE-SC-DEV-LATEST(1)

NAME
pkgkde-override-sc-dev-latest - loosen kde-sc-dev-latest Break restrictions SYNOPSIS
pkgkde-override-sc-dev [-bbase_version] [-vversion] DESCRIPTION
pkgkde-override-sc-dev-lastest is a helper utility which can be used to generate a dummy kde-sc-dev-latest package without Breaks field that is present in the original version. Original kde-sc-dev-latest package is used to force KDE Software Compilation modules to be built against the latest version of the KDE Development Platform modules without bumping versions of a bunch build dependencies for each KDE SC module. However, while original kde-sc-dev-latest does not cause problems when building in clean chroots, the restrictions imposed by its Breaks field might be undesirable on the maintainer system when: o the maintainer wants to (test)build KDE module version X.Y.A against KDE Development Platform X.Y.B where (A > B); o the maintainer builds a new upstream version of the some KDE Development Platform module on the system that has an old version of some KDE Development Platform packages installed. For example, even if kdepimlibs does not build depend on kdebase-workspace-dev, original kde-sc-dev-latest may prevent kdepimlibs X.Y.A to be built on the system which has kdebase-workspace X.Y.B (where A > B) installed. By default, pkgkde-override-sc-dev-latest generates a dummy kde-sc-dev-latest package in the current working directory that is based on the current "candidate" version of the original kde-sc-dev-latest (as per apt-cache policy). You may specify a base version with the -b option. The resulting dummy kde-sc-dev-latest override package will have "base_version+override" as its version unless another one is specified with -v option. Once the package is generated, you can install it like: # dpkg --install kde-sc-dev_<version>+override_all.deb OPTIONS
-bbase_version, --basever=base_version The version of the original kde-sc-dev-latest package to base an override package on. It must be available in the APT database on the system. You may also pass special value "latest" to select the latest available version in the APT database. If you specify "priority", the latest version with the highest priority will be selection. By default (if this option is not specified), candidate version is selected -vversion, --version=version Generate an override package with the specified "version+override" rather than default "base_version+override" version. AUTHOR
Modestas Vainius <modax@debian.org> perl v5.14.2 2011-12-26 PKGKDE-OVERRIDE-SC-DEV-LATEST(1)