so, i have my machine with one HDD with winXP
and one with Ubuntu
my internet (plugged directly into modem) wont work on ubuntu
help?
Name:
Anonymous2006-09-26 21:03
open terminal and type:
sudo gedit /etc/X11/xorg.conf
Name:
bix nood2006-09-26 21:05
says command not found >.<
Name:
Anonymous2006-09-26 21:54
>>2
Has nothing to do with internet. He just thinks he's hilarious.
sudo runs another command as another user (default root). sudo is a third party app that makes using su (debatably) easier and more secure.
gedit is a text editor.
/etc/X11/xorg.conf is a configuration file for Xorg-X11 (GUI).
One of the most common noob problems is misconfigured xorg.conf files (which results in GUI problems, like wrong resolutions or scroll wheels not working).
Anyways, you're probably having trouble with DHCP. Ask on Ubuntu's forums.
Also, get a router. They're cheap (10-20 USD). If you don't have one, you're asking for trouble (especially if you run Windows like that). Note that a software firewall is not a replacement for a network (hardware) firewall.
Name:
Anonymous2006-09-26 21:54
open terminal and type:
rm /home
Name:
Anonymous2006-09-26 22:35
5 rm is not recursive by default.
Name:
Anonymous2006-09-26 23:37
>>6
Also, a regular user only has r-x permissions for /home.
Name:
Anonymous2006-09-26 23:39
, . These w's just never stop growing.
( ´ω`) . .
○={=}〇, ; .'´ `. ゙ ; `
|:::::::::\,.'.;´,
wwwwwし w`(.@)wwwwwwwww
Name:
Anonymous2006-09-27 2:54
>>1
Configure following files:
/etc/resolv.conf
/etc/network/interfaces
Then do one (as number: "1") of the following:
1. reboot
2. as root:
ifconfig eth0 down
ifconfig eth0 up
route add default gw <router-IP>
if you already know you're an idiot just go buy a mac you'll fit right in.
Name:
Anonymous2006-09-30 10:14
To quote a Norwegian musician/songwriter/comedian:
[quote]To make the day pass, I use a PC. To get work done, I use a Mac.[/quote]
Name:
Anonymous2006-09-30 10:15
Hmm, I thought this thing supported BBCode?
Name:
Anonymous2006-09-30 12:16
>>21 Hmm, I thought this thing supported BBCode? Hmm, I thought this thing supported BBCode? Hmm, I thought this thing supported BBCode? Hmm, I thought this thing supported BBCode?
Name:
Anonymous2006-09-30 14:28
Then what's with the quote tag not working?
quote
[quote]To make the day pass, I use a PC. To get work done, I use a Mac.[/quote]
q
[q]To make the day pass, I use a PC. To get work done, I use a Mac.[/q]
Problem is, when I see something being implemented, I tend to expect it to be done... well, I dunno... properly or sumthin?
And when the other tags work (b, u, i, etc), there's this "quote" tag included in the standard as well (as seen on Wiki, for starters). No (apparent) need for mail-style ">" markings.