Archivo por meses: febrero 2018

Install And Configure Samba Server In CentOS 7

By SK – September 26, 2014 6992 As you may know, Samba is an open source, and free software suite that provides file and print services to the SMB/CIFS clients. It allows us to share files, folders, and printers between Linux server and Windows clients. Using Samba, we can setup a domain controller on Unix/Linux… Leer más »

Add systemd service to Start Wake On LAN

In a previous tutorial we looked at how you can setup Wake on LAN (wol) on RHEL7 or CentOS7. In this tutorial we take another look at wol by adding a UDEV rule and systemd service, because the ETHTOOL_OPTS is deprecated. Deprecated ETHTOOL_OPTS If we take a look at /usr/share/doc/initscripts*/sysconfig.txt and search for ETHTOOL_OPTS we will find… Leer más »

mac mini circa 2009 centos 7 broadcom drivers

yum install pciutils rpm –import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org rpm -Uvh http://www.elrepo.org/elrepo-release-7.0-3.el7.elrepo.noarch.rpm /sbin/lspci To install this driver: 00:0a.0 Ethernet controller: NVIDIA Corporation MCP79 Ethernet (rev b1) #yum install kmod-forcedeth #reboot and to install 03:00.0 Network controller: Broadcom Limited BCM4321 802.11a/b/g/n (rev 05) —> http://elrepo.org/tiki/tiki-index.php

Comandos para liberar espacio con apt-get

Por usemoslinux  – 4 julio, 2011 53 61149 ¿Problemas de espacio? Tal vez la culpa no sea completamente de tus archivos de música, imágenes y vídeo, sino de paquetes de instalación y dependencias innecesarias en el sistema. Pero no hay que desesperar, existen algunos comandos de apt-get que pueden ayudar a solucionar estos inconvenientes. Índice [Ocultar] 1 Apt 2 Apt-get… Leer más »