Unix & Linux Stack Exchange
Q&A for users of Linux, FreeBSD and other Unix-like operating systems
Latest Questions
9
votes
7
answers
2170
views
What I can I do to make the transition to some new computer hardware safe and smooth?
I normally use machine A, and I make backups of A onto a fileserver B. Sooner or later, I will lose machine A for one reason or another. Its hard drive wears out, or it gets hit by lightening, or some salesperson convinces me that it's an embarrassing piece of obsolete junk, or an overclocking exper...
I normally use machine A, and I make backups of A onto a fileserver B.
Sooner or later, I will lose machine A for one reason or another.
Its hard drive wears out, or it gets hit by lightening, or some salesperson convinces me that it's an embarrassing piece of obsolete junk, or an overclocking experiment goes horribly wrong, or it suffers a "glitter-related event", etc.
Let's assume that computer C is totally different from computer A -- different mass storage interface, processor from a different company, different screen resolution, etc.
Is there an easy way to make a list of all the software currently installed on A before disaster strikes, in a way that makes it easy to install the same software on the blank hard drives of computer C? Or better yet, makes it easy to install the latest versions of each piece of software, and the specific sub-version optimized for this particular machine C?
If I have plenty of space on B, it seems easiest copy *everything* from A to B.
If I do that, what is a good way of dividing the files I want to copy from B to C from the files I don't?
I don't want to copy binary files I can easily re-download (and possibly re-compile) as needed, and probably wouldn't work on machine C anyway.
Or is it better in the long run to try to avoid backing up such easily-obtained machine-specific binary files onto B in the first place?
Is there a better way to reduce the chances that viruses and trojans get passed on to C and re-activated?
When I customize software or write fresh new software, what is a good way to make sure the tweaks I have made get backed up and transferred to the new machine and installed? Such as cron and anacron tasks?
What I can I do to make my transition to some new computer C safe and smooth?
(This question expands on a sub-question of
"Incremental system backup and restore w/ rsync or rdiff-backup issues" that I thought was particularly important).
David Cary
(570 rep)
Feb 27, 2011, 02:57 AM
• Last activity: Oct 31, 2024, 08:19 AM
39
votes
5
answers
55177
views
How can I install ncdu on Red Hat?
The answers provided [to this question][1] doesn't help. I'ved tried yum install ncdu But I'm getting No package ncdu available [1]: https://unix.stackexchange.com/questions/3965/how-to-install-linux-programs-in-red-hat
The answers provided to this question doesn't help.
I'ved tried
yum install ncdu
But I'm getting
No package ncdu available
ripper234
(32413 rep)
Nov 12, 2010, 01:31 PM
• Last activity: Oct 26, 2023, 01:25 PM
5
votes
3
answers
637
views
OpenBSD patch system
If I install OpenBSD from CD-ROM: http://www.openbsd.org/ftp.html with `install48.iso` then is it patched? 1. All 10 patches from [here][1] are in the ISO file? 2. If those are not included, how can I apply these patches? Is there a one-liner command (like under Fedora: `yum upgrade` or Debian based...
If I install OpenBSD from CD-ROM: http://www.openbsd.org/ftp.html with
install48.iso
then is it patched?
1. All 10 patches from here are in the ISO file?
2. If those are not included, how can I apply these patches? Is there a one-liner command (like under Fedora: yum upgrade
or Debian based, apt-get upgrade
) or do I have to download and apply all 10 patches one by one?
LanceBaynes
(41465 rep)
Mar 25, 2011, 11:17 AM
• Last activity: Feb 13, 2018, 07:35 PM
5
votes
3
answers
7537
views
Change /dev/sd* for USB Linux install?
I am trying to install [Scientific Linux 6.1][1] (which is literally RedHat Enterprise Linux without the branding) by booting its installer from my USB drive. The installer starts fine, but two things happened: 1. My USB drive appears as /dev/sda while my internal hard disk (the one I want to instal...
I am trying to install Scientific Linux 6.1 (which is literally RedHat Enterprise Linux without the branding) by booting its installer from my USB drive.
The installer starts fine, but two things happened:
1. My USB drive appears as /dev/sda while my internal hard disk (the one I want to install the OS onto) is /dev/sdb. However, I would like my hard disk to be /dev/sda so that when I remove my USB drive after installation, my system can boot OK. How can I change this?
2. Even though the installer starts, once I start the actual installation I get an error saying the installer can't find the "ISO 9001" install image.
Might these two issues be related? I would appreciate any suggestions... Thanks.
hpy
(4597 rep)
Aug 5, 2011, 09:05 PM
• Last activity: Jul 3, 2016, 06:45 PM
2
votes
2
answers
779
views
Fedora vs. Ubuntu installation
I am using Fedora 13, and it was my friend who did the installation for me. I have used Ubuntu also and I found it more easy to install than fedora. Ubuntu uses a WUBI installer (if I am correct) and its more easy for the users to install and remove Ubuntu. For a person who knows how to install and...
I am using Fedora 13, and it was my friend who did the installation for me. I have used Ubuntu also and I found it more easy to install than fedora. Ubuntu uses a WUBI installer (if I am correct) and its more easy for the users to install and remove Ubuntu. For a person who knows how to install and remove an application in Windows, can they install/remove Ubuntu also.
Why is it that its not the same with Fedora. Are there any steps being taken for making it more user-friendly.
C.S.
(1833 rep)
Sep 7, 2010, 08:29 PM
• Last activity: Jan 15, 2015, 07:47 PM
2
votes
1
answers
679
views
Why does 'apt-get install' suggest packages that I already have?
On Ubuntu Desktop 10.04.1, I have just run `apt-get install` to install a package. Amongst the list of suggested packages is `ssh`. I'm confused, because I am sure that I already have `ssh` installed: # ssh --version usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec] [-D [bind...
On Ubuntu Desktop 10.04.1, I have just run
apt-get install
to install a package. Amongst the list of suggested packages is ssh
.
I'm confused, because I am sure that I already have ssh
installed:
# ssh --version
usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]
[-D [bind_address:]port] [-e escape_char] [-F configfile]
[-i identity_file] [-L [bind_address:]port:host:hostport]
[-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]
[-R [bind_address:]port:host:hostport] [-S ctl_path]
[-w local_tun[:remote_tun]] [user@]hostname [command]
So...
When apt-get install
suggests packages, does it take my existing set-up into consideration before making the suggestion? If so, why does it suggest something that I already have?
JW01
(541 rep)
May 21, 2011, 06:08 PM
• Last activity: May 23, 2013, 08:11 PM
3
votes
4
answers
8244
views
Step-by-step guide for installation of 2 different Linux OSs and Window OS - on the same computer
Is there any existing step by step guide instructing how to install 2 different Linux OSs (say, Red Hat and SUSE), and Windows OS on the same machine? (When tried it I entangled with the partitions configuration, and I've heard from others that the secondary Linux has to be installed without its boo...
Is there any existing step by step guide instructing how to install 2 different Linux OSs (say, Red Hat and SUSE), and Windows OS on the same machine?
(When tried it I entangled with the partitions configuration, and I've heard from others that the secondary Linux has to be installed without its boot loader).
rkellerm
(253 rep)
Oct 20, 2010, 11:42 AM
• Last activity: Mar 14, 2013, 09:41 PM
5
votes
2
answers
8640
views
How can I serve a Kickstart file over the network without a DHCP server?
I want to install CentOS 5.5 on two systems. I have a kickstart file. I would like to install CentOS on a system using this kickstart file. I'm reading the instructions provided by [fedoraproject.org][1] and [RedHat.com][2], but they suggest using a DHCP server. I don't want to set up a DHCP server...
I want to install CentOS 5.5 on two systems. I have a kickstart file.
I would like to install CentOS on a system using this kickstart file. I'm reading the instructions provided by fedoraproject.org and RedHat.com , but they suggest using a DHCP server. I don't want to set up a DHCP server right now, and I can't have DHCP traffic on this LAN.
How can I make this kickstart available over the network without using DHCP to assign an IP and point to the file I know that it is possible to make the Kickstart file available over HTTP, FTP or NFS. How can I configure the RedHat installer to have an IP address on the network and grab the kickstart file from a remote server?
Stefan Lasiewski
(20733 rep)
Dec 21, 2010, 01:01 AM
• Last activity: Mar 13, 2013, 03:34 PM
1
votes
1
answers
1849
views
I can't figure out how to install Firestarter Fedora
I am feeling stupid. I have been searching for 3 hours with no success. I installed Fedora 14 and tried to do `yum install firestarter` but the package was not found. I also tried from a GUI and found nothing. It is at fedoras repository? Maybe I should configure the repository, but all I found are...
I am feeling stupid. I have been searching for 3 hours with no success.
I installed Fedora 14 and tried to do
yum install firestarter
but the package was not found.
I also tried from a GUI and found nothing.
It is at fedoras repository?
Maybe I should configure the repository, but all I found are dated. Any help? Thank you.
GorillaApe
(403 rep)
Apr 29, 2011, 07:57 PM
• Last activity: Nov 3, 2012, 11:17 PM
1
votes
1
answers
460
views
Ubuntu 10.04 bad install...now Mac won't boot
I've been having a problem all day. It all started when I tried to partition my HD to install Ubuntu with bootcamp on my mac. The install froze and when I restarted the Apple logo was replaced with a "do not enter" sign (circle with slash). I've been searching forums for a solution and even tried to...
I've been having a problem all day. It all started when I tried to partition my HD to install Ubuntu with bootcamp on my mac. The install froze and when I restarted the Apple logo was replaced with a "do not enter" sign (circle with slash). I've been searching forums for a solution and even tried to run a LiveCD but that failed. I think I need to remove GRUB from my MBR. Anyone have some suggestions/help? Much appreciated.
Trevor Arjeski
(136 rep)
Feb 11, 2011, 08:15 PM
• Last activity: Mar 20, 2012, 10:16 AM
4
votes
4
answers
3602
views
How to make USB debian squeeze disk for PPC?
I'm using a G4 1.5ghz PPC 32bit Powerbook I followed the instructions on this site. But could never get my powerbook to boot up from the usb drive. I can not use a CD because my DVD drive is busted. Thus the need for USB. Also most of the usb partitioning and install instructions are for people usin...
I'm using a G4 1.5ghz PPC 32bit Powerbook
I followed the instructions on this site.
But could never get my powerbook to boot up from the usb drive.
I can not use a CD because my DVD drive is busted. Thus the need for USB.
Also most of the usb partitioning and install instructions are for people using linux already. I need to create the disk in mac osx only.
Joshua Robison
(622 rep)
Mar 28, 2011, 07:57 PM
• Last activity: Mar 5, 2012, 05:08 PM
1
votes
4
answers
1123
views
Debian Lenny on Asus sabertooth X58 won't detect hard drive
I have been trying to install Debian Lenny on my new machine, alongside Windows 7 64-bit. When I get to the part where it detects my disks, it can't find any. I have a 1GB FAT32 flash drive that it detects if it is in, but it doesn't see my Hitachi drive or my USB Seagate. I partitioned a 100GB part...
I have been trying to install Debian Lenny on my new machine, alongside Windows 7 64-bit. When I get to the part where it detects my disks, it can't find any. I have a 1GB FAT32 flash drive that it detects if it is in, but it doesn't see my Hitachi drive or my USB Seagate. I partitioned a 100GB partition on the internal Hitachi drive as FAT32. Does anyone have any ideas?
MOBO: Asus X58 Sabertooth
HDD: Hitachi HDT721010SLA360 SCSI Disk Drive
Corey Zahner
Apr 15, 2011, 02:38 AM
• Last activity: Feb 13, 2012, 08:33 PM
1
votes
2
answers
1108
views
Installing new kernel (by commandline) as side of old kernel and effective configuration of ' menuconfig'
I need to install another kernel (2.6.34) into my fedora machine (x86) and i need to show the old and new boot up options in the boot menu (both new and old kernel) I have downloaded the new kernel and i need to compile it and need to build it. can you explain me the steps for doing that? I got the...
I need to install another kernel (2.6.34) into my fedora machine (x86) and i need to show the old and new boot up options in the boot menu (both new and old kernel)
I have downloaded the new kernel and i need to compile it and need to build it.
can you explain me the steps for doing that?
I got the correct steps from this discussion and am having doubts in the steps 6 and 7 in the below link which explains the installation of new kernel.
http://www.cyberciti.biz/tips/compiling-linux-kernel-26.html
Also can you explain the effective configuration of 'menuconfig' and its what it actually aims?
Renjith G
(5988 rep)
Oct 15, 2010, 07:29 AM
• Last activity: Jan 26, 2012, 02:57 PM
4
votes
3
answers
5336
views
Am getting a blank screen during installation stage of Arch Linux
I used `dd if=archlinux-2010.05-core-x86_64.iso of=/dev/sdb` to create an installation image on a USB stick and I'm getting a blank screen soon after boot-up. The last message I saw is: Waiting for UDev UEvents to be processed... What am I to do? [**note**] Am using a TravelMate 6592: Core 2 Duo T75...
I used
dd if=archlinux-2010.05-core-x86_64.iso of=/dev/sdb
to create an installation image on a USB stick and I'm getting a blank screen soon after boot-up. The last message I saw is:
Waiting for UDev UEvents to be processed...
What am I to do?
[**note**] Am using a TravelMate 6592: Core 2 Duo T7500 2.2GHz processor.
tshepang
(67482 rep)
Jan 31, 2011, 06:09 PM
• Last activity: Dec 23, 2011, 09:36 PM
3
votes
1
answers
2022
views
Creating a completely offline installer using simple-cdd
I'm trying to create a custom CD using my own minimal debian installed setup. I just simply typed `build-simple-cdd`. The process was successful, but when I tested it on my virtualbox and disabling the network, it looks for the kernel. Did I miss anything on my setup?
I'm trying to create a custom CD using my own minimal debian installed setup.
I just simply typed
build-simple-cdd
. The process was successful, but when I tested it on my virtualbox and disabling the network, it looks for the kernel.
Did I miss anything on my setup?
Marc Vitalis
(151 rep)
Jan 25, 2011, 05:08 AM
• Last activity: Oct 26, 2011, 08:25 PM
3
votes
1
answers
388
views
Why is my Fedora 14 install failing?
While trying to install Amahi and Fedora 14 from 5 discs, I get this error: ![enter image description here][1] It says: > A fatal error occurred when installing the module-init-tools package. This could indicate errors when reading installation media. Installation cannot continue. When prompted, I o...
While trying to install Amahi and Fedora 14 from 5 discs, I get this error:
It says:
> A fatal error occurred when installing the module-init-tools package. This could indicate errors when reading installation media. Installation cannot continue.
When prompted, I opted to install the Fedora repository, the Fedora Updates repo, and added an Amahi repo. I didn't select the Fedora Test Updates repo.
The checksums of the downloaded files are correct, and the media test approved all 5 of my CDs. What else could be the problem?

John
(215 rep)
Jun 16, 2011, 08:12 PM
• Last activity: Oct 26, 2011, 02:44 AM
3
votes
1
answers
1104
views
How do I install mplayer from a terminal?
I need a command to run on Linux to install mplayer. I'm not finding the command anywhere, and when I try to use the `zypper` command to install mplayer it tells me I am not a sudoer. What should I do?
I need a command to run on Linux to install mplayer. I'm not finding the command anywhere, and when I try to use the
zypper
command to install mplayer it tells me I am not a sudoer. What should I do?
user5489
Mar 7, 2011, 11:01 PM
• Last activity: Aug 28, 2011, 08:35 AM
0
votes
1
answers
698
views
How to install libXaw8.so.8()(64bit)?
I get an error while install xbrightness. > xbrightness-0.3-3.1.x86_64` > requires libXaw8.so.8()(64bit) How can I install it?
I get an error while install xbrightness.
> xbrightness-0.3-3.1.x86_64`
> requires libXaw8.so.8()(64bit)
How can I install it?
fronthem
(5237 rep)
Jul 19, 2011, 03:35 PM
• Last activity: Jul 25, 2011, 02:53 AM
2
votes
1
answers
868
views
Debian unstable chroot security issues
[This page](http://wiki.debian.org/Debootstrap) describes how you can use the `debootstrap` utility to install a base Debian unstable/sid system on an existing Linux machine. The new install is accessible using `chroot`. When doing this, what security issues should be kept in mind? For example, what...
[This page](http://wiki.debian.org/Debootstrap) describes how you can use the
debootstrap
utility to install a base Debian unstable/sid system on an existing Linux machine. The new install is accessible using chroot
.
When doing this, what security issues should be kept in mind? For example, what needs to be done to stop background/startup processes from starting in the new chroot or otherwise interfering with the main system?
jrdioko
(860 rep)
Jul 24, 2011, 12:29 AM
• Last activity: Jul 24, 2011, 07:39 PM
2
votes
2
answers
4291
views
How should I search for packages to install on CentOS 5.5?
***Backstory:*** Recently, it was explained to me that to upgrade any package via terminal on a linux machine, I will need to use the distributions package management system to install or upgrade the package. Since I use CentOS, which is a RHEL variant, the rpm command will need to be executed in te...
***Backstory:*** Recently, it was explained to me that to upgrade any package via terminal on a linux machine, I will need to use the distributions package management system to install or upgrade the package.
Since I use CentOS, which is a RHEL variant, the rpm command will need to be executed in terminal to accomplish this (I believe so). Therefore if I need to upgrade or install a package I will first use the wget command to download the package and then the rpm command to install it. The process is clear till here!
***The actual question:*** However, to use the wget command to download the package, I will need a url that points to the package. How should I find this url?
My personal research has shown that there are sites like rpm.pbone.net (the only one I know off) to search for these packages. A search for 'firefox' (selecting search for rpms by name) as the keyword has given results for a whole lot of distributions. CentOS 5 is listed on page 3 but the latest version seems to be 3.6.18. Given that version 5.0.2 is available for Fedora (another RHEL variant), where is the latest version of firefox for CentOS? I am unsure which package should I download to upgrade firefox.
***Plea:*** It'll be great if someone can point out how should I go about searching for packages to install on CentOS. Is there an official site for CentOS packages similar to rpm.pbone.net (which I believe is unofficial). I am currently, just for practice, searching for the mozilla firefox and vlc's latest releases.
Thomas
(1733 rep)
Jul 6, 2011, 05:10 AM
• Last activity: Jul 6, 2011, 04:27 PM
Showing page 1 of 20 total questions