General :: See How Many Times A File Has Be Accessed Via The Internet?

Jul 25, 2011

I'm looking to find out how many times a file has been displayed on the web. I've setup Google Analytics link tracking but I'm trying to figure out how many times BEFORE Google analytics was setup people clicked and viewed a pdf file.

Is there a script that I could run through the log files to find out how many times it has been served?

View 1 Replies


ADVERTISEMENT

Ubuntu Networking :: Limiting When The Internet Can Be Accessed

Nov 30, 2010

I have a teenage daughter that understands Ubuntu, but not so much the terminal, and she does not know the superuser password. Unfortunately, she regularly goes on the Internet during the nighttime and in the early morning. What I am attempting to do is prevent anyone from going onto the Internet during the night (11 PM - 5:30 AM) unless they know the superuser password or a fair bit about the terminal.

I have already tried some commands, however all of them can be bypassed by restarting the computer. ex. sudo ifconfig eth0 down

For additional information on my Internet:

My Internet connection is relatively slow, so I would prefer if the solution does not hinder it any further. It is slow because there is no high-speed in my area, and I am forced to use Xplorenet -> "Fixed Wireless". I do not have a router.

View 9 Replies View Related

General :: Ls And The Several Times Associated With A File

Jun 22, 2011

ls in its man page mentions several times, e.g., ctime. What are the times ls has something to do with?

View 5 Replies View Related

General :: Bodhi - Internet Connection Slow/times Out: Ath9k/Atheros/TP-Link USB Wireless Dongle

Jul 31, 2011

Just re-installed Bodhi. Ran update, dist-update, set up connection and connection still slow or timing out and reporting errors in 'iwconfig'. This is 3rd re-install of this version. Have also tried 3.0 kernel and pae versions of Bodhi. Cannot get this connection up to speed and without errors. Atheros chipset ar9271.

Sorry for weird subject line and opening paragraph. Trying to make it easy to find and browse in case this gets solved and can help someone else. Not being a Linux guru, I can only hope to help others through my mistakes and ignorance.

I followed instructions to update driver listed at Linux Wireless.

In addition to following the directions at Linux Wireless, I also downloaded the GUI Program to install ath9k_htc.

No luck. My connection reports 1M/s and is reporting "invalid misc:" errors in iwconfig.

I'm running Midori browser but apt-get and wget are also downloading slowly.

I'm connecting to a Zyxel 660 series router using WPA/WPA2.

uname -r

Code:

Code:

Code:

Code:

sudo lshw:

Code:

View 1 Replies View Related

General :: Copy A File X Times Renaming It With All Alphabet Letter?

Sep 11, 2011

this seems to be a strange question, i know. I've a database sqlite file called "a.db".I need to copy it 20 times (1 time for each letter of the alphabet) to have : b.db, c.db , d.db.

View 1 Replies View Related

Server :: Know The Last Time Apache Accessed A File?

Mar 3, 2010

I have a dozen huge folders loaded with files (images, and so..).. I was wondering if Apache marks the files it accesses..

Thus, in case I want to delete files which haven't been accessed or surfed for a long time.. is that possible?

View 8 Replies View Related

Ubuntu Networking :: Mounting File System Accessed By SSH Tunnel?

Apr 23, 2011

I really like being able to mount remote file systems using the Places > Connect to Server ... tool on Ubuntu 10.10 -- it makes transferring files a breeze.

Unfortunately, the only way to access a particular server at work (call it Server A), is by first SSHing into an intermediate (Server B), which is the only one with a public ip.

My process for transferring files from Server A is currently:

myComputer $ ssh serverB
serverB $ ssh serverA
serverA $ scp file to serverB; exit
serverB $ scp file to myComputer

Needless to say, this gets tiring, and multiple transfers are slow.

Is there a way to mount serverA directly on my computer (by tunnelling through serverB in the background)? Failing that, how about using sftp?

View 2 Replies View Related

Ubuntu :: Compiz - Apt-get Update - Sources Couldn't Get Accessed To And That Older File Would Be Used

Apr 6, 2011

I've been running compiz with no problem for quite a long time, even though my sources.list contained some weird stuff. At that time, running apt-get update would tell me that some of my sources couldn't get accessed to and that older file would be used. I checked it out and I found lots of sources refering to Feisty. here how it looked like:

[Code]...

View 1 Replies View Related

Ubuntu :: Command For Internet Access Times?

Jul 29, 2011

The last command shows successful log-ins by user, but is there a command that can be used to know when the internet was accessed last time? Is there a log of Internet connections made by the user?

View 4 Replies View Related

Ubuntu Networking :: Internet Not Connecting Unless Restart Computer Several Times?

Nov 19, 2010

I am having a problem with my internet connection. It only works half the time. Usually when i start the computer it doesn't connect until i restart anywhere from 1 - 10 times. I did sudo ifconfig while it was not working here is the output:

eth0 Link encap:Ethernet HWaddr 00:19:d1:00:36:41
inet6 addr: fe80::219:d1ff:fe00:3641/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:11 errors:0 dropped:0 overruns:0 frame:0

[Code]...

View 1 Replies View Related

Ubuntu Security :: Gnome Nanny - Choose The Times When The Computer Can Be Used And Limit The Internet ?

Jan 3, 2011

I installed Gnome Nanny. I can choose the times when the computer can be used and limit the internet. However, these times are not being enforced. Is there some other settings that are used to enforce these settings?

View 9 Replies View Related

General :: Two Networks Cannot Be Accessed Simultaneously

Mar 14, 2011

I have two networks on a server. One being my internal network, and the other being an external IP address. This is on Debian Lenny. Here is my /etc/network/interfaces file:

I can reboot my system and sometimes eth1 is accessible from SSH, and other times eth0 is accessible. Then sometimes eth1 will just stop being pingable alltogether. This is a fairly fresh install of Debian, and the only thing I have running is VMWare Server 2.0, bridged to both of my network connections.

Here is what my route looks like:

View 1 Replies View Related

General :: Determine What Files Are Being Accessed By A Process

Mar 23, 2010

How would I find out all the files a particular process accesses?

I am using Ubuntu 9.04.

View 1 Replies View Related

General :: Find Files That Have Been Accessed After They Were Created

Sep 10, 2010

With the find command it is easy to find files that have been modified or accessed within a given period. When a file is created, the acesss time is the same as the modify time. But as soon it is accessed (read), the access time changes, but the modify time does not. I need to find files that been accessed at all, ie. files which have access time newer than modify time. How do I do that?

View 2 Replies View Related

General :: BIOS Addressed (accessed) After The O.S Is Loaded?

Dec 1, 2010

Lets say a BIOS interrupt is requested after the O.S is loaded. How is the BIOS code made available? Is it left it RAM even after the O.S boots?

View 3 Replies View Related

General :: Virtual Addresses Accessed By An App During Its Execution?

Mar 17, 2010

Get the list of virtual addresses being accessed by any application during its execution time. I don't want the complete memory map but just the pages which were accessed during an application's execution?

View 2 Replies View Related

General :: Lock The Account If Not Accessed Through FTP For 15 Days?

Mar 23, 2011

We have one ftp server. Number of users are using it remotly. My requirement is that suppose any user is not connecting to the server using FTP for 15 days then account should get expired/locked automatically. Is it possible?

View 2 Replies View Related

Debian Configuration :: Udev Times Out Resulting In 3 Min Boot Times

Jan 21, 2016

My systemd-udev-settle.service is failing for some reason.

systemctl status systemd-udev-settle.service -a output
Code: Select all● systemd-udev-settle.service - udev Wait for Complete Device Initialization
   Loaded: loaded (/lib/systemd/system/systemd-udev-settle.service; static)
   
[ode]...

Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.

View 6 Replies View Related

General :: Get Virtual Addresses Accessed By An Application During Its Execution?

Mar 17, 2010

How to get the list of virtual addresses being accessed by any application during its execution time. I don't want the complete memory map but just the pages which were accessed during an application's execution?

View 2 Replies View Related

General :: Command To Find All Of The Files Which Have Been Accessed Within The Last 30 Days?

May 14, 2010

Command to find all of the files which have been accessed within the last 30 days?

View 1 Replies View Related

Server :: Get File Modification Times Measured To Less Than A Second?

Mar 17, 2010

Is it possible to get file modification times measured to less than a second?milisecond, nanosecond, 10th of a second.

View 3 Replies View Related

Programming :: Make An AWK Script That Goes Over The File Multiple Times?

Mar 11, 2010

Is it possible to make an AWK script that goes over the file multiple times, every time doing something different to it?

View 19 Replies View Related

Fedora :: Starting File Manager Opens Up A Million And One Times In FC12

Feb 27, 2010

Starting File Manager opens up a million and one times in FC12

Is there a way to stop it?

View 3 Replies View Related

General :: Internet File Serving Discussion

Mar 28, 2010

I have another generalized question for you all. I'm thinking about setting up my server at home in a sort of 'cloud storage' capacity. What I mean by that is, I'd like to be able to basically use it as an attached drive or maybe through a browser interface and read/write files to it from the internet at other locations (work, most specifically). NFS is limited and would be a pain to setup as you need to auth every user and location. I've heard talk about SSHFS and AFS, and am looking into them but nothing has popped yet.

View 1 Replies View Related

General :: Capture Internet Streaming File?

Apr 29, 2010

I'm trying to capture a video from a site in Japan. Unfortunately, most of the video downloader tools don't seem to work. Since I'm using Firefox I'm guessing I can't look in my local cache. Is there any way to find it?They might block you if you're not in Japan. I used to use a proxy server when I was in the US but after a while it didn't work.

View 5 Replies View Related

General :: How To Make URL Available Only During Certain Times Of Day?

Nov 13, 2010

Does someone know of a tool that can be used to that will produce this result:When navigating to specific URL M-F 8 am to 5 pm any computer will receive an error message or be re-routed to a static site that something such as, "This site is only available during these hours."When navigating to that same URL during the other hours it will work as intended.The function needs to work with no intervention needed to the browsing computer or network.

View 6 Replies View Related

General :: Halting For 2-4 Times In A Day For 1-3 Min

Jun 28, 2010

recently my F11 become halting for 2-4 times in aday for 1-3 min i do update to my F11 eveyday how to solve this halting? or i need to install new Fedora

View 5 Replies View Related

General :: Times Listed By Ls ?

Nov 26, 2010

From find man page:

Quote:

From ls man page:

Quote:

How many times are there associated with a file and what are they?

View 2 Replies View Related

General :: Gpg Request For Keys Always Times Out?

Feb 17, 2011

Just trying to get some packages upgraded on Debian/Lenny, esp. PHP5, but I always get the NO_PUBKEY error from php53.dotdeb.org.

I resolved the same problem with security.debian.org by doing:

apt-get install debian-keyring debian-archive-keyring
apt-key update
but no luck on dotdeb. trying:
gpg --keyserver keys.gnupg.net --recv-key A2098A6E

View 3 Replies View Related

General :: Get The Details Of The Last 10 Or 5 Mount Times ?

Jul 29, 2011

How do I get the details of the last 10 or 5 mount times for my linux system. Which also includes the times it was mounted from a foreign system running in ram like puppy linux or by another OS on the same hard disk.

View 3 Replies View Related







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