Archive for Жовтень, 2018
centos 7 inerface config
ip link add link enp9s4f0 name enp9s4f0.100 type vlan id 100
ip link set dev enp9s4f0.100 up
ip addr add 192.168.0.2/24 dev enp9s4f0.100
ip route add default via 192.168.0.1ip a
Monitoring Process and User
##Display Statistics of Users Connect Time
# ac
##Display Statistics of Users Day-wise
# ac -d
##Display Time Totals for each User
# ac -p
##Display Individual User Time
# ac tecmint
##Display Day-Wise Logn Time of User
# ac -d tecmint
FreeBSD run problem after upgrade
FreeBSD upgrade from 7.4->8.1 or 8.1->8.2
Freebds freeze on boot.
Boot on single user mode and ADD to /boot/device.hints
hint.usb.0.disabled=”1″
hint.ohci.0.disabled=”1″
hint.ata.0.disabled=”1″
hint.ata.1.disabled=”1″