Active Topics

 


Closed Thread
Thread Tools
Posts: 174 | Thanked: 71 times | Joined on Aug 2007
#271
qole nailed it on the head. Nice thing with Ubuntu: even as one of the easiest distro's to get into, it sacrifices none of the power.

Can't go wrong.

edit: I wanted to mention installing and uninstalling software since it's applicable to both OS's. The most granular way to do so is at the terminal with the command 'sudo apt-get install <pkg_name>'. To remove an application, run the command 'sudo apt-get --purge autoremove <pkg_name>'. I mention it because a 'normal' remove will leave the config files in place and the dependencies installed, which is handy if you're going to install the app again, but otherwise takes up space. Unlike Windows with it's crufty registry, there shouldn't be a performance hit, but it's still useless crap just sitting in the file system.

Last edited by dick-richardson; 2009-04-03 at 00:12.
 

The Following 2 Users Say Thank You to dick-richardson For This Useful Post:
daperl's Avatar
Posts: 2,427 | Thanked: 2,986 times | Joined on Dec 2007
#272
Originally Posted by qole View Post
Oh, ok, we're having that kind of a contest now.

Yay. I win.
Sorry, but the contest was, "First person to show uselessness." So, I win with an "*" because Omega was actually first. Did you not get the memo?
__________________
N9: Go white or go home
 
Posts: 174 | Thanked: 71 times | Joined on Aug 2007
#273
Originally Posted by daperl View Post
Sorry, but the contest was, "First person to show uselessness." So, I win with an "*" because Omega was actually first. Did you not get the memo?
I win because nothing is more useless than egging the conversation on.

You all owe me an apology.
 

The Following User Says Thank You to dick-richardson For This Useful Post:
Posts: 5,335 | Thanked: 8,187 times | Joined on Mar 2007 @ Pennsylvania, USA
#274
Originally Posted by qole View Post
Yay. I win.
I won't contest you. My first computer was a functional, but boring, IBM PC. My father was an IBM mainframe guy and wouldn't have anything less.

During high school I did set up, though never opened to others, a Wildcat BBS on a 386. As I didn't have much hard drive space on the 386, I hooked up my VTech Laser Turbo XT via Lantastic/Z to store part of the BBS on its 20 MB RLL drive.

I used the U.S. Robotics 2400 baud modem from that setup well into college, as the university's modem bank was all 2400 baud anyway. I loved that the modem had a Morse code mode. I never found a use for it, but I missed it on later modems never the less.

I still have an external U.S. Robotics V.Everything modem. It'll be upgradable to all those new, faster analogue modem standards that will come along. They promised, and you just wait. I wasn't rooked.
__________________
maemo.org profile
 
JayOnThaBeat's Avatar
Posts: 1,028 | Thanked: 578 times | Joined on Mar 2009 @ Chicago
#275
argh, i had to restore from partition, vista :-/ ... i need to find my xp disc.

anywho, am i gonna hit any snags tryin to set it up to dual boot vista and ubuntu?

suggestions?
__________________
maemo.org search
I AM NOT A ROLE-MODEL.
 
daperl's Avatar
Posts: 2,427 | Thanked: 2,986 times | Joined on Dec 2007
#276
Originally Posted by JayOnThaBeat View Post
argh, i had to restore from partition, vista :-/ ... i need to find my xp disc.

anywho, am i gonna hit any snags tryin to set it up to dual boot vista and ubuntu?

suggestions?
No, but you must do Vista first. Ubuntu will take care of the rest. Just read carefully while you're doing the Ubuntu install.

EDIT:

For simplicity, maybe give each OS a little less than half the disk. Ubuntu is gonna wanna make a swap partition, so maybe save some disk space that is the size of your memory or larger.

Say you had a 500 GB hard disk with 1 GB of RAM. When Ubuntu is done partitioning you would have 3 partitions like this:

Vista: 249 GB
Ubuntu: 249 GB
linux swap: 1 GB

Something like that.
__________________
N9: Go white or go home

Last edited by daperl; 2009-04-03 at 02:24.
 
dantonic's Avatar
Posts: 361 | Thanked: 108 times | Joined on Sep 2008
#277
Originally Posted by dick-richardson View Post
qole nailed it on the head. Nice thing with Ubuntu: even as one of the easiest distro's to get into, it sacrifices none of the power.

Can't go wrong.

edit: I wanted to mention installing and uninstalling software since it's applicable to both OS's. The most granular way to do so is at the terminal with the command 'sudo apt-get install <pkg_name>'. To remove an application, run the command 'sudo apt-get --purge autoremove <pkg_name>'. I mention it because a 'normal' remove will leave the config files in place and the dependencies installed, which is handy if you're going to install the app again, but otherwise takes up space. Unlike Windows with it's crufty registry, there shouldn't be a performance hit, but it's still useless crap just sitting in the file system.
Hey I'm a total linux newbie. If I wanted to use that command line to remove a certain program say canola, would I simply type "sudo apt-get --purge autoremove canola" or would the package name be something different?
If so, how would I find out what the package name is? Is there a way to list the different packages installed?

Thanks
 
deeteroderdas's Avatar
Posts: 274 | Thanked: 62 times | Joined on Jul 2007 @ Helotes, TX
#278
Originally Posted by qole View Post
Oh, ok, we're having that kind of a contest now.

40 characters? Try using a 300 baud modem running on a Vic-20 with 3.5k user RAM and a 22 character wide display.



Yay. I win.
My first assignment in the military had one of these babies:
http://railroad-signaling.com/tty/tn_m28_jpg.jpg

Honkin', screamin', 75 baud!

EDIT: Jayonthabeat: install Ubuntu. That's your best bet for a "just-works" Linux. It also will get you used to the package system of the tablets.
Concur. Ubuntu (or Kubuntu, if you're a KDE fan) "just works".
__________________
Mitch Thompson, Helotes, TX USA
N800|2x 16GB SDHC|PDAir case|i737 BT GPS

"There are two major products that come out of Berkeley: LSD and BSD. We don't believe this to be a coincidence. " - Jeremy S. Anderson
 
JayOnThaBeat's Avatar
Posts: 1,028 | Thanked: 578 times | Joined on Mar 2009 @ Chicago
#279
got it installed, but i can't connect to my wifi network... it recognizes that the network is there, i enter the passphrase, but then it asks me for the passphrase again.
__________________
maemo.org search
I AM NOT A ROLE-MODEL.
 
Posts: 174 | Thanked: 71 times | Joined on Aug 2007
#280
Originally Posted by dantonic View Post
Hey I'm a total linux newbie. If I wanted to use that command line to remove a certain program say canola, would I simply type "sudo apt-get --purge autoremove canola" or would the package name be something different?
If so, how would I find out what the package name is? Is there a way to list the different packages installed?

Thanks
apt-cache search <title/description>

In the case of canola, the package name is 'canola2'
 

The Following User Says Thank You to dick-richardson For This Useful Post:
Closed Thread

Tags
n810 is a ripoff, n900 is useless, nokia ripoff, not as advertised, paid too much, unresponsive


 
Forum Jump


All times are GMT. The time now is 21:43.