General :: Set Up Print Counts In Mkahawa?

Jan 1, 2011

i am trying to set mkahawa to count my print-outs but the problem is i dont understand how i will configure using make,make install as given in their website:[UL]

View 1 Replies


ADVERTISEMENT

General :: Configure Mkahawa Cyber Management?

Dec 18, 2010

i am trying to install mkahawa cyber management package!! but the client part is giving me alot of problems.

View 3 Replies View Related

General :: How To Change Mkahawa Blocking Image

Dec 23, 2010

i have been trying to change the default mkahawa blocking image without success because simply i cannot find the lockpix.gif directory they are talking about!! i also tried changing that through the server but the results still proved futile.

View 1 Replies View Related

General :: Viewing Counts Of Old Passwords Associated With Users

Aug 19, 2010

I'm configuring a CentOS 5.4 workstation. I have been able to apply most of the security that is required. I have met all but one logging requirement. How do you get the count of old passwords associated with users? I don't need to see their passwords just how many times they have changed them. I have set remember to 24 in the /etc/pam.d/system-auth file. I don't know where the file is that contains this information.

View 1 Replies View Related

General :: Finding A Traffic Monitor That Only Counts In A Specific Wireless Network

Jul 28, 2011

I need a simple traffic monitor for Linux, that counts the traffic in a specific wireless network because I have volume restrictions on that one.I tried it using the following iptables rule:

[code]...

iptables -m mac -A INPUT -p all --mac-source <mac-address> ! -s 10.0.0.0/8

where <mac-address> is the router's one. 10.0.0.0/8 is the local subnet. What I actually want is something like --routed-through <mac-address>. Also, is there some way to gather iptables's statistics? Or is there maybe another tool that does what I want (reliable)?

View 3 Replies View Related

Ubuntu :: Installing Mkahawa Client Hangs & Nothing Happens

Jun 15, 2010

As you may notice, the client computer of which the mkahawa client package is installed is inside virtual box(guest OS) with the user account name pc004 and with the static LAN ip of 192.168.1.4 then the server(host OS) is 192.168.1.2. The program installation says 0% but detail informs successfully installed. Nothing happens after and very confusing

View 1 Replies View Related

General :: Print Multiple Independent Pages In One Print Job?

Mar 23, 2010

How can I combine multiple single page prints into a single print job? For example, using Firefox on Linux one can print a web page such that each sheet of paper has four pages printed upon it. I would like to combine several separate web pages so that for example, web-page-a, web-page-b and web-page-c (each less than one print page long) are printed on a single sheet of paper.

I would like to do this without having to use some form of image editor to combine and manage manually created temporary files.

View 1 Replies View Related

Programming :: Read A File That Counts Each Line And Numbers

May 13, 2010

I ran into it while google Segmentation Fault. I'm writing a simple C program that reads a file that counts each line and numbers it then writes to a file called sdout. I copyed my program mostly from the text book but im still having problems. Heres my code:

#include <stdio.h>
#include <stdlib.h>
void new_line(FILE *, FILE *);
int main(char *argv)

[Code]....

View 14 Replies View Related

Ubuntu Installation :: Aspire One D255-1345 Rejects On All Counts?

Aug 6, 2011

[URL]So just a little while ago I got sick of win7 starter's sluggishness and inability to successfully display my java eclipse output and decided to switch to linux.I'm using LiLi USB Creator to make my live USBs.First I tried out arch linux which was going absolutely fantastic until I realized that I needed to use a custom kernel to get my wireless working, and without my wireless working (and no idea how to properly mount any sort of external drive in linux) there was no way I'd be able to install the kernel.

So I gave up and decided to try Ubuntu. I created the live usb just fine and tried to boot from it. It went past the bios screen and to the blinking command line underscore, which stopped blinking for a moment. At that point a line of text popped up highlighted in purple and then green for a split second (it could have been green and then purple). After the text, the netbook hung displaying a command line underscore that blinked.

I left it for several hours and it did nothing.Then I tried puppy linux, which froze on the previous text (which did not look anything like an error message, but I don't remember what it said).Then I tried Fedora(edited from debian, which I have not tried), which behaved the same as Ubuntu.I don't know what to try anymore... if this all fails I'll probably go install either XP or OSX (Probably XP, I can't stand safari).

View 1 Replies View Related

Networking :: (Netstat -s) Bits Or Data Packets Transferred Counts?

Sep 15, 2009

Using netstat I can get a lot of network related information which is pretty useful at times. But when I use for example 'netstat -s' it gives me a lot of counts for bits transferred or data packets transferred etc. Now one thing I am not sure of is that for how long those counts will keep rolling and when will they get reset (when I restart the machine?, when I restart the network services? Or if there is some kinda threshold set on it?) How exactly netstat counts those things (I mean what is the source of those counts for netstat).

View 2 Replies View Related

Programming :: Perl's Length() Counts Umlauts Multiple Times

Dec 14, 2010

I'm programming some skript to get statistical information about some texts. This includes calculating the mean of word lengths.Unfortunately, Umlauts count as two characters. In the example below the output is 9, it should be 6.

sincercly, Max

Code:
#!/usr/bin/perl
use POSIX;
use locale;
my $test = length("ABC���");
print $test;

View 4 Replies View Related

Programming :: Write A Function That Counts The Number Of Occurrences Of A Pair Of Letters In A String?

Sep 9, 2010

Some help with this problem:Code:Write a function that counts the number of occurrences of a pair of letters in a string

View 13 Replies View Related

Software :: CUPS - Print Jobs Shows Completed, But Page Doesn't Print?

Dec 6, 2008

I initially had a problem accessing the CUPS interface (see my other post) and got that resolved by adding the user "cupsys". Now, everything "looks" ok, and when I print a test page, it shows it as completed (in CUPS). However, the page never prints.
The printer is a Canon MP600 (using the canonmp600en.ppd file to configure it). Here's the output of my conf file.

Code:
# Show troubleshooting information in error_log.
LogLevel debug

[code]...

View 8 Replies View Related

Ubuntu :: Printing Corrupted - Get Substituted / Print A Blank Space / Print A Box

Mar 23, 2011

Interesting problem: For the first time with Xubuntu 10.10 64bit, I am finding certain applications print corrupt. A varying amount of letters / numbers either get substituted/print a blank space/ print a box etc etc. This corruption seems to happen from a Pdf ( evince ) or Spreadheet ( Gnumeric ) Opening the same Pdf on another machine (ubuntu 10.10 32bit) prints perfectly. Opening the same .xls file on the original computer but using OOo Calc prints perfectly.

I guess I have ruled out any problems with the printer itself or the network JetDirect box. I have re-installed CUPS and evince and upgraded to the latest version of HPLIP but the problem appears unchanged.

View 2 Replies View Related

Ubuntu :: Cannot Print PDF Files - Print Preview Shows A Blank Page

Jun 5, 2011

I cannot print pdf files. I have tried using okular and xpdf. The documents display in the program, but print preview shows a blank page. The printer then sends out blank pages. I have tried printing on 2 different printers using usb cables. Using terminal to process the commands shows error:

Quote:
xxx@xxx:~$ xpdf
***** MediaBox = ll:0,0 ur:611.976,791.968
***** CropBox = ll:0,0 ur:611.976,791.968
***** Rotate = 0
Segmentation fault

Converting to .ps also is blank.

View 6 Replies View Related

Ubuntu :: Canon Mp470 Printer - 10.10 - Able To Print Black And White But Unable To Print Photos

Dec 26, 2010

My wife has a canon MP470 printer and running ubuntu 10.10. I am able to print black and white, but unable to print photos. I got it to work using another driver, but not the 'correct' one for this printer. I have searched a bit and don't see anything about ubuntu 10.10, just older versions. Or should I just network her to my printer....?

View 5 Replies View Related

Software :: Firefox, Okular Don't Put Print Job On The Print Queue (silently)?

Feb 16, 2011

I'm running Kubuntu 10.10 with a Laserjet 5M printer. When I attempt to print a job from Firefox or from Okular, the job never gets onto the print queue. However, I can print test pages on the printer and also print from OpenOffice, so this seems to be app-dependent. I know the jobs aren't being queued because the job number doesn't increase (as shown by the jobs for the test pages). Both Firefox and Ocular give every indication that the print job has been processed correctly.

View 1 Replies View Related

Slackware :: CUPS Print Jobs Print 1st Page OK, But All Others Are Overwritten?

Feb 26, 2011

Not sure when CUPS started acting up. I have the latest 13.1 current software installed.The first page to print is always OK, but all succeeding pages are overwritten. The second page shows the first page on top of it, and the third shows the preceding pages on top of it - and so on. Has anyone else seen this problem?I guess the printer buffer is not getting flushed correctly. If my configurations were trashed in some way, I don't know where to look for a fix.

View 14 Replies View Related

Ubuntu Networking :: Connected Via Usb File Goes To Print Que But Will Not Print ?

Aug 14, 2010

Just installed drivers for Lexmark pro200 - S500 series. However although it is recognised by the system and has a tick by its name, And tells me it is connected via usb file goes to print que but will not print. Also tells me it is Printing - localhost! is this correct?.

View 1 Replies View Related

Ubuntu :: Printing - Print Job Shows The Printer Status As "idle" And The Print Queue Is Empty

Jul 15, 2011

Our one remaining problem seems to be printing. She has an HP OfficeJet 6500 USB printer. We have the computer conntected. Strangely, when I boot from the CD the printer shows up as installed even though I did nothing to install it. After having submitted a print job it shows the printer status as "idle" and the print queue is empty. I tried deleting that printer and re-installing. The installation went as one would expect. However the results are the same. I'm beginning to think that somehow the problem is related to the fact that we are operating from the live CD. getting this thing to print from the live CD.

View 9 Replies View Related

Debian :: Print Command ( Print A File ) In Debian Through Comand Prompt ?

May 5, 2009

I have a debian system installed on my pc . I have just saved a text file on my desktop . Please let me know how can i print the file through comand prompt ? I need to learn the printing the file thru comamnd line .

View 1 Replies View Related

General :: How To Print From Console With LPR

Dec 30, 2010

export PRINTER="DESKJET-710C"
cd ; lpr PDF/myfile.pdf
gives no printing at all.
However, I do it with evince using this printer, well configured, and EVINCE (x11) prints the pages.

View 3 Replies View Related

General :: Sending A Print Job

Jul 11, 2011

I cant seem to print a pdf that I downloaded from the Internet. Is it because of permission issues? When I email it to my friend to print, is she owner or group?

View 2 Replies View Related

General :: Distro For IBM R31 As Print Server?

Dec 15, 2010

I come here to seek your help in my quest to build a simple print server. You see, I have an old R31 Thinkpad and I want to hook up two Samsung printers to it. That is, I want to be able to share the aforementioned printers between Macs and PCs alike on my petty home network. I've had some success with Ubuntu server, but I find it to be a bit unstable and somewhat heavy. Could anyone recommend a distro or better yet a process by which I can set up this home server?

The IBM R31:
Processor:Intel Celeron 1.13 GHz
Cache Memory:256 KB - L2 cache - Advanced Transfer Cache
RAM: 128 MB - SDRAM - 133 MHz - PC133
Hard Drive: 20 GB

[code]....

View 1 Replies View Related

General :: Hp 1050 Can't Print Or Scan?

Feb 24, 2011

I have just started using puppy linux 5.2 ( lucid) which has transformed my old PC . The only real problem encountered is that I cant get my HP 1050C to print or scan . Running the cups wizard gives me the option of the printer and I found a driver in the list. The table below shows the printer settings being used . Sending jobs or maintenance to the printer has no effect although the cups system says they are complete . Xsane does not see the scanner . The printer functions fine under windows . I am obviously missing something very basic

Description:HP Deskjet 1050 J410 series
Location:table
Driver:HP DesignJet 1050C PS3 v3010.106 (color)
Connection:usb://HP/Deskjet%201050%20J410%20series?serial=CN0C133YFV05 HW
Defaults:job-sheets=none, none media=unknown

View 3 Replies View Related

General :: How To Print An Aliased Path

Jun 7, 2011

it is probably very basic but I'm new to linux and the shell "dev" is defined to take me to the newest version (some kind of an alias?), in this case to the directory v0.9 in fact if I go one directory up to /design/ libs/at77000 and I do "ll" I can see: dev -> v0.9/.I am using ocean scripts and for documentation it is important for me to print/show which version is been used in the simulation.how to show the current version directory "v0.9" instead of "dev", i.e. I need to print this:Version Used: /design/libs/at77000/ v0.9/ the version is changing from time to time and that's why the path is defined as "/design/libs/at77000/dev/"

View 3 Replies View Related

General :: Letters Are VERY Faint When Print?

Jul 19, 2011

We have an issue like this: We print PDFs from a Linux box to a printer attached to a Windows machine. Problem is when we print from the Windows the printout comes perfectly with the font bold and clear, but when printing from the Linux box the font is very FAINT and we can see dots in the fonts.

We tried changing the PDF to a text file (i.e. we created text file with the report) with the -o cpi=5 option and still it does not come out properly. Now the font gets bigger, but we can see dots in the font and it is not bold.

View 3 Replies View Related

General :: Awk Does Not Print The Value Of The Variable As Expected

Apr 4, 2011

I have this simple awk program but it not prints var_cab whe^E or ^S or ^M after he finds the second ^C

/^C/ { var_cab = substr($0,1,28); ent = 0 ; print "estoy en cabecera" var_cab;}
/^E/ { if ( ent ==0 ) var_fech = substr($0,4,8) ; ent ++;
print var_cab var_fech $0; }
/^S/ { print var_cab var_fech $0; }
/^M/ { print var_cab var_fech $0; }
END { print var_cab,ent}

the input file is many lines like this, every new block stats with ^CAB

CABES3000088888880000007EAMB
ENT20090706D060709-888 0028560000000012VALLE CA'ZULIA5501, 5502, 5498 y 5535
SAL201008250000134900000321V1202935-MU

[code]....

View 4 Replies View Related

General :: Can't Print To Canon I550

Jan 24, 2010

OS: Kubuntu 9.10
Printer: Canon i550

I have tried selecting many of the drivers located on localhost:631 and none of them work. i550 is not in the list of drivers. When I select i560 it will print if it is only one line after that it seems to get confused and doesn't print. Sites that I have looked at [URL]...

View 14 Replies View Related

General :: Protect A Pdf From From Print / Copy?

May 6, 2010

How can I protect a pdf from from print or copy?

View 2 Replies View Related







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