![]() |
|
|
#226 | |||||||||
Senior Member
![]()
|
But the CLI is the best tool for most jobs. You can do most things easier, faster, and more efficiently through the CLI than the GUI. There are some exceptions such as design and web browsing, but for most things that is true.
__________________
Sex, Drugs, and Unix ☭ Quote:
|
|||||||||
|
|
|
#227 | ||||||||||
Senior Member
![]()
|
Since you're using Linus quotes, I decided to use one as well.
Quote:
![]()
__________________
Sex, Drugs, and Unix ☭ Quote:
|
||||||||||
|
|
|
#228 | ||||||||||
Senior Member
![]()
|
^ how to pronounce his name :/ sounds so weard
http://upload.wikimedia.org/wikipedi..._Torvalds2.ogg LMAO! this quote is awsome! Quote:
Quote:
__________________
|
||||||||||
|
|
|
#229 | |||||||||
Senior Member
![]()
|
That person must have a very thick accent. Linus pronounces it line us.
And in case you didn't realize, that last quote I posted was supposed to be insulting to you...
__________________
Sex, Drugs, and Unix ☭ Quote:
|
|||||||||
|
|
|
#230 | ||||||||
Senior Member
![]()
|
i know that, i am not American
![]()
__________________
|
||||||||
|
|
|
#231 | |||||||||
Senior Member
![]()
|
can you help me out??
Quote:
Code:
#!/bin/bash
#
# in this case eth1 is my WLAN interface change to match yours
if [ "" = "eth1" ]; then
ip ro add 239.0.0.0/8 dev eth1
/etc/init.d/fuppes restart &>/dev/null
fi
__________________
|
|||||||||
|
||||||||||
| Last edited by IllBashU; 05-24-2008 at 04:02 AM. | ||||||||||
|
|
#232 | |||||||||
Senior Member
![]()
|
Just create the file it says with your favorite text editor, (you'll have to have root permissions) then copy and paste what that script. Then replace "eth1" with whatever the name of your interface is. (for example, it may be wlan0, or eth0) I don't think your IP matters for this.
__________________
Sex, Drugs, and Unix ☭ Quote:
|
|||||||||
|
|
|
#233 | ||||||||
Senior Member
![]()
|
how do i find out what my eth1 thing is?
edit i got it Ethernet (eth0) where do i put it after i make the script?
__________________
|
||||||||
|
|||||||||
| Last edited by IllBashU; 05-24-2008 at 03:43 AM. | |||||||||
|
|
#234 | |||||||||
Senior Member
![]()
|
Umm...you could try "netstat --interfaces" to print a list of them.
__________________
Sex, Drugs, and Unix ☭ Quote:
|
|||||||||
|
|
|
#235 | ||||||||
Senior Member
![]()
|
Code:
Iface MTU Met RX-OK RX-ERR RX-DRP RX-OVR TX-OK TX-ERR TX-DRP TX-OVR Flg eth0 1492 0 303699 0 0 0 216947 0 0 0 BMRU lo 16436 0 6800 0 0 0 6800 0 0 0 LRU wlan0 1500 0 48168 0 0 0 1935 0 0 0 BRU
__________________
|
||||||||
|
|
|
#236 | |||||||||
Senior Member
![]()
|
You put it where it says: /etc/network/if-up/fuppes. And are you using WiFi or ethernet? If it's ethernet then it's probably eth0, or if it's WiFi then it's probably wlan0. lo is loopback.
__________________
Sex, Drugs, and Unix ☭ Quote:
|
|||||||||
|
|
|
#237 | |||||||||
Senior Member
![]()
|
Quote:
this is what i typed into terminal Code:
sudo gedit /etc/network/if-up/fuppes Code:
** (gedit:8586): WARNING **: Hit unhandled case 1 (File not found) in gedit_unrecoverable_saving_error_message_area_new.
__________________ |