Filtered Index

Filtered by: SUSE Linux Enterprise

mbruner1's picture
article
Reads:

4050

Score:
2.6
2.6
5
 
Comments:

2


Forcing Printers to Users after iPrint Migration

During the iPrint migration, all of the drivers are migrated, the existing printers are renamed adding _NW to the end of the names, and the new iPrint Printers are created. The users assigned to the old printers are assigned to the new printers as well, but there is a caveat. That only allows the users to install the printers from the web page at http://serveraddress/ipp. It does not force install the printers for the users. Here is how you can work around this.

vindiola's picture
tool
Reads:

9286

Score:
3.333335
3.3
3
 
Comments:

4


Show All SLP Services in Linux

This is a Linux script to replace the functionality of "display slp services" in NetWare.

aburgemeister's picture
article
Reads:

9837

Score:
3.25
3.3
8
 
Comments:

0


ECMAScript/JavaScript Development Without a Web Browser

Have you ever been coding Java and suddenly wanted to do something using loosely-typed variables or worked out an issue with a little less Java-ness? Have you ever wanted to take advantage of the familiarity people have with some languages (ECMAScript/JavaScript) while still using something that is not a web browser as an environment? Have you ever wanted to debug your JavaScript without refreshing a web page and your cache that just won't seem to ever refresh properly for you? This and more will be covered today with practical examples in both the Novell Identity Manager (IDM) and Novell Sentinel applications plus any other Java-based applications that you may have around your own environment.

smflood's picture
article
Reads:

5508

Score:
0
0
 
Comments:

0


How to Add Additional Perl Modules to Your Linux Installation

Do you need to use Perl modules, other than the ones that are easily installed via YaST?

Rather than download the relevant archive file for a particular Perl module, extracting the contents, then manually making and installing the module, wouldn't it be nice if there was a way of automating that process and tracking module updates?

aburgemeister's picture
article
Reads:

4352

Score:
4
4
1
 
Comments:

0


LJDT: The 'watch' command

Do you ever find yourself running a command, pressing the up-arrow, then [Enter], then the up-arrow, then [Enter], then the up-arrow.... this is a great exercise that will get your fingers used to typing random odd key sequences without your eyes paying attention, but otherwise it's a complete waste of time. A command I have come to love helps me point my OCD tendencies to other pointless tasks while running commands over and over for me. Introducing 'watch', because Linux Just Does That.

aburgemeister's picture
tool
Reads:

12905

Score:
2.75
2.8
4
 
Comments:

3


Base64-to-hexadecimal converter

For those cases where converting from Base64 encoded data to a hexadecimal output similar to what you get from other utilities this script may simplify your life. The script takes input and decodes it finally converting it to hex output for use in other applications.

© 2013 Novell