General :: Make Change In Tcp.cc Over NS-2.34?

Jan 15, 2011

I have problem when I add another case in linear increase cogestion avoidance algorithm in tcp.cc why can't it work out when I run it?In the tcl code I have set windowOption_ to '9' (where I put my additional change).It seems that any change I've made doesn't take effect at all.What am I suppose to do to make it work? I make change like this :

void TcpAgent:pencwnd()
{
double increment;
if (cwnd_ < ssthresh_) {
/* slow-start (exponential) */
cwnd_ += 1;
code....

View 2 Replies


ADVERTISEMENT

General :: Make Apermanent Change In Backtrack?

Oct 19, 2010

i want to make apermanent change in backtrack ( i upgrade the msf as command , msfupgrade but after this , if i reboot the VM all changed loose , what can i do for make changes permanent

View 2 Replies View Related

General :: Make A Change In Grub Permanent?

Jan 23, 2010

When I enter my bootloader Grub I have to go to the system I want to load and press e to edit. Then I add vga=792 in the end of one line to change the tty resolution. How can I make this change permanent? My distribution is Debian Squeeze and there is no menu.lst in squeeze.

View 6 Replies View Related

General :: User Registrations Can Make A World Change?

Dec 11, 2010

TitleThink user Linux registrations can make a world change?The questionDo you think the registration of Linux users can make people, companies, governments, institutes, and everything related to technology change their opinions (minds)?Introduction My first experience with a PCI used proprietary software since I owned a PC. Starting from the operating system to the programs all was backed by a closed company.EurekaAt the year 2004, I have read a magazine that mentioned the word "Linux", it was the first time I got to know that actually there was other Operating Systems than Windows. I "googled" and "wikipped"(searched), all the information I could get about that new system(for me).

After few searchs the word "Debian GNU/Linux" came up. I have burned the ISO file for a brand new CD and got all enthusiast.ExperienceI had actually complete the command line install, but always thinking for myself "What a waste of time!" (Yeah... such an idiot I was at that time).

After the installation, I booted the distribution and at the minimal error and/or thing that didn't worked like I pretended, I would just say a lot of terrible things and give up.The second chanceOnly at about 2007, I gave Linux other chance(ironic, like Linux was the guilty for my lack of skills. I downloaded and burned the Ubuntu Linux 6.06 Live CD ISO.

I was astonished when the CD booted,
asked for language and actually changed it.
Then the Live Environment "flashed"(appeared).

I was out of words and almost regretted everything I have said about Linux efforts(I still didn't had a open mind tough). For the first time I actually faced-up the problems and issues that came up, but annoying everyone and saying bad stuff(I'm terribly sorry).The enlightenmentOnly at about end of 2009, I started actually wanting to learn how everything worked. That was the time I changed for Slackware Linux distribution. I learned many stuff. But with the time, I realized that the important isn't the Operating System and/or Distribution we use, is the use that we make of it. Nowadays I use about any distribution without complaining much. We need to respect the work of others after all, and we can learn with the mistakes too.

All this to askThe questionDo you think the registration of Linux users can make people, companies, governments, institutes, and everything related to technology change their opinions (minds)?NOTE: This reflects for BSDs, OpenSolaris(now over) and all other related open source software not just Linux.

View 14 Replies View Related

General :: Edit Grub To Make A Permanent Change?

Feb 15, 2011

I need to add rootdelay=130 to my grub menu every time I boot up. how to edting (which) appropriate file to make a permanent change?

View 2 Replies View Related

General :: Change Resolution In Zorin To Make The Text Larger?

Jun 12, 2011

how do i change resolution in Zorin to make the text larger.

View 5 Replies View Related

General :: When Make Install Burg-manager To Change Grub Themes Lose The Login Screen?

May 3, 2011

i have dual boot win + ubuntu 11.04 when i make install burg-manager to change grub themes i lose the login screen to restore the login screen

View 14 Replies View Related

Ubuntu :: Change To Single Mouse Click / Make Icons Tinier Than Default / Change Icons

Mar 12, 2009

In Ubuntu 810.. how do you set the mouse for one click to open an item..?What is that software that sets Trash's empty feature at the bottom of the right click on trash..? I had it, but I can't find it for this new install.Is there a way to default the cursor to half its minimum size, and customize its color to blues..?Is there a way to force the desktop toolbar icons to half of their minimum default size..Is thee a way to change the "Ubuntu Icon + Applications/Place/System" to just three different colored tiny spheres, without the Ubuntu icon..?

View 1 Replies View Related

General :: Make Error - Make[2]: *** No Rule To Make Target

Oct 7, 2010

I am getting an error as below.

How do I resolve the error: make[2]: *** No rule to make target `', needed by `mpg123'.

How can I resolve this error.

View 4 Replies View Related

Ubuntu :: Cannot Change 'Title' Of Mp3 File / Make It Possible?

May 15, 2010

I changed the 'Title' of a mp3 file using mp3info code...

Where comes this "Title" that Nautilus displays?
How can I change it?

View 4 Replies View Related

Ubuntu :: Make Certain Keys Change Brightness

Jul 6, 2010

I want to set fn + Up or Down Arrow to change the brightness of the screen, instead of fn + F4 and F5. However, I don't know the command to do that, and I can't find it in Keyboard Shortcuts.I've seen something about editing a file in /var, but that requires root permissions.

View 9 Replies View Related

Ubuntu Security :: Can't Change Password / Make It Possible?

Jul 21, 2010

When I go the the Change Password dialog box and type my new password, the box seems to stall forever when I try to change my password. The Authenticate and Change password buttons are grayed out but the Close button still works and when I click on it the box will close without changing my password.

View 5 Replies View Related

Fedora :: Make Group Change On Device Permanent?

Dec 31, 2009

I would like to make group changes on serial ports permanent. I can become root and use chgrp:

chgrp uucp /dev/ttyaa00

but it only lasts until reboot. I think I need to add this line to a startup file but not sure where. I want this to work in run level 3 and 5 (at least). I have a digi portserver and their realport software. The ports are /dev/ttyaa00 through /dev/ttyaa07 and are in group root on startup. I want them in uucp so any user in uucp can use them. This is for F10.

View 4 Replies View Related

Fedora :: How To Make Permission Change For Device Permanent

Jun 23, 2010

I recently compile Kernel 2.6.34 (to fix the AMD PowerNow issue with 1055T processor, and it worked!) However, the device
/dev/shm
starts up at boot as Read-Only.

Google Chrome requires this device to be user-writable, or it won't start up. Presumably, the stock kernels (and all that are updated) have it set to User-Write. I have not noticed any other ill effects with the permission being read-only. If I do:
sudo chmod a+w /dev/shm
Everything will work from there, but each time I reboot, I have to do that. How do I make that permission-change permanent?

View 5 Replies View Related

Ubuntu :: Make Firefox Change Domain When Type It

Jun 11, 2010

There is a site that I visit so often that it's domain ends with (.org) and when I go there I write the name and press (ctrl+shift+enter) but sometimes I press (ctrl+enter) and it takes me to a site that I hate so is there a way to make firefox when I write [url] take me to [url].

View 3 Replies View Related

Ubuntu :: /etc/sysctl.conf - Make A Change To This File?

Apr 20, 2011

How do I make a change to this file? More specifically this is what I am trying to do.

Add the following line to /etc/sysctl.conf
vm.swappiness=10

View 2 Replies View Related

Debian Configuration :: Make A Minor Change To One Of The Drivers In 2.6.38 (-sid) Kernel?

Apr 8, 2011

I need to make a minor change to one of the drivers in my 2.6.38 (-sid) kernel. However, I am wondering how best to go about it. Many of the guides on the internet presume one will be using a vanilla source tree and plan on manual configuration.

I am looking for the easiest means of accomplishing a simple recompilation of what I currently have -- with the same configuration and everything else. On Gentoo I usually just do a zcat /proc/config.gz > .config

However am unsure if this is the, correct, Debian way of doing things.

View 4 Replies View Related

Ubuntu Servers :: Slow Sudo After Accidental Change / Make It Up?

Feb 5, 2010

My first post. I've been using Ubuntu Server edition (Hardy) happily for some time now.

I use sudo regularly during configuration of new services. It always works/authorises within seconds, however, it recently became very slow, to the point of being nearly unusable.

In /var/log/auth.log I noticed a regular working pattern like this code...

View 4 Replies View Related

Ubuntu Installation :: Can't View Configure Change Hardware / Make It Possible?

Apr 13, 2010

OK I am windows 7 user trying to update my old Dell M65 (more for educational purposes than anything else) I have tried several flavors of Linux. I've tried PCLinux OS and was OK but would not boot 30% of the time and had an edgy feel to it. So now I'm trying Ubuntu. I down loaded and boot to the CD. Nice. No network. No wireless. Could not find any kind of "Control Panel" to view system settings or hardware or add hardware. Found "Hardware Driver" and clicked wireless card driver and got to the internet. OK! Looks good, feels good, let's try it.

I installed it to the hard drive and seemed OK but no net work again. Went to "Hardware Driver" and no drivers are listed. Now what I do. I'm sure the driver is on the CD but how do I install it? I can't even tell Umbuntu I have a problem.

View 7 Replies View Related

Ubuntu :: Make A Repetitive Job That Reminds To Change Password Every Month?

Sep 5, 2010

I would like to have ability to inform a user to change its passwd every month ? How can I do it in ubuntu by using cmd ?

View 2 Replies View Related

General :: 'make Menuconfig' To Make These Files Modules Rather Than Compiled Elements?

Feb 25, 2011

I need to modify fs/open.c and fs/read_write.c to make my modifications. I cannot find any options in 'make menuconfig' to make these files modules rather than compiled elements. I'm thinking these cannot be modules because the file system won't work without open.c and read_write.c. Is this correct - I cannot compile fs/open.c and fs/read_write.c as modules, only as compiled elements? Or, is there some way for a module to overwrite these routines when the module is installed and re-enable the routines when the module is removed?

View 3 Replies View Related

Ubuntu :: Change The Default OS On Grub, And Adding More Time To Make Choice?

Jul 6, 2010

How do I change the default OS on grub, and adding more time to make my choice?

View 3 Replies View Related

Ubuntu :: Change The Boot Order To Make Windows 7 The Default Start Up?

Aug 5, 2010

I am running a dual boot with Windows 7 pro and ubuntu.

How do I change the boot order to make windows 7 the default start up??

View 3 Replies View Related

Ubuntu Networking :: Change The Ports That Something Like Xchat Uses To Make It Use The Same Port As Firefox?

Sep 3, 2010

How do I change the ports that something like xchat uses to make it use the same port as firefox? I am currently somewhere that has all non browser ports blocked.

View 1 Replies View Related

General :: Difference Between Make And Make BzImage Commands?

Feb 23, 2010

difference between make and make bzImage commands as both are used to build source code.

View 1 Replies View Related

OpenSUSE :: When Open Dolphin In Superuser Mode And Change The Permissions To Make Myself The Owner Of Those Folders?

Jul 24, 2011

On my dual-boot system, 11.4 and win7, Iped out the Doc and DL folders in my home directory and replaced 'em with links to the ones on the windows side. It works great except for one thing: When I open Dolphin in superuser mode and change the permissions to make myself the owner of those folders, the change doesn't take. Is there a special trick to it?GEFPS: I plan to use openSUSE as my main OS, but it's easier to keep my data on the NTFS partition, because Linux speaksindows better than than Windows speaks Linux. Besides, that's where my data already lives

View 9 Replies View Related

General :: What Config File Do You Change To Change Default Run Level?

Aug 5, 2009

What config file do you change to change default run level???

View 3 Replies View Related

General :: What Does 'make' And 'make Modules'

Feb 20, 2010

In linux kernel compilation steps what is difference in the functionality of 'make' and 'make modules' with respect to file system

View 3 Replies View Related

General :: Make And Sh Commands - Make A File Called File Roller For Ubuntu 9.10

Apr 6, 2010

I want to make a file called file roller for Ubuntu 9.10. The folder has a file called install.sh and some others that are make.

I figure first I need to make a file and then run install.sh to install. But I don't know how to do this.

View 2 Replies View Related

OpenSUSE Install :: Revert The Changes Or Change The Permissions Again To Root:root Or Make Sudo Work

Aug 10, 2011

Accidentally I changed the ownership of all the directories under / to my own instead of root:root. Now I am unable to use sudo and many bad things are happening. Is there a way to revert the changes or change the permissions again to root:root or make sudo work ?

View 3 Replies View Related







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