MPASM Macro : cfLES (Compare File Less Than File)

January 31st, 2012 No comments

 

Introduction

Compares 2 file registers and determines if file 1 is less than file 2. If less than then jump to the passed address.

Read more…

Categories: cfLES, MPASM Macro Tags:

MPASM Macro : ckGRT (Compare File Greater Than Constant)

January 28th, 2012 No comments

 

Introduction

Compares a file register to a constant and determines if the file is greater than a constant. If greater than then jump to the passed address.

Read more…

Categories: ckGRT, MPASM Macro Tags:

MPASM Macro : cfGRT (Compare File Greater Than File)

January 24th, 2012 No comments

 

Introduction

Compares 2 file registers and determines if file 1 is greater than file 2. If greater than then jump to the passed address.

Read more…

Categories: cfGRT, MPASM Macro Tags:

MPASM Macro : ckEQU (Compare File / Constant Equal)

January 13th, 2012 No comments

 

Introduction

Compares a file registers to a constant value and determine if equal. If equal then jump to the passed address.

Read more…

Categories: ckEQU, MPASM Macro Tags:

MPASM Macro : cfEQU (Compare Files Equal)

January 10th, 2012 No comments

 

Introduction

Compares 2 file registers and determine if equal.  If equal then jump to the passed address.

Read more…

Categories: cfEQU, MPASM Macro Tags:

HowTo – Install Usermin on Ubuntu 10.04 LTS

June 5th, 2011 No comments

Introduction

Usermin is a web-based interface for webmail, password changing, mail filters, fetchmail and much more. It is designed for use by regular non-root users on a Unix system, and limits them to tasks that they would be able to perform if logged in via SSH or at the console. You can visit http://www.webmin.com/usermin.html to view the documentation and modules avaliable for usermin. The information below is based on a condensed version of a post shown in the sources and modified to install usermin.

Read more…

Categories: Linux Tags:

HowTo – Install Webmin on Ubuntu 10.04 LTS

June 5th, 2011 No comments


Introduction

Webmin is a web-based interface for system administration for Unix. Using any browser that supports tables and forms (and Java for the File Manager module), you can setup user accounts, Apache, DNS, file sharing and so on.  You can visit www.webmin.com to view the documentation and modules avaliable for webmin.  The information below is based on a condensed version of a post shown in the sources.

Read more…

Categories: Linux Tags: ,