Thursday, February 19, 2015

Install CentOS 7 Via NetInstall

to create bootable USB key for installation
right click on Win32DiskImager and choose "Run as administrator"

NetInstall URL (Installation Source)
choose mirror from http://mirror-status.centos.org/
e.g.
http://mirror.centos.org/centos/7/os/x86_64/

Recommended Partitioning Scheme
/ = 5 GB for a minimal installation, at least 10 GB for a full installation
/boot/ = recommended size at least 500 MB
/boot/efi = should be at least 50 MB in size; its recommended size is 200 MB.
/var = at least 3 GB


https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Installation_Guide/sect-disk-partitioning-setup-x86.html#sect-recommended-partitioning-scheme-x86


Post install
=============
yum install -y gnome-terminal
gedit
libreoffice
firefox
ntfs-3g
gparted
shotwell
net-tools

yum -y install http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm
yum -y install vlc smplayer ffmpeg
yum -y install geeqie gthumb
http://wiki.centos.org/TipsAndTricks/MultimediaOnCentOS7



Samba
=====
https://www.howtoforge.com/samba-server-installation-and-configuration-on-centos-7

The smbpasswd command will be available after installing samba-client package.


antivirus
======
clamav
sudo freshclam


http://free.avg.com/us-en/download-free-all-product
sudo avgctl –start
sudo avgupdate
avgscan


command
========
yum clean all
yum search package_name
yum provides package_name
yum info package_name
sudo systemctl poweroff

No comments:

Post a Comment