#user Articles


  • 2019-05-30
  • it

VLAN in the home network!

https://www.guldmyr.com/some-updates-to-the-home-network/ Above is a previous post in this series about some improvements to my home network. With two modems from two ISPs. So! On Alibaba I found two Hasivo 8x1GbE managed fanless switches with VLAN support. Delivery time to Finland was really quick. It didn't say …

  • 2012-03-08
  • it

password when starting a linux server in single-user mode

http://www.cromwell-intl.com/unix/linux-break-in-howto.html On RHEL 6.2-based systems (like Scientific Linux 6.2): edit /etc/sysconfig/init # Set to '/sbin/sulogin' to prompt for password on single-user mode # Set to '/sbin/sushell' otherwise Like this: SINGLE=/sbin/sulogin Then if you add an 's' to the …