Filtered Index

Filtered by: Command Line

aburgemeister's picture
article
Reads:

4978

Score:
2
2
3
 
Comments:

0


LJDT: Base64 Encoding

In computing there are two terms which are often confused: encoding and enciphering. One of them, with 'cipher' in its name, usually best refers to something that is cryptographically enciphered which means it was mathematically mangled in a fashion that the result, regardless of the input, is fairly random, patternless nonsense to the un-key-assisted eye. The other term refers to simply changing data from one form to another at is basic level. One type of encoding is 'base64' encoding, which is used through many areas of computing and can be explained much more-simply than most cryptographic cipher functions (in my opinion). This article is to show how, on many levels, Linux Just Does That.

mbruner1's picture
article
Reads:

4338

Score:
1.5
1.5
4
 
Comments:

0


Branch Server Redundancy

My company needed a way that users at the different branches could still function and perform their duties, even when the local branch server was down. The following should at least let you begin thinking about how this could be handled.

aburgemeister's picture
article
Reads:

4795

Score:
1.5
1.5
2
 
Comments:

0


LJDT: Installed RPM Size

Sometimes I find myself wondering how big an installed RPM's files really are. Use a simple script to do all of the calculating of file sizes, plus see how to recreate the RPM from the system where the package is installed in the latest addition to Linux Just Does That.

mfaris01's picture
article
Reads:

4914

Score:
5
5
1
 
Comments:

2


Manual Removal of iFolder 3.7 with Re-installation on OES 2 Linux

In the process of getting iFolder 3.7 to run on an OES 2 Linux server I had a bout of power outages that resulted in a corruption of the root partition and guess which part caught the corrupted blocks. Yep, iFolder's data store. I toyed with it for a while and then decided to just re-install it, especially since no one was using it yet. Here is what I did to get it all back up and running.

aburgemeister's picture
article
Reads:

4733

Score:
0
0
 
Comments:

0


LDAP Virtual List View (VLV) Control

Once in a while an issue comes up where application A gives some odd errors in eDirectory but those errors seem to be cosmetic as application A is still fine and works (unless you count the messages in ndstrace). What does this mean when you see a -714 from eDirectory while tracing LDAP that is talking about some "iterator"? What does an LDAP error 51 mean when everything still seems to return properly? Today I am going to try to share some information on Virtual List Views (VLV) by explaining what they are, how you can use them, and a few cases where they do not work with eDirectory.

jlodom's picture
tool
Reads:

8011

Score:
2
2
1
 
Comments:

0


An OS X Login Hook for Novell Networks

Do you have Macintosh users authenticating to their OS X workstations through eDirectory? Use this loginHook script to grant them access to the local machine by group and to populate GroupWise with their PO login settings.

© 2013 Novell