General :: Increase Web Traffic To Site / Need Hit For Ad-sense

Apr 11, 2011

Please help me to increase web traffic to my site and need hit for ad-sense.

View 1 Replies


ADVERTISEMENT

Software :: Increase The Size On A Site Temporarily?

Jan 21, 2011

I like the chrome browser but the font size is too small for me. I know how to increase the size on a site temporarily. But, I do not know how to make a permanent change. I have increased the font size in "under the hood" but the result is spotty.

View 7 Replies View Related

Server :: PPTP Traffic - Gre Traffic Is Being Generated During The Browsing / Reduce Traffic

Sep 27, 2009

Recently I notice that when I'm connected to an vpn server (pptpd) and I'm using it as a default gateway my download and upload speed decreases almost to the half of the usual speed. I made a test using iptables in order to count how much GRE packets are generated (except the real traffic itself) in that way:

Code:
iptables -I INPUT -p gre -j ACCEPT
iptables -I OUTPUT -p gre -j ACCEPT

iptables -I FORWARD -s 172.16.10.101 -j ACCEPT
iptables -I FORWARD -d 172.16.10.101 -j ACCEPT
The first 2 rules match all GRE packets between the pptpd server and client, and the next rules - the traffic between the server and the client.

When I turn the counters to zero and begin to generate traffic (to browse, to download etc.) I see that the GRE packets are even more than these in the FORWARD chain.

So, my question is first of all is my test correct and is it true that so much gre traffic is being generated during the browsing (it becames clear that the traffic is double than if the pptpd wasn't used as a gateway) and if yes - can that traffic be reduced?

View 3 Replies View Related

General :: Unhandled Sense Code Error From DVD Reader?

Apr 25, 2010

Gateway m275 with Fedora 12 is unable to read DVD+RW media. Media is recognizable on DVD+RW drive.

What do I need to set to make it readable or is the problem the media type?

View 1 Replies View Related

Ubuntu Servers :: Openvpn Site-to-Site : Impossibile To Ping Client On Subnet?

Jun 25, 2010

I have to ubuntu machine (9.10 and 10.4) with a openvpn tunnel between them.This is the situation:

Code:
NetworkA 192.168.0.0/24
|
UbuntuA br0:192.168.0.3 (openvpn bridge between eth0 and tap0)[code].....

UbuntuA has one only interface etho and there are two openvpn instance: one bridge istance with br0 and another instance with tun0.
UbuntuA is not the gateway for networkA. UbuntuB is the gateway for NetworkB.I need to comunicate between pc on networkB e those on networkA.This is the "ping situation" (no pc tested has an active firewall):

ubuntuA vs ubuntuB: OK
ubuntuB vs ubuntuA: OK
pc on NetworkA vs ubuntuA and ubuntuB: OK[code].....

View 6 Replies View Related

Networking :: Enabling Full Routing Site To Site With Openvpn Not Using Masquerading?

Jul 27, 2010

I've been on a quest to enable full routing through my openvpn tunnel between my office and the colo. Masquerading will work, however it will throw off anything key based and makes a lot of things just more difficult and vague in general. Is there an easy way to do this via iptables? I tried using quagga hoping it would magically solve my problems, however it does not seem to do my routing for me . I just did a basic static route within zebra...

View 3 Replies View Related

Ubuntu :: Internet Traffic Flow Monitor - Track Traffic Of Each Device

Apr 27, 2010

We have something on our network that is reaking havoc with our content filter. I am trying to track it down, but so far I have been unsuccessful. We have approximately 500 devices in 100+ different locations spread across 9 states. Looking at each computer is not really feasible.

I need a machine that can sit in between our network and our internet connection and graphically monitor in real time and logs how much traffic each device is sending and receiving. It would need to sit inline so it has to have two nics and be able to pass traffic. The machine also needs to be transparent. Reconfiguration of our routers or workstations is not an option.

I have used ethereal and wireshark before. Ethereal may be a viable option, but wireshark seems to provide lots of information, but no practical way to make use of it. how to set up the box to be a transparent device on the network that will allow internet bound traffic to flow (freely)?

View 3 Replies View Related

Networking :: Site To Site Vpn Racoon With Cisco Asa 5505 Routing?

Mar 25, 2010

I have three locations with a central office connected to two remote locations. At the central office I run on a cisco asa 5505 two site to site vpns. The remote end of the first site is a checkpoint firewall , and the remote end of the second site is racoon on debian. Both sites are up and working. However, where at the first site traffic goes both ways, at the second site it only works from the central office to the remote office.

For example, I can ssh from a host in the central office to a host in the first remote site (through checkpoint firewall,) then ssh back from that host at the remote office to any host in the central office. In contrast, after I ssh from a host in the central office to a host in the second remote office (through racoon), I cannot see the central office hosts (ping the ip address of a central office host, ssh, etc. all fail.) The vpn settings at the central office (the cisco asa 5505) are identical. So it seems to me that some routing magic is missing on the host running racoon at the second remote office. Where would such setting reside? racoon config files? iptables?

View 1 Replies View Related

CentOS 5 Networking :: Configure Firewall - Allow And Forward All Traffic On Eth0 And Block All Traffic On Eth1 Except Ssh Ping

Sep 29, 2010

I need to set up my centOS computer as a firewall in my home network. Ive got 2 interfaces, eth0 and eth1. I want to allow and forward all traffic on eth0 and block all traffic on eth1 except ssh, ping(icmp) and DNS. How do I do this? Ive tried some editing in /etc/sysconfig/iptables but no luck.

View 1 Replies View Related

Security :: Site-to-site Ouija Board Connection?

Oct 3, 2010

Maybe a site-to-site Ouija board connection.

View 5 Replies View Related

Networking :: Server To Block All Traffic But US Only Traffic?

Mar 15, 2011

I wanted to tell my server to block all traffic but US only traffic. So i followed this guide:[URL].. Now I know, it's the best way to help prevent hackers/crackers (doesn't matter to me what they are called. I just have to stop them). My server only deals with US clients anyways so might as well just start right there for my server's security before getting into the brute force and injection preventions. So I got it all done compiled everything moved to the proper directory. I then started to setup my iptables. Like so

Code: iptables -F INPUT
iptables -F OUTPUT
iptables -I INPUT 1 -s *.*.*.* -p tcp --dport 22 -j ACCEPT
iptables -I INPUT 2 -s *.*.*.* -p tcp -j ACCEPT

[Code]...

After seeing that i went digging in the code and figured it was something todo with memory allocation.

View 1 Replies View Related

OpenSUSE :: AppArmor With SSHD Make Sense?

Jun 30, 2011

Does it make sense to run sshd confined/protected by apparmor? I get tons of attack/hack attempts on my ssh port daily, I created a white list on my firewall to specify the IP addresses that can ssh into my network. I was also thinking of activating the sshd profile in apparmor for some added protection?

View 5 Replies View Related

OpenSUSE :: App To Manage Themes In The MSWindows Sense?

Sep 4, 2011

Wallpaper, with a complimentary color scheme for windows decoration, and icons and sound effects inspired thereby, loaded as a set. Is there an app that does this for KDE? It seems like linux gives me more options, but without an important tool to utilize them. I'm sorry to bring a question here that's probably been asked many times over the last dece, but the likely hits on "theme" and "windows" has overwhelmed my search fu.

View 4 Replies View Related

Ubuntu :: Potentially Be Infected In The Windows Sense?

Feb 18, 2011

So since i have installed linux, I have been ready about how virus are not nearly as likely to infect linux system as windows, i am running a dual-boot though and import my profile and have a lot of my files from windows system on linux, can they potentially be infected in the windows sense?

View 2 Replies View Related

Ubuntu Servers :: (SDE) Sense Key - Illegal Request (Current)

Jan 3, 2011

I have an MD3000 storage attached to dell server via sas cables, running ubuntu server.
the kernel keeps throwing these messages every other second on the console, but the drives from MD are fully accessible.

Jan 3 12:04:24 node2 kernel: [71041.035822] sd 5:0:1:0: [sde] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
Jan 3 12:04:24 node2 kernel: [71041.035828] sd 5:0:1:0: [sde] Sense Key : Illegal Request [current]
Jan 3 12:04:24 node2 kernel: [71041.035833] sd 5:0:1:0: [sde] <<vendor>> ASC=0x94 ASCQ=0x1ASC=0x94 ASCQ=0x1

View 1 Replies View Related

Debian :: Making Sense Of Undefined Reference Linking Errors

Jan 23, 2011

I'm trying to build a shared library, and am receiving several undefined reference linking errors. Specifically, ffmpeg linked with libx264. I'm aware that this is not an appropriate forum for questions specific to ffmpeg or libx264. In order for one library / application (ffmpeg) to reference another library (libx264), the linker has to know where the referenced library (libx264.so) is located in the file system.

I'm pretty sure the linker knows where libx264.so is, because I receive a different error message when I run ffmpeg's configure script if the linker can't find libx264.so. In general, should running the install target of a make file be preferred over specifying the appropriate paths in the CFLAGS and LDFLAGS environment variables? I've tried both, and it doesn't seem to make a difference in regard to my error which method I choose.

How exactly is a library referenced? My error messages are
/root/ffmpeg/libavcodec/libavcodec.so: undefined reference to `d26'
/root/ffmpeg/libavcodec/libavcodec.so: undefined reference to `d22'
/root/ffmpeg/libavcodec/libavcodec.so: undefined reference to `d2'
/root/ffmpeg/libavcodec/libavcodec.so: undefined reference to `d20'
/root/ffmpeg/libavcodec/libavcodec.so: undefined reference to `d24'
/root/ffmpeg/libavcodec/libavcodec.so: undefined reference to `d0'
/root/ffmpeg/libavcodec/libavcodec.so: undefined reference to `q1'

If I can find out what library 'd26', 'd22', etc. are declared in, I should be able to resolve the undefined references. What exactly are 'd26', 'd22', etc.? Are these functions, classes, or something else? How can I find out what functions / classes are defined in a particular library?

View 2 Replies View Related

Fedora Networking :: Bittorrent Impact On Network Makes No Sense?

May 26, 2011

I noticed my Internet slows to a crawl when I'm running bittorrent, but when I look at my torrent app (Transmission), the upload/download speeds are mere kilobytes per second, and my Internet has much higher bandwidth capabilities than that.So I tested it:No torrent running

(ping: 13 ms, down: 11.39 mb/s, up: 2.80 mb/s)
Torrent running
(ping: 752 ms, down: 4.30 mb/s, up: 0.19 mb/s)

[code]....

View 5 Replies View Related

Ubuntu :: Audio Inputs And Jack-sense Cease To Working After A While?

Oct 19, 2010

both audio inputs (I use the integrated mic on my notebook) and jack-sense (integrated speakers/headphones) work properly, as they should. But after some time (from few minutes up to several hours) both of them cease to work simultaneously. After that the mic input levels turning gray and speakers don't work at all (when headphones were connected at that moment) or speakers don't mute when I connect my headphones (if headphones were not connected then). After I reboot, everything is okay again for some time, but then it happens again. Setting mixer levels manually with alsamixer doesn't help at all. I also tried different snd-hda-intel model settings in alsa.conf, but that just made things messed up, so I stayed with auto setting. This way everything (inputs/outputs/sense) works as should until it simply stops working.

It's maverick, ALC268, ATI Azalia (Intel HDA), alsa 1.0.23, but I had this problem with karmic and lucid as well when I tried them. Now I want to switch from Win7, but this is the only thing keeping me from it.

View 1 Replies View Related

Ubuntu Multimedia :: No Jack Sense And Microphone With PulseAudio Installed?

Nov 26, 2010

I'm using an Acer Aspire 5536g and Ubuntu 10.10 x64. I can't get any sound from my mic with PulseAudio installed and the headphone jack sense function doesn't work either - when I plug my headphones I get sound from both them and my built-in speakers. I don't have any problems with PulseAudio removed.

View 9 Replies View Related

Networking :: Trying To Make Sense Of Linksys Router User Guide

Jun 23, 2009

After I installed a gigabit router, I could not access my nfs server anymore; I tried with the previous physical set-up and all was OK so clearly it is the new router that is the disturbing factor. After some (and then some) experimenting, it would appear that the following specific feature needs to be enabled: Filter Internet NAT Redirection This feature uses port forwarding to block access to local servers from local networked computers. Select this feature to filter Internet NAT redirection. It is not selected by default.

The reason I had simply looked over it is that I did not see how internet nat redirection could be related to the local network. As I read the details, it became clear that it really is but it also raised new questions. Have I now allowed just anyone on the internet to access to my nfs server? Because the description is not very clear either as it mentions both internet and local network. And what is that odd terminology? Filtering allows access, not filtering does not - that seems like the world upside down ...

View 2 Replies View Related

Ubuntu Servers :: Access Web Site When Site's Domain Name / User's Local Server's Domain Name Are Same

Feb 18, 2010

In the office there is a local network with samba+openldap PDC. The local domain name is company.net. The company desided to create a corporate Website on a remote hosting and desided that the site's domain should be company.net which is same as local network's domain name. So now it is not possible to reach that corporate website from within the company's local network because, as I guess, bind9 which is installed on above menioned PDC looks for company.net on a local webserver. Is there a possibility to let people from this local network browse the remote site?

View 1 Replies View Related

Ubuntu :: Internet Connection Sharing: Tutorial Doesn't Make Sense?

Feb 5, 2010

At home I'm currently running Hardy on a desktop machine and Jaunty (Eeebuntu) on an EeePC. I often connect the desktop to the internet via a cellphone as modem. I also often connect the EeePC to the desktop via crossover cable and SSH into the desktop so I cam watch video files from the desktop on the EeePC from the sofa or bed.

I'd like to be able to use the desktop's internet connection from the EeePC. This means I have to set up the desktop so the EeePC can share its connection - this involves setting up the desktop as a gateway I believe?

Looking around for info on how to do this, I found this guide [URL]...in-ubuntu.html - but unfortunately it seems this guide has not been written correctly. It repeats itself in one section (below: repeated section in bold):

[Code]...

View 2 Replies View Related

Ubuntu Multimedia :: Jack Sense Fails To Work On Vostro 1014?

Mar 1, 2010

The audio plays both on speakers and headphones, try all varients of snd-hda-intel model=[ref, auto, dell, dell-bios, etc] but doesn't fix this problem.

cat /proc/asound/card0/codec#* | grep Codec
Codec: Conexant ID 5067
Laptop: Vostro 1014
OS: Jaunty
Kernel: 2.6.28-18-generic
ALSA : 1.0.18-ubuntu11

View 2 Replies View Related

General :: Increase Dev/sdb Size - LVM

May 21, 2011

I am working on my vmware workstation.

I have a /dev/sdb which is 5GB. I am using LVM.

Now I increase /dev/sdb 2 more GB.

fdisk -l shows 7 GB but pvscan still shows 5GB.

how do I make my system recognize the new 7GB added and be able to add those to my physical volumen and extend my volume group and logical volumen

View 1 Replies View Related

Ubuntu Servers :: Dell PowerEdge R610 - 9.10 - Megasas: Failed To Copy Out To User Sense Data?

Mar 16, 2010

After kernel upgrade to latest version I get a lot of failure messages in syslog and dmesg:

Code:
Mar 16 22:50:30 s6 kernel: [515925.148335] megasas: Failed to copy out to user sense data
Mar 16 23:07:57 s6 kernel: [516970.118242] megasas: Failed to copy out to user sense data

[code]....

View 2 Replies View Related

General :: Sound Volume Increase Beyond 100%?

May 29, 2010

Some audio output from files or streams is too low. It is obvious that hardware is able to play the same sounds but louder but because of the data it just plays it at some low level even at 100% volume. Vlc can generally increase the volume of a file up to 200%. Is there a way to do the same thing VLC does system-wide and if possible for an arbitrary v percentage value.

If there is no application that does this, where should i look into for libs to do it myself or what code should i modify(eg code in the alsamixer)

Note: Asked the same thing on stackoverflow and they directed me here.

View 1 Replies View Related

General :: Unable To Increase SGA_MAX_SIZE?

Jul 11, 2011

We are using 32 bit rhel 4 u5.Our database version Oracle 10.2.0.1.My Physical Memory(RAM)=16gbSGA_MAX_SIZE=2GSGA_TARGET=2Gkernel.shmmax=2GNow I want to change SGA_MAX_SIZE to 6 GBBUT ORA 27102 error occured

View 2 Replies View Related

General :: Sounds Like Under 10% Of Speed Increase

May 16, 2011

I have an old AthlonXP-2600+ running at 2.078 Ghz which I was assured would do 2.6Ghz, but actually doesn't and 2.178 Ghz is what we settled on. I have 266mhz ram on a board with 333mhz FSB and we sorted that out also, and specified the ram speed. That sounds like under 10% of a speed increase, if any. But the previous kernel I built here took 55 minutes (time make -j4). The one I built after the mods (nearly same config) took 33 minutes. (make clean; time make -j4) 40%? I've clearly improved or fixed something.

bash-4.1$ sudo grep BogoMIPS /var/log/messages |tail May 15 14:37:32 genius kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4193.78 BogoMIPS (lpj=2096890) & later.

View 14 Replies View Related

General :: Increase A File Size?

Nov 30, 2010

i have this directory with multiple images 'pics' and the size is 20mb, and i want to make a .zip or .rar package of this directory but with an increased size so the .zip/.rar file will be 100mb, and then when you extract it the file size is the original 20mb

View 10 Replies View Related

General :: Could Not Increase Raid Array?

Feb 3, 2011

i am trying to increase raid1 arraysize whcih is predefind,what i did i add two more drive in the raid but i could not increase raid array

exp:-
Creation Time : Wed Feb 2 18:14:56 2011
Raid Level : raid1

[code]....

View 1 Replies View Related







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