General :: Install To Provide Sha1 And Sha256 Checker?

Jun 12, 2009

Debian 5.0

What package I need to install to provide sha1 and sha256 checker?

View 2 Replies


ADVERTISEMENT

Security :: Acceptable Kerberos Encryption - Error "ktutil: AES256/SHA1*: Encryption Type AES256/SHA1* Not Supported"

Dec 23, 2010

I am building an active directory and using BIND9 as my DNS. To allow for secure dynamic updates from the domain, I am enabling GSS-TSIG as detailed here and here. Unfortunately, some of the commands and configurations used here seem to be depreciated, at least in the newer versions that I'm using. My issue is one of keytab encryption. I generated a keytab using ktpass.exe on the Windows Server 2008 domain controller. I have tried DES/MD5, AES128/SHA1 and AES256/SHA1, each have been turned down by ktutil on the kerberos server (FreeBSD). Each time, it outputs the following error: ktutil: AES256/SHA1*: encryption type AES256/SHA1* not supported *Respective to encryption used.

I cannot find a list of suitable encryption schemes that ktutil will accept. The FreeBSD handbook details a means of producing a keytab file, but I'm not sure how to configure the Domain Controller to use the keytab.

View 1 Replies View Related

Software :: Unable To Install Digest-SHA1?

Dec 21, 2010

I am trying to install bugzila on CentOS release 5.5. In that process I have to install perl package Digest::SHA. I did it through yum (Doesnt seems to be recognized by cpan and bugzila)

1. yum install perl-Digest-SHA
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: mirror.ubiquityservers.com
* base: mirrors.cmich.edu

[Code]...

I am not sure why cpan and bugzila are not recognizing the module and where is the mistake. I am unable to interpret why make file is having problem in cpan Can any one throw some light on what exactly is going wrong with my install

View 3 Replies View Related

Ubuntu :: Cannot Install Spell Checker

May 22, 2010

Code:
Thunderbird could not install the file at

file:///home/rodney/Downloads/spell-en-AU.xpi

because: Install script not found -204

I get this message when I try to install a spell checker in Thunderbird.

Also when I click on any links in Thunderbird nothing happens.

View 2 Replies View Related

General :: Output Md5 Or Sha1 Along With Fullpath And Filesize

Aug 26, 2010

I am trying to output md5 or sha1 along with fullpath/filename and file size but I dont seem to find a way to do this.

with

Quote:

find . -printf '%s %p'

i can retrieve size and fullpath and filename

however I am not able to merge that info with the md5 or sha1 of the file

my aim is to have a file such as this

6435b607f86b6e6be1e77bb3b1987677d1377275 ./abc/asda/file1.txt 404
6435b607f86b6e6be1e77bb3b987677d13772725 ./abc/asda/file2.txt 1404

also, performance is an issue for me, since i need to get the info out of 10m files (approx 6TB), so commands like find are preferred and less iterations among commands would be great too.

btw i've tried to use something like this

Quote:

find . -type f -printf '%s %p'| xargs awk '{x=system("md5sum "$2)}END {print x" "$2" "$1}'

but variable x contains the return value of the system command md5sum and not the stdout

View 9 Replies View Related

Software :: Install And Enable The Australian Spell Checker In Libreoffice Vers 3.3.0?

Jan 29, 2011

How do l install and enable the australian spell checker in libreoffice vers 3.3.0. ? I can't get the automatic spellcheck to turn on. Misspelled words are not underlined with the typical red squiggly line.

version installed
# rpm -qa | grep libreoffice| sort
libreoffice-3.3.0.3-2.1.x86_64
libreoffice-base-3.3.0.3-2.1.x86_64
libreoffice-base-drivers-mysql-3.3.0.3-2.1.x86_64
libreoffice-base-extensions-3.3.0.3-2.1.x86_64

[Code]...

View 1 Replies View Related

Security :: Shadow Password Hashes - If My $id$ Was $5$, Which Is Sha256?

Apr 26, 2011

The /etc/shadow file contains an id of $1$, $2$, $5$ or $6$ to show the encryption method used.A salt follows this,followed by the password hash.When a user is created and a password is set, a hash is RANDOMLY generated and used as the salt to the password hash. Everytime that user logs in, login checks /etc/shadow for the $id$ and salt and runs the password given by the user through the hash mechanism ($id$) using the salt in /etc/shadow.So basically does login look at /etc/shadow for the $id$ and salt to create a hash with which to compare to the /etc/shadow hash?question 2 - If my $id$ was $5$, which is sha256, how would i go about changing this? Like is there a shadow.conf or crypt.conf or something? Can i change it per user?

View 2 Replies View Related

General :: Abiword Spell Checker Does Not Work?

May 9, 2011

My ubuntu (lubuntu) installation came with abiword, which I like, but I can't get the spell checker to work.
I've tried various suggestions from Google but am floundering.

View 4 Replies View Related

Fedora Installation :: Disk Error From DVD That Passed SHA256

Dec 27, 2009

I'm trying to install F12 from the install DVD that I torrented but it's giving me a disk error when I try to install. The DVD loads but when I go to install, it crashes when loading initrd.img, saying:

isolinux: Disk error 10, AX = 4209, drive EF

Boot failed: press a key to retry...

The DVD iso does pass the SHA256 hash test, so that doesn't seem to be the problem. I'm using Roxio Easy Media Creator 9 to write the DVDs, which it seems to do without any problems. The only thing I haven't ruled out is Roxio - is this the problem or is there something I'm missing? If it is the problem, any suggestions for a better free Windows DVD burning program I could use?

View 1 Replies View Related

General :: Managing Spelling Checker Languages In Fedora 12

Mar 28, 2010

I'm often switching between the following three languages to check spelling in evolution, firefox and gnote:

English / United States
Dutch / Netherlands
Croatian / Croatia

The problem is that the language list is huge, what makes switching between the languages difficult. There are more than 20 types of English spelling and 3 Duch spellings (see the screen-shot).

I would like to configure this language list, so that only the relevant languages are displayed.

View 6 Replies View Related

Ubuntu Installation :: Automatically Provide 64 Bit Install Version?

Aug 15, 2010

a beginner to ubuntu, why is 64 bit marked not recommended, have amd64 dual core, thinking of trying wubi, would automatically provide 64 bit install version? which to use?

View 1 Replies View Related

OpenSUSE Install :: Why Not Provide Regenerated ISOs After Package Update

Jun 30, 2011

I think opensuse should provide regenerated ISO files to public after several package updated. I think this may help reduce duplicate bug reports and reduce net traffics. I think this can greatly increase the user experience of opensuse.

View 5 Replies View Related

Software :: Provide DESTDIR Option During Make Install Process Of Jhbuild?

Nov 4, 2010

Is it possible to provide DESTDIR option during make install process of jhbuild? Default it installs in location provided by prefix.

View 3 Replies View Related

General :: Possible To Provide 20gb To One User And 10 Gb To Another

Feb 15, 2010

I am provisioning a server rhel5.3. I am creating 2 users in the box other than root. The default home dir is going to be /home filesystem (30GB).Is it possible to provide 20gb to one user and 10 gb to another?

View 5 Replies View Related

General :: Provide Response To Command Output ?

May 4, 2011

I am writing a bash shell script on RHEL. I need a way to analyze the output from a command, and provide a response to that command depending on what is found.

On the command line this looks like:

In other words I want to script this - capture the output from the mlsmailbox --delete command, respond with a yes if the mailbox was found, and go on if it was not found. There may be other responses to the mlsmailbox --delete command that I need to analyze and respond to as well.

View 3 Replies View Related

General :: Generate Without Password Or To Provide Script

Jan 26, 2011

system debian php-4.x.x.src.deb. What actions should be performed that would build the binary deb with support memcache, mhash, and mcrypt? Assume that all the required packages of libraries installed on the system. system centos php-4.x.x.src.rpm. What actions should be performed that would build the binary rpm with support memcache, mhash, and mcrypt? Assume that all the required packages of libraries installed on the system. There is the software raid1 md0 Disc / dev / sda / dev / sdb. You must configure grub, that would have been able to boot from both drives. Assume that only one section ("/"). Generate for httpd ssl key and integrate into the system. to generate without a password or to provide a password script. Scan open ports and see what processes are installed network connections. What ports must be left open to normally closed firewall for full operation and setup http server (http, https)? Write a shell script that would produce an analysis of processes mysql and delete those that connection more than 5 minutes excluding system processes (eg replication), as well as sending mail warning in the log if an error occurs mysql string ABCDEFGH. Provide autostart at boot time (integration in init.d), protection against re-run, exception handling (when using lock files).

View 3 Replies View Related

General :: Have Failed To Provide Proper Authentication?

Sep 8, 2010

i am using fedora 12(32 bit),when i tryed to uninstall program pidgin from system->administration->add/remove programs i got an error message saying tat YOU FAILED TO PROVID PROPER AUTHENTICATION,so i was jst wondering if we can sign in as root through gui.the problem with my pidgin app was that whenever i tryed to start that application, it appears for like 4-5 sec and then disappears! so i thought of reinstalling the pidgin.

View 4 Replies View Related

General :: Does Tar Provide Method To Tar Up Only Files Listed In Particular File?

Feb 4, 2011

I have a file that is a list of other files, lets say FilesIWantToTar.dat. I want to say something along the lines of tar -c input-file=FilesIWantToTar.dat archive.tar or similar. Does the tar utility provide this functionality, or do I need to write a simple script?

View 1 Replies View Related

General :: Provide Tech-talk On X Windows System?

Apr 5, 2010

I have planned to provide tech-talk on x Windows System. Any Resource where I can get detailed information regarding the same.

View 2 Replies View Related

General :: Provide Sudo Access To Oracle User?

Dec 9, 2010

I need to provide sudo access to Oracle User, run only this particular "SRVCTL" command.

Do I need to edit "sudoers" file .if so where do I need to add these two lines in sudoers file.

1. apps/opt/grid/bin/srvctl

2. /apps/opt/oracle/product/11.2.0/db_1/bin/srvctl

View 2 Replies View Related

General :: Use Symlink To Provide Access To A Specific File Under A Restricted Directory

Jan 24, 2011

My home directory's permissions allow only myself access to it. Is it possible to put a file inside my home directory with.. say.. full permissions, and create a symlink to it so other users can access that file alone inside my home folder? System is Ubuntu Karmic.

View 2 Replies View Related

General :: Which Vanilla Kernel Version Provide Support For QM57 Chipset

Dec 13, 2010

which vanilla kernel version provide support for QM57 chipset?

View 1 Replies View Related

Security :: Cracking SHA1 With EC2 GPU Instances?

Nov 28, 2010

Had to happen I guess - cheap cracking on the cloud; see here

View 14 Replies View Related

Security :: OpenPGP - MDC Packet - SHA1

Mar 29, 2010

OpenPGP Standard RFC 4880, not really a Linux Question, but as may be using GnuPG on Linux I thought I would ask here

The Modification Detection Code Packet is defined to use SHA-1, even though it does state in section 13.11. that this can be altered, and gives example methods. However this would cause interoperability, (q1)so I assume there is no standard method of doing this??

- How much of a threat do you believe this to be? Even though the SHA-1 hash is encrypted within the symmetrically encrypted integrity protected data packet.

View 1 Replies View Related

CentOS 5 :: DVD No Md5 Or Sha1 Hash File Available?

Jun 13, 2010

I just downloaded CentOS-5.5-i386-bin-DVD.iso from a mirror and there is no check sum file or hash for
this ISO. The md5sum.txt file contains:

[Code]...

View 5 Replies View Related

General :: Run System File Checker On Ubuntu 10.10 Without Damaging The System?

Apr 9, 2011

I am getting occasional errors during the boot process.One at the beginning and one or two when I switch to single user mode.I 'd like to run the system file checker to fix any possible errors.But when I run fsck in the terminal I get the message:Code:

mansour@ubuntu-notebook:~$ fsck
fsck from util-linux-ng 2.17.2
e2fsck 1.41.12 (17-May-2010)

[code]...

View 14 Replies View Related

General :: Ubuntu Working On Thin Client Cannot Provide Accurate Disk Space Reports?

Jul 26, 2011

We are using thin client systems in our work environment. There is a central ubuntu server and by using thin clients, we are connecting to our homes. The problem is when I try to install an application, it reported me that I had 200 mb of disk space. But when i try to look from console, I see that /home folder has over 250 gb s of disk space. Even when I try to look from baobab, Disk Usage Analyzer in Ubuntu, i see that my home file system is full.

So what's the reason that I am receiving different kinds of disk space report from different sources? Our system admin here told me that some applications foolishly try to see the physical devices on the thin client and got confused as a result. Is this true?

View 1 Replies View Related

Fedora Installation :: SHA1 Is Not The One In F12-i386-CHECKSUM?

Dec 16, 2009

is there anyone who checked your downloaded file against the provided key? i have successfully downloaded the Fedora-12-i386-DVD.iso several times, but the SHA1 is not the one in Fedora-12-i386-CHECKSUM is there anyone who has the same problem? the SHA1 i calculated is: 0dc8ed436f0b44874454a379e8de5ad057c0115d

[Code]...

View 2 Replies View Related

CentOS 5 :: No MD5 Or SHA1 Sums For Combined ISO Files

Jan 1, 2011

There are md5 and/or sha1 checksum files for the CentOS 5.5 ISO files, e.g. "part 1 of X". However there is no checksum for the combined ISO file. I believe we can check the media at boot time, but it would be nice to have a checksum for the combined ISO's and not just the individual pieces. Any file system should do an error free copy, but there is always the possibility of a copy not happening correctly. Is there any official source for the checksum files I'm looking for? There are sums for CentOS-5.5-x86_64-bin-DVD-1of2.iso and 2of2.iso but nothing for CentOS-5.5-x86_64-bin-DVD.iso.

x86_64 media and their sha1sums are:
0c27f508728f6a96f50e4201cd770fe9e57af3e2 CentOS-5.5-x86_64-bin-1of8.iso
ff57db0cf9af9bfc65471f49444ea92cdc238347 CentOS-5.5-x86_64-bin-2of8.iso
0faf38976fbf4053180a25f7535d66b084092059 CentOS-5.5-x86_64-bin-3of8.iso
b097bf9b747f2d16da00ff29f1e0d40b523b0a55 CentOS-5.5-x86_64-bin-4of8.iso
f1179ec875c0b4792e56f660493e82f0aff5e0f3 CentOS-5.5-x86_64-bin-5of8.iso
009892c8de408dc091e5a96b4a4ab213f2d5fe17 CentOS-5.5-x86_64-bin-6of8.iso
9660e63bd06a68ce94fe98defae1a0806ab834ae CentOS-5.5-x86_64-bin-7of8.iso
80c74ca2622b9aee3621a13a0cf6dbdc7743b4ee CentOS-5.5-x86_64-bin-8of8.iso
a85d7cd41f49f2146177dae52163d5dca276efc2 CentOS-5.5-x86_64-bin-DVD-1of2.iso
bb9a2c140170f10ed854541004539890ef7c68c8 CentOS-5.5-x86_64-bin-DVD-2of2.iso
3a04aa81ef75f329bf245a8c4f02af8137a84fb8 CentOS-5.5-x86_64-LiveCD.iso
231af7ca726557634a1f4d4f57436aab5a75f3b4 CentOS-5.5-x86_64-netinstall.iso

The MD5 sum I get is:
; SlavaSoft Optimizing Checksum Utility - fsum 2.52.00337
; Generated on 01/01/11 at 10:54:56
; 9b0d108cb3a80a9ce1eb9c3bcde0aceb *CentOS-5.5-x86_64-bin-DVD.iso

The SHA1 sum I get is:
; SlavaSoft Optimizing Checksum Utility - fsum 2.52.00337
; Generated on 01/01/11 at 11:12:17
; 40d11a8901a6af0c295a284b17dcdb66a83dc070 ?SHA1*CentOS-5.5-x86_64-bin-DVD.iso

View 2 Replies View Related

General :: How To See The Code Behind The Nagios Plugin: Nagios Checker

Aug 4, 2010

How to see the code behind the nagios plugin: Nagios Checker? I opened the folder which i have downloaded. After that where do i have to go to see the codes? Is it in App_Codes?

View 14 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved