Filtered Index

Filtered by: Linux

article
Reads:

1171

Score:
0
0
 
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.

tool
Reads:

1288

Score:
5
5
1
 
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.

article
Reads:

959

Score:
0
0
 
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.

article
Reads:

752

Score:
0
0
 
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.

mfaris01's picture
article
Reads:

665

Score:
0
0
 
Comments:

0


Installing ZENworks Linux Management 7.3 Agent on Remote Servers

Like me, many of you have multiple Linux servers to contend with and maintain. Even though ZENworks Linux Management allows you to do numerous, helpful tasks with these servers, you still have to install the agent. Not having the luxury of direct access to these servers and I did not include the ZLM 7.3 Agent in the server build, I had a dilemma. How do I get the servers to install this 600+MB CD image without outside intervention? Once I had burned the ISO to a CD, I found that there are some hard links that can’t be copied, because they point to targets that will be used after the install completes. So copying the ISO data was out. I read some stuff about creating an Add-on in YaST and it worked beautifully. I’ve added some additional stuff that can help prevent further balding. Here’s how I did it.

article
Reads:

1656

Score:
0
0
 
Comments:

0


Enable Designer in PHPMyAdmin

Domnic shows you how to enable Designer in PHPMyAdmin and save the DB design in PDF format.

© 2009 Novell, Inc. All Rights Reserved.