Mounting SMB in RHEL
Mount SMB (RHEL)
in /etc/fstab
//ntserver/share /mnt/ntserver cifs username=vnmr1,password=password 0 0
on CLI
mount -t cifs //ntserver/share -o userrname=vnmr1,password=password /mnt/ntserver
In this guide I detail how to install Mozilla Firefox as a .deb package on Ubuntu 22.04 LTS or above and not as a snap app. This guide is needed because Ubuntu 22.04 and later comes with the Firefox snap package by default. The snap is the only version of Firefox included ‘out of the box’. But…
Overview In this tutorial, you will learn how to configure networking in Ubuntu 20.04 with Netplan. You will learn how to set static IP addresses, DHCP addresses, as well as how to configure DNS and Wifi. Introduced back in 18.04, April 2018, networking was redone using a new system called Netplan – a YAML based…
On system connected to printer In system-config-settings under server settings check Share published printers connected to this system. On system connecting to remote printer Using makePrinter, create a printer using the same printer name as server. Also, hostname of server must be in /etc/hosts. The UIR(port) should be ipp-1. Using system-config-printers, modify Device URI to read ipp//host-IP:631/printers/printer-name This allows for remote printing using the internet printer protocol.
As root Create a mount point mkdir /mnt/vnmrj Then mount the iso imagemount -o loop pathofyourISO.iso /media/vnmrj ormount -o loop -t pathofyourISO.iso /media/vnmrj
Red Hat-compatible Linux The following instructions are valid for CentOS 5 running the GNOME desktop environment. Instructions may differ slightly fordifferent versions of CentOS, and versions of Fedora or Red Hat Enterprise, running different desktop environments, but theprinciple is the same. If in doubt, consult the operating system documentation. Downloading VNC Download a VNC for Linux…
Edit /etc/xinetd.d/gssftp Delete the -a on the line that reads as follows: server_args = -l -a Then reset xinetd by typing the following: service xinetd stopservice xinetd start