Ubuntu :: How To Get Statistics Under Gedit

Mar 24, 2010

i always use gedit to write and edit text file under ubuntu. However, i cant find the way to get some statistics, like how many times a word presents in the txt file

View 3 Replies


ADVERTISEMENT

Ubuntu :: Installing Explorer - Command Gedit User.reg (gedit:2573): Gtk-WARNING ** Cannot Open Display

Jan 12, 2010

I am trying to make wine work for explorer. I followed some instructions on this link [URL] To follow this link, I am supposed to

cd ~/ies4linux/ie6
cp user.reg ~/user.reg.old
gedit user.reg

1st and 2nd line went well 3rd line when I try to execute the command gedit user.reg (gedit:2573): Gtk-WARNING ** cannot open display I then /ies4linux/ie6# ls dosdevices(in blue) drive_c(in blue) system.reg(in white) userdef.reg(in green) user.reg

View 3 Replies View Related

OpenSUSE :: Gedit With Sudo - (gedit:7137): Gtk-WARNING : Cannot Open Display

Feb 8, 2010

I set-up my Sudo it works but when I use Gedit I get the following message

Jean-Luc@localhost:~> sudo gedit /etc/fstab
(gedit:7137): Gtk-WARNING **: cannot open display:
samething with /etc/sudoers

If I use vi it's ok, I can modify and save. In Fedora it run ok, but with opensuse?

View 9 Replies View Related

Software :: Scroll One Line Each Time Like Gedit Does When Scrolling In Gedit?

Oct 29, 2010

When scrolling down in nano with keyboard (holding "down" key), nano scrolls several lines at once each time. Is there any possibility to configure it so it will scroll one line each time like gedit does when scrolling in gedit?

View 3 Replies View Related

Ubuntu :: RHL User Statistics

Aug 1, 2010

I am looking for statistics on the number of people who use RHL in comparison to other linux distros.

View 3 Replies View Related

Ubuntu :: See The Global Statistics In KTorrent?

Apr 12, 2010

Is there a way to see the global statistics in KTorrent? I'm referring to the overall share ratio and the total amount of data downloaded & uploaded. - not for the current session, but an all-time info edit: KTorrent version 3.3.4

View 1 Replies View Related

Ubuntu Servers :: Using Iptables To Get Web Usage Statistics And Filter Urls?

Dec 16, 2010

I'm deploying new ubuntu server which should act as a router. I've already set up the NAT for local network, and also did some shaping for different groups of users, but now I'm facing new problem.I need to make a scheduled URL filter. I know it's not a problem with cron and simple script, but maybe there is existing way to do that? And also, I need to make statistics on web-traffic. I need to have list of URLs visited by users (source ip, destination url). Is it possible with iptables? or with any other software but without using proxy servers.

View 9 Replies View Related

Networking :: MTR Command Automatic Restart Of Statistics?

May 9, 2011

I have been searching this on the internet bu havent found anything so far.Is it possible to run the matt's traceroute utility and have it restart at intervals of 1 seconds?

View 2 Replies View Related

Programming :: Get Process Statistics From Kernel And Return Them Buf?

Apr 7, 2011

I am want get next information: Get process statistics from kernel and return them buf as

Quote:

number of processes : ticks_user : ticks_system : ticks_interrupt : cpuseconds : procsizes : resident segment sizes I am find some this information in /proc/[pid]/stat, but there are is not data about ticks system, ticks_interrupt, cpusecond. Where I am can find it information???

I am write on C, better if it will file witch information, and not programm.

View 2 Replies View Related

Server :: ProFTPd + MySQL: Statistics Collection And Parsing

Feb 25, 2010

I've just installed ProFTPd with mySQL and need to collect and/or parse statistics about users, traffic usage and so on. I've googled for a while and found no luck on getting some good guidance or manual on that. And on ProFTPd.org not much of info concerning the mySQL.

View 3 Replies View Related

Software :: Perl - Statistics For Duplication File Contents?

Oct 23, 2009

I got a folder containing 20,0000 files (and will be more later), each of this file contains a single URL. What I am trying to do is to do statistics on number of duplicated URLs (file with same content) accumulated, say, from September to October by each day. For example, if file A was created in Sep 1st has a same content with file B created in Sep 15th, then we add 1 to number of duplication on Sep 15th (not Sep 1st). Currently I got a way to do it (in perl) as below:

(1) Read all files inside the folder, print out file content, and modified time into a big file in the format:

Code:

[URL] [month] [day]

(2) Sort the file by month then by day

(3) Then Create two hash : date and content

And then read url from each line into a hash 'content' from the big file (key is url, value left undef), for each new read url found in hash 'content', a duplication is detected, so mark '$date{$month.$day}++' The algorithm could be working but may take too long... so I am wondering if there is some easier way to do that besides hashes.

View 1 Replies View Related

Red Hat / Fedora :: Statistics On Number Of People Who Use RHL In Comparison To Other System Distros?

Aug 2, 2010

I am looking for statistics on the number of people who use RHL in comparison to other linux distros. Any help on finding up to date numbers?

View 1 Replies View Related

OpenSUSE Network :: Strange Ifconfig Statistics For Eth0 With 2.6.37.2-1-desktop Kernel?

Feb 28, 2011

The computer and system in question is the laptop from my description and openSUSE 11.3 with a different kernel from this repository :[URL]..free to move this thread if it should reside in the beta/prerelease forums section. The IMHO relevant information about my hardware and system is shown below.

The kernel I'm using :

Code:
grzes@opensuse:~> Linux opensuse.local 2.6.37.2-1-desktop #1 SMP PREEMPT 2011-02-25 19:59:41 +0100 i686 i686 i386 GNU/Linux
The hardware and drivers I'm using :
Code:
02:00.0 Network controller [0280]: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) [168c:002b] (rev 01)

[Code]...

View 7 Replies View Related

Server :: Monitoring Tool (like Ntop) To Preserve Statistics For Http Traffic?

Jun 17, 2010

I'm looking for a monitoring tool like ntop, but can preserve statistics for http traffic.

View 1 Replies View Related

General :: Free Command Line Tool Time Which Can Be Used To Find Timing Statistics For Various Commands?

Jun 24, 2011

I'd like to measure network latency for SNMP GET request. There is a free command line tool time which can be used to find timing statistics for various commands. For example it can be used with snmpget in the following way:$ time snmpget -v 2c -c public 192.168.1.3 .1.3.6.1.2.1.2.2.1.10.2IF-MIB::ifInOctets.2 = Counter32: 112857973real 0m0.162suser 0m0.069ssys 0m0.005sAccording to the manual, statistics conists of:

the elapsed real time between
invocation and termination,
the user CPU time (the sum of the

[code]....

View 3 Replies View Related

CentOS 5 Networking :: Reset (clear) Statistics For The "netstat -s"?

Dec 21, 2010

How to reset (clear) statistics for the "netstat -s"?

View 1 Replies View Related

Server :: NetFlow Agent (nProbe) Only Reports Server Statistics?

Jan 4, 2011

I am trying to monitor server throughput with a centralized ntop instance running as NetFlow aggregator and various NetFlow probes (nProbe, fprobe) on the Servers.ntop shows the probe as NIC correctly and receives the data, but it only shows one Host under "Hosts", which is the server itself. I expected to see a host list just like it is shown when running ntop locally (i.e. the server ntop runs on and every host he contacted separately). This happens both when using nProbe and fprobe. Have I misunderstood the concept of NetFlow Aggregation or am I using ntop/nprobe wrong?

View 1 Replies View Related

Programming :: Implement A System Call For Displaying The System Statistics

Nov 6, 2010

I have been assigned to implement a system call that report the system statistics over all memory which are

Total Pages in Active LRU list
Total Pages in Inactive LRU List

View 1 Replies View Related

Ubuntu :: Gedit Adding Rtf And Doc Support?

Jan 4, 2010

I use gedit for most of my document editing and reading. But if I need to open a document thats in either the rtf or doc format, I end up having to open up OpenOffice (which takes a while on a netbook). Not to mention I have to use up precious disk space with OO.o installed. So I ask, is there anyway to add support for those two documents types?

View 5 Replies View Related

Ubuntu :: Gedit Plugins Won't Install

Feb 10, 2010

I want to install more plugins for gedit, but when I run: Code: sudo apt-get install gedit-plugins I get: Code: 0 upgraded, 0 newly installed, 0 to remove and 213 not upgraded. I keep reading about all of these awesome plugins I have to have and I want to use them. I tried to just download them and add the plugin to the plugin folder, but I got a permission denied error.

View 4 Replies View Related

Ubuntu :: Gedit Not Saving To Sshfs?

May 6, 2010

I just updated to 10.04 from 9.10 and suddenly gedit is saying I don't have permission to save files in an sshfs-mounted directory. Nothing I've found through Google works.

* I'm mounting using `sshfs james@of1-dev-james:/home/james/projects $HOME/projects`

* `fuse` is listed in /etc/modules

* I'm a member of the `fuse` group

* Using `newgrp fuse` before mounting stops gedit from seeing the mounted directory at all.

* /dev/fuse belongs to `root:fuse` and has `crw-rw-rw-` permission.

* Other apps e.g. `nano` have no problem reading/writing to this directory.

View 6 Replies View Related

Ubuntu :: Ssh -X Hangs On Logout When Using Gedit

May 12, 2010

I am using Lucid and am having a problem logging out of a ssh -X connection after I had forwarded an X window during it. I don't know if this is the proper place to be posting such a problem but I can think of nowhere else. Please feel free to redirect me elsewhere.At google's suggestion, I tried redirecting the pipes but that didn't help. I am not sure this helps but I did a verbose output of an example ssh session. I login, open a window, close it without doing anything, and then attempt to logout. It hangs which forces me to use ^c on it.

View 9 Replies View Related

Ubuntu :: Can't Save The File In Gedit?

May 15, 2010

I created the document in gedit and save button is disabled. It says "Changes to document 'Unsaved Document 1' will be permanently lost. saving has been disabled by system administrator"

View 9 Replies View Related

Ubuntu :: Add A Space Between Lines In Gedit?

Jun 2, 2010

know how to add a space between all the lines in a document using gedit? In order for a specific script I have to read each specific line, there must be a space in between them. And my current document has well over 1100 different things, and as such, having to add a space between each one would take awhile by hand.

View 2 Replies View Related

Ubuntu :: Certain Txt Files Won't Open In Gedit

Jun 13, 2010

I have a few .txt files that when opened in gedit give me an error "Could not open the file - gedit has not been able to detect the character encoding" HOWEVER, I can see some of the contents of the files (a few words) in the icon preview in nautilus. Also, I can open these documents in notepad (using wine) though I'd prefer to use gedit.

These might not all be txt files. I know one is directory of important phone numbers that was in some obscure format that could only be opened on a nokia phone.

View 1 Replies View Related

Ubuntu Servers :: Can't Use Gedit On Remote

Jul 2, 2010

I have 8.04 installed on virtual on a remote machine, also I installed apache2. I would like to istatall and configure other things, but I get this:

root@mobix:~# gedit /etc/vsftpd.conf
cannot open display:

Run 'gedit --help' to see a full list of available command line options.

View 5 Replies View Related

Ubuntu :: Turning Off Tabs In Gedit?

Sep 19, 2010

I'd can't seem to find a preference to turn off gedit's default behaviour of opening a new file in a new tab. I'd like it to open in a new window, so I can view two pages of code side by side. How can I convince gedit to open a new instance?

View 2 Replies View Related

Ubuntu :: Gedit: LaTeX To PDF Does Not Work

Oct 18, 2010

I am using the Gedit LaTeX Plugin 0.2 rc3 on ubuntu 10.04 with gedit 2.30.3. The problem is that it will not make pdf files. I do have rubber installed.

[URL]

View 3 Replies View Related

Ubuntu :: Odd Gedit Print Preview?

Oct 24, 2010

I am using Ubuntu 10.10 and have run into a problem recently. When I use print preview in gedit, a "print preview" screen comes up and all of the pages are blank. Sometimes, one or two pages are shown but it is random. This just started to happen when I upgraded to 10.10. I did a fresh install so a partial update would not be an issue.

Are there any ideas what could be wrong? Sorry if this thread exists somewhere else but some google searching and ubuntu fourm searching resulted in nothing.

View 1 Replies View Related

Ubuntu :: Gedit Show Tab Bar Not Working?

Nov 16, 2010

I've been with this problem for ages and finally decided to post. Installed the gedit-plugins package (Version: 2.30.0-1ubuntu1). After enabling Show/Hide Tabbar plugin, and unckecking View-> Tabbar, tabs are still there, anyone knows what may be happening? I'm currently running Ubuntu 10.10 amd64, with gedit version 2.30.3

View 6 Replies View Related







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