Skip to content
56K

56K

Slow IT just 4 fun

Menu
Menu

๐Ÿ‡ FreeBSD – 06 – Cambios una vez instalado

Posted on 28/02/202321/08/2023 by fanta

Una vez tenemos freeBSD instalado algunos cambios que se pueden hacer son los siguientes:

Instalar bash y nano como editor

# pkg install bash nano

Cambiar la shell por bash a root y a algรบn user

# whereis bash
bash: /usr/local/bin/bash /usr/local/man/man1/bash.1.gz
# chsh -s /usr/local/bin/bash root
# chsh -s /usr/local/bin/bash fanta

Cambiar el idioma de teclado

# kbdmap
# nano /etc/rc.conf
keymap="es.kbd"

Cambiar la zona horaria (timezone)

# md5 /usr/share/zoneinfo/Europe/Madrid
MD5 (/usr/share/zoneinfo/Europe/Madrid) = 3ecb0fe1a9207bc3f77e793315ce0e5d
# md5 /etc/localtime
MD5 (/etc/localtime) = 3ecb0fe1a9207bc3f77e793315ce0e5d
# cp -pRv /usr/share/zoneinfo/Europe/Madrid /etc/localtime 
/usr/share/zoneinfo/Europe/Madrid -> /etc/localtime
# tzsetup

Cambiar la hora a mano

# date 2302281729
Tue Feb 28 17:29:00 CET 2023
# date
Tue Feb 28 17:29:03 CET 2023

Actualizar freeBSD – Aplicar parches de seguridad

# freebsd-update fetch
# freebsd-update install

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
๐Ÿ… STREAMING
๐ŸŠ LINUX
๐Ÿฅ GAMES
๐Ÿฅฅ THREADS
๐Ÿง… SECURITY
๐Ÿฅ‘ RETRO
๐Ÿ† HARDWARE
๐Ÿ‡ MISC
๐Ÿ“ NOTES
©2023 56K | Built using WordPress and Responsive Blogily theme by Superb