Welcome, Guest. Please login or register.

Author Topic: Tips on moving to Linux?  (Read 69711 times)

Description:

0 Members and 6 Guests are viewing this topic.

Offline TeamBlackFox

  • Master SPARC
  • Full Member
  • ***
  • Join Date: Jan 2014
  • Posts: 220
    • Show all replies
Re: Tips on moving to Linux?
« on: March 31, 2014, 11:16:02 PM »
Congrats on enjoying Linux, its a great OS despite its flaws. I've used IRIX, Solaris, SunOS, OS X, Windows, AmigaOS, BeOS/ZETA/Haiku, FreeBSD and Linux itself is by far one of the better ones around.
After many years in the Amiga community I have decided to leave the Amiga community permanently. If you have a question about SGI or Sun computers please PM me and I will return your contact as soon as I can.
 

Offline TeamBlackFox

  • Master SPARC
  • Full Member
  • ***
  • Join Date: Jan 2014
  • Posts: 220
    • Show all replies
Re: Tips on moving to Linux?
« Reply #1 on: March 31, 2014, 11:35:57 PM »
Well MegaMig, we're on a vintage computer site. AmigaOS isn't modern by any standard, and yet I doubt 10% or less of the population here would consider it obsolete. Its just that in hindsight, XP is crap. It was good back then, but its filth now.
After many years in the Amiga community I have decided to leave the Amiga community permanently. If you have a question about SGI or Sun computers please PM me and I will return your contact as soon as I can.
 

Offline TeamBlackFox

  • Master SPARC
  • Full Member
  • ***
  • Join Date: Jan 2014
  • Posts: 220
    • Show all replies
Re: Tips on moving to Linux?
« Reply #2 on: April 01, 2014, 10:21:43 PM »
Quote from: Kremlar;761674
You're saying that Windows 8.1 is not better than Windows XP?

While this isn't directed at me, I am inclined to concur. Windows 8/8.1 is MS BOB all over again. The Metro interface is designed for a mobile phone, and on a desktop it is clunky. The fact that Windows 8.1 failed to fix many of the flaws, it just added a shortcut to the menu, makes me not want to use it, that much.
 I have not used Windows so much in the last 6 years that I don't even bother with anything besides 98lite for DOS games, 2000/XP for legacy PC compatibility, and Windows 7 for the rare occasion WINE does not do the job.
After many years in the Amiga community I have decided to leave the Amiga community permanently. If you have a question about SGI or Sun computers please PM me and I will return your contact as soon as I can.
 

Offline TeamBlackFox

  • Master SPARC
  • Full Member
  • ***
  • Join Date: Jan 2014
  • Posts: 220
    • Show all replies
Re: Tips on moving to Linux?
« Reply #3 on: April 08, 2014, 12:32:24 AM »
Hey ral-clan,

I know this was previously mentioned, but one of the UNIX ways of backing up drives is to use Disk Dump or dd.

Open a terminal, and type gparted, then when you get the partition number for your NTFS partition (/dev/sda# if SATA/SCSI or /dev/hda# if IDE) then close out and drop back to the shell.

Type the following:

Code: [Select]
$ mkdir ~/backups
$ dd if=$yourpartition# of=~/backups/$backupname bs=4096 conv=noerror
Example:
Code: [Select]
$ dd if=/dev/sda2 of=~/backups/archbang20140407 bs=4096 conv=noerrorThis will copy a disk image equal to size of your partition to a directory called backups in your home directory.

It takes awhile but this method has a few benefits:

1. If you lose all your data or mess up that partition, setting up a new partition then running dd to copy the data back (if is the source and of is the destination, so you can do it backwards) this will result in a (mostly) turnkey solution, assuming your bootloader is already setup

2. The image you made COULD be run in a VM if needed.

3. You can restore the image from any UNIX system, this command will work on Linux, BSD, Solaris, Mac OS X, and apparently there is a dd port for Windows too, never used it myself, however.
« Last Edit: April 08, 2014, 12:45:07 AM by TeamBlackFox »
After many years in the Amiga community I have decided to leave the Amiga community permanently. If you have a question about SGI or Sun computers please PM me and I will return your contact as soon as I can.
 

Offline TeamBlackFox

  • Master SPARC
  • Full Member
  • ***
  • Join Date: Jan 2014
  • Posts: 220
    • Show all replies
Re: Tips on moving to Linux?
« Reply #4 on: April 10, 2014, 11:04:47 PM »
AmigaPixel,

By default Ubuntu will default to using the opensource X11 drivers, package names are
nouveau for Nvidia cards
radeon for ATi/AMD cards unless very old

If you don't intend to run 3D games on Ubuntu, it is best to stick with nouveau, if it isn't broke, don't fix it. If you want to run 3d games, look for the nvidia proprietary driver (free to download) and ensure your xorg.conf (X server config file) is setup for it. Feel free to ask me if you get stuck, I have used GNU/Linux for about 8 years so while I'm not super knowledgable, I know a fair amount about UNIX.
After many years in the Amiga community I have decided to leave the Amiga community permanently. If you have a question about SGI or Sun computers please PM me and I will return your contact as soon as I can.
 

Offline TeamBlackFox

  • Master SPARC
  • Full Member
  • ***
  • Join Date: Jan 2014
  • Posts: 220
    • Show all replies
Re: Tips on moving to Linux?
« Reply #5 on: April 11, 2014, 03:10:13 AM »
I use several versions:

Arch Linux on a laptop
FreeBSD for desktop and servers
IRIX on SGI Octane
And I have a PowerMac G5 I need to rebuild the watercooler in, going to be used for something, yet to decide since it doesn't run at the moment.
After many years in the Amiga community I have decided to leave the Amiga community permanently. If you have a question about SGI or Sun computers please PM me and I will return your contact as soon as I can.
 

Offline TeamBlackFox

  • Master SPARC
  • Full Member
  • ***
  • Join Date: Jan 2014
  • Posts: 220
    • Show all replies
Re: Tips on moving to Linux?
« Reply #6 on: April 11, 2014, 05:30:40 PM »
Quote from: persia;762347
Oh god, the liquid cooled G5 Mac Pros.  Why didn't someone at Apple think "hmm liquid and electronics, what could possibly go wrong with that?"

Hey, its not leaking in my quad G5 version - I have no qualms as its whisper quiet, I am just rebuilding the cooling unit as a way to stave off a failure - standard for water cooled computers every so often.
After many years in the Amiga community I have decided to leave the Amiga community permanently. If you have a question about SGI or Sun computers please PM me and I will return your contact as soon as I can.
 

Offline TeamBlackFox

  • Master SPARC
  • Full Member
  • ***
  • Join Date: Jan 2014
  • Posts: 220
    • Show all replies
Re: Tips on moving to Linux?
« Reply #7 on: April 11, 2014, 08:50:47 PM »
Hence me doing prevetive maintenance and also changing the coolant to distilled water - far less corrosive to stock stuff.
After many years in the Amiga community I have decided to leave the Amiga community permanently. If you have a question about SGI or Sun computers please PM me and I will return your contact as soon as I can.