186 items | 4 visits
Stuff about Fedora Linux distro
Updated on Oct 17, 15
Created on Apr 06, 11
Category: Computers & Internet
URL:
As root issue the following commands:
cd /etc/yum.repos.d
lsblkRun the following command, replacing /dev/sdx with your drive, e.g. /dev/sdb. (do not append a partition number, so do not use something like /dev/sdb1)
# dd bs=4M if=/path/to/archlinux.iso of=/dev/sdx && sync
or
yum-builddep my-package.src.rpm
1. Backup the network configuration files:
[root@localhost ~]# cp -pr /etc/sysconfig/network /etc/sysconfig/network.bak
2. Display the hostname configuration file:
[root@localhost ~]# cat /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=localhost.localdomain
186 items | 4 visits
Stuff about Fedora Linux distro
Updated on Oct 17, 15
Created on Apr 06, 11
Category: Computers & Internet
URL: