User Tools

Site Tools


intel_nuc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
intel_nuc [2015/07/27 13:15]
wbeckett created
intel_nuc [2021/06/04 02:16] (current)
Line 13: Line 13:
 created: /​Users/​Bill/​raspberry/​inews.img.dmg created: /​Users/​Bill/​raspberry/​inews.img.dmg
 </​code>​ </​code>​
 +
 +[[http://​isoredirect.centos.org/​centos/​7/​isos/​x86_64/​CentOS-7-x86_64-Everything-1503-01.iso | CentOS ISO]]
 +
 +<​code>​
 +Copy CentOS ISO to USB stick
 +Install from USB stick to HDD
 +</​code>​
 +
 +<​code>​
 +Networking ​
 +
 +Start tool: nmtui
 +
 +Activate
 +
 +yum install net-tools
 +
 +yum install gnome-shell
 +
 +yum groupinstall "X Window System"​ "​Desktop"​ "​Desktop Platform"​
 +
 +Listing in yum
 +yum group list
 +
 + yum group install "​Development Tools" ​
 +
 +
 +MOUNT USB:
 +mount -t vfat /dev/sdb1 /media/USB
 +
 +
 +
 +</​code>​
 +
 +<​code>​
 +
 +CentOS 6 development tools
 +
 +yum groupinstall "​Development Tools" "​Development Libraries"​ "GNOME Software Development"​ "KDE Software Development"​ "X Software Development" ​
 +
 +
 +Virtual BOX:
 +
 +https://​www.virtualbox.org/​wiki/​Linux_Downloads
 +
 +
 +RPM install:
 +
 +rpm -Uvh foo-1.0-1.i386.rpm
 +
 +
 +rpm -qa | grep -i webmin
 +
 +You should then find the exact package name. Then run
 +
 +Code:
 +
 +rpm -e <package name>
 +
 +to uninstall it.
 + 
 +
 +</​code>​
 +
 +<​code>​
 +
 +VBox - 
 +Sources:
 +export KERN_DIR=/​home/​wrb/​rpmbuild
 +
 +
 +
 +</​code>​
 +
intel_nuc.1438002922.txt.gz ยท Last modified: 2021/06/04 02:16 (external edit)