Xbox 360 Forum  

Go Back   Xbox 360 Forum > Off-Topic Forums > Water Cooler
Home Forums Register Blogs FAQ Live Leaderboard Search Today's Posts Mark Forums Read

Water Cooler Off-topic general discussion forums for all things non Xbox.

Reply
Old 05-23-2008, 09:16 PM   #226
Senior Member
 
paintba||er's Avatar
 
Join Date: Jun 2007
Location: Mormonville PSN ID: sheise
Posts: 7,707
Blog Entries: 11
paintba||er is on a distinguished road
Activity Longevity
16/20 20/20
Today Posts
0/5 sssss7707
Send a message via ICQ to paintba||er Send a message via AIM to paintba||er Send a message via MSN to paintba||er Send a message via Yahoo to paintba||er
paintba||er is offline
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:
Originally Posted by IllBashU
u think way to logically thats y u dont get theism
 
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Reply With Quote
Re: Linux/Mac/Windows/Other OS Discussion
Old 05-23-2008, 10:59 PM   #227
Senior Member
 
paintba||er's Avatar
 
Join Date: Jun 2007
Location: Mormonville PSN ID: sheise
Posts: 7,707
Blog Entries: 11
paintba||er is on a distinguished road
Activity Longevity
16/20 20/20
Today Posts
0/5 sssss7707
Send a message via ICQ to paintba||er Send a message via AIM to paintba||er Send a message via MSN to paintba||er Send a message via Yahoo to paintba||er
paintba||er is offline
Since you're using Linus quotes, I decided to use one as well.

Quote:
Originally Posted by Linus Torvalds
Those that can, do. Those that can't, complain.
__________________
Sex, Drugs, and Unix
Quote:
Originally Posted by IllBashU
u think way to logically thats y u dont get theism
 
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Reply With Quote
Re: Linux/Mac/Windows/Other OS Discussion
Old 05-23-2008, 11:05 PM   #228
Senior Member
 
IllBashU's Avatar
 
Join Date: Jun 2007
Posts: 4,070
Blog Entries: 10
IllBashU is an unknown quantity at this point
Activity Longevity
11/20 20/20
Today Posts
0/5 sssss4070
IllBashU is offline
^ how to pronounce his name :/ sounds so weard

http://upload.wikimedia.org/wikipedi..._Torvalds2.ogg

LMAO! this quote is awsome!
Quote:
I'm a bastard. I have absolutely no clue why people can ever think otherwise. Yet they do. People think I'm a nice guy, and the fact is that I'm a scheming, conniving bastard who doesn't care for any hurt feelings or lost hours of work, if it just results in what I consider to be a better system. And I'm not just saying that. I'm really not a very nice person. I can say "I don't care" with a straight face, and really mean it.
Quote:
Is "I hope you all die a painful death" too strong?
__________________
 
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Reply With Quote
Re: Linux/Mac/Windows/Other OS Discussion
Old 05-23-2008, 11:41 PM   #229
Senior Member
 
paintba||er's Avatar
 
Join Date: Jun 2007
Location: Mormonville PSN ID: sheise
Posts: 7,707
Blog Entries: 11
paintba||er is on a distinguished road
Activity Longevity
16/20 20/20
Today Posts
0/5 sssss7707
Send a message via ICQ to paintba||er Send a message via AIM to paintba||er Send a message via MSN to paintba||er Send a message via Yahoo to paintba||er
paintba||er is offline
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:
Originally Posted by IllBashU
u think way to logically thats y u dont get theism
 
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Reply With Quote
Re: Linux/Mac/Windows/Other OS Discussion
Old 05-23-2008, 11:45 PM   #230
Senior Member
 
IllBashU's Avatar
 
Join Date: Jun 2007
Posts: 4,070
Blog Entries: 10
IllBashU is an unknown quantity at this point
Activity Longevity
11/20 20/20
Today Posts
0/5 sssss4070
IllBashU is offline
i know that, i am not American
__________________
 
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Reply With Quote
Re: Linux/Mac/Windows/Other OS Discussion
Old 05-24-2008, 03:31 AM   #231
Senior Member
 
IllBashU's Avatar
 
Join Date: Jun 2007
Posts: 4,070
Blog Entries: 10
IllBashU is an unknown quantity at this point
Activity Longevity
11/20 20/20
Today Posts
0/5 sssss4070
IllBashU is offline
can you help me out??


Quote:
Configure multicast route on your machine for the media server to be found by clients, create a file /etc/network/if-up/fuppes with the following content (substitute the interface for the one you are using on your machine)
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
my ip is 192.168.10.2 now what do i do?
__________________
 
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Reply With Quote
Last edited by IllBashU; 05-24-2008 at 04:02 AM.
Re: Linux/Mac/Windows/Other OS Discussion
Old 05-24-2008, 03:40 AM   #232
Senior Member
 
paintba||er's Avatar
 
Join Date: Jun 2007
Location: Mormonville PSN ID: sheise
Posts: 7,707
Blog Entries: 11
paintba||er is on a distinguished road
Activity Longevity
16/20 20/20
Today Posts
0/5 sssss7707
Send a message via ICQ to paintba||er Send a message via AIM to paintba||er Send a message via MSN to paintba||er Send a message via Yahoo to paintba||er
paintba||er is offline
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:
Originally Posted by IllBashU
u think way to logically thats y u dont get theism
 
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Reply With Quote
Re: Linux/Mac/Windows/Other OS Discussion
Old 05-24-2008, 03:41 AM   #233
Senior Member
 
IllBashU's Avatar
 
Join Date: Jun 2007
Posts: 4,070
Blog Entries: 10
IllBashU is an unknown quantity at this point
Activity Longevity
11/20 20/20
Today Posts
0/5 sssss4070
IllBashU is offline
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?
__________________
 
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Reply With Quote
Last edited by IllBashU; 05-24-2008 at 03:43 AM.
Re: Linux/Mac/Windows/Other OS Discussion
Old 05-24-2008, 03:42 AM   #234
Senior Member
 
paintba||er's Avatar
 
Join Date: Jun 2007
Location: Mormonville PSN ID: sheise
Posts: 7,707
Blog Entries: 11
paintba||er is on a distinguished road
Activity Longevity
16/20 20/20
Today Posts
0/5 sssss7707
Send a message via ICQ to paintba||er Send a message via AIM to paintba||er Send a message via MSN to paintba||er Send a message via Yahoo to paintba||er
paintba||er is offline
Umm...you could try "netstat --interfaces" to print a list of them.
__________________
Sex, Drugs, and Unix
Quote:
Originally Posted by IllBashU
u think way to logically thats y u dont get theism
 
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Reply With Quote
Re: Linux/Mac/Windows/Other OS Discussion
Old 05-24-2008, 03:45 AM   #235
Senior Member
 
IllBashU's Avatar
 
Join Date: Jun 2007
Posts: 4,070
Blog Entries: 10
IllBashU is an unknown quantity at this point
Activity Longevity
11/20 20/20
Today Posts
0/5 sssss4070
IllBashU is offline
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
where do i put the script when i make it?
__________________
 
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Reply With Quote
Re: Linux/Mac/Windows/Other OS Discussion
Old 05-24-2008, 03:55 AM   #236
Senior Member
 
paintba||er's Avatar
 
Join Date: Jun 2007
Location: Mormonville PSN ID: sheise
Posts: 7,707
Blog Entries: 11
paintba||er is on a distinguished road
Activity Longevity
16/20 20/20
Today Posts
0/5 sssss7707
Send a message via ICQ to paintba||er Send a message via AIM to paintba||er Send a message via MSN to paintba||er Send a message via Yahoo to paintba||er
paintba||er is offline
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:
Originally Posted by IllBashU
u think way to logically thats y u dont get theism
 
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Reply With Quote
Re: Linux/Mac/Windows/Other OS Discussion
Old 05-24-2008, 04:05 AM   #237
Senior Member
 
IllBashU's Avatar
 
Join Date: Jun 2007
Posts: 4,070
Blog Entries: 10
IllBashU is an unknown quantity at this point
Activity Longevity
11/20 20/20
Today Posts
0/5 sssss4070
IllBashU is offline
Quote:
Originally Posted by paintba||er View Post
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.
Ethernet,

this is what i typed into terminal

Code:
 sudo gedit  /etc/network/if-up/fuppes
and i pasted it in and hit save and i got an error :/

Code:
** (gedit:8586): WARNING **: Hit unhandled case 1 (File not found) in gedit_unrecoverable_saving_error_message_area_new.
__________________