Linux 18 April 2022 Arch Linux - Updating Pacman Keyring Everytime I create a new VM from my arch template and I try to update or install new packages the below error happens : error: python-itsdangerous:
Linux 10 February 2022 Arch Linux - NBTUtil 1) Install mono-git from here. git clone https://aur.archlinux.org/mono-git.gitmakepkgpacman -U mono-git-6.12.0.170.r1395.ffae74c99a7-1-x86_64.pkg.tar.zst2) Clone
Linux 5 February 2022 Linux - Systemd Service Unit for Minecraft Servers I am currently running two Minecraft servers and planning to spin a third. However it is becoming an ordeal to manage all the tmux sessions
Linux 2 February 2022 Linux - Systemd Scheduling and Executing Scripts I am currently in need of running a script every day at a certain time and what immediately came to my mind was crontab. However,
Linux 27 January 2022 Arch Linux - How to Fix "Invalid or corrupted package" I was trying to upgrade my arch linux package and encountered the following error : error: failed to commit transaction (invalid or corrupted package) After a
Linux 19 October 2021 Ubuntu - How to Mount a Samba Share 1) Install the CIFS Utils package sudo apt install cifs-utils2) Create a Mount Point sudo mkdir gamessudo chown tiago:tiago games/Changing the permissions of
Linux 19 October 2021 Linux - Arch How to Set up SUDO Arch Linux is known to not be the most user friendly distro because it does not come with most of the packages other distros installs
Linux 22 September 2021 Arch Linux - How to Install Openssh Server We need to start installing the openssh package. pacman -S opensshexecute with root permissionsEdit your sshd_config file as below : Port 22 ListenAddress 0.0.
Linux 30 June 2021 Linux - Samba File Sharing I am not going to rewrite another post, so follow the link below for a very good article on how to install samba and share
Linux 29 June 2021 Linux - SSH Key Authentication One of the most secure ways to connect to a system is with SSH key authentication that, combined with good firewall rules it can prevent