[HowTo] Install Passbolt in ubuntu 22.04 (easy way)

The easy way to install your own Passbolt Server, I consolidated in the following script. If you want to use it, copy and paste the following code in an empty file called “install_passbolt-ce.sh” When done, save your file, add the permissions to execute it as following: and then just try running it with the command:

Using wget Linux command

wget is a command-line, open-source utility to download files and web pages from the internet. It gets data from the internet and displays it in your terminal or saves it to a file. This utility is non-interactive. You can get the most out of it through scripts or even schedule file downloads. Typically, web browsers […]

MacOS X – Big Sur – SMB/Windows shared folder Issues connecting

This kind of incident occurs for two reasons, 1 – It is possible that the Login information stored in the KeyChain is not updated or corrupted, which is why Apple staff recommends deleting the Login type entry from the Keychain that points to the network share (Windows server ) 2- The users at the time […]

rsync command

The rsync or remote sync, is a Linux/Unix command utility used to synchronize and copy files and directories either locally or remotely. Rsync may be used to mirror, backup or migrate data across folders, across disks and networks. One notable feature with the rsync command is that it uses the “delta transfer algorithm.” What this […]