Lateo.net - Flux RSS en pagaille (pour en ajouter : @ moi)

🔒
❌ À propos de FreshRSS
Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.
À partir d’avant-hiernixCraft

How to backup & restore a list of installed FreeBSD packages

Par : Vivek Gite
See all FreeBSD related FAQ

Today, I will share one helpful tip that allows FreeBSD developers and sysadmin to make a backup list of installed all FreeBSD packages and then restore it. Hence, this is useful for disaster recovery (DR) or simply rebuilding a new server. It will save you time.

Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit

The post How to backup & restore a list of installed FreeBSD packages appeared first on nixCraft.

How to install lftp on FreeBSD using the CLI

Par : Vivek Gite
See all FreeBSD related FAQ

I need to download a large file and get the specified file using several connections to speed up downloads on FreeBSD. How do I install lftp and download files using FreeBSD?

Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit

The post How to install lftp on FreeBSD using the CLI appeared first on nixCraft.

How to install ShellCheck on FreeBSD – A shell script static analysis tool

Par : Vivek Gite

shellcheck demo on FreeBSD

ShellCheck is easy to use, free, and open-source static analysis tool that automatically finds bugs in your shell scripts. If you write shell scripts for automation or containers, you need this tool. Let us see how to install and use ShellCheck on the FreeBSD development Unix server.

The post How to install ShellCheck on FreeBSD – A shell script static analysis tool appeared first on nixCraft.

How to set up FreeBSD 12 VNET jail with ZFS

Par : Vivek Gite

How do I install, set up and configure a FreeBSD 12 jail with VNET on ZFS? How can I create FreeBSD 12 VNET jail with /etc/jail.conf to run OpenVPN, Apache, Wireguard and other Internet-facing services securely on my BSD box?

The post How to set up FreeBSD 12 VNET jail with ZFS appeared first on nixCraft.

FreeBSD configure AWS SES with Postfix MTA

Par : Vivek Gite

How do I integrate and configure Amazon/AWS SES with Postfix running on my FreeBSD Unix server?

The post FreeBSD configure AWS SES with Postfix MTA appeared first on nixCraft.

How to install a Wireguard VPN client in a FreeBSD jail

Par : Vivek Gite

I installed/set up a Wireguard VPN server on Debian 10 Linux box. How do I install, configure and set up a Wireguard client in a FreeBSD jail?

The post How to install a Wireguard VPN client in a FreeBSD jail appeared first on nixCraft.

ERROR: Test failed: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)

Par : Vivek Gite

When I install s3cmd package on my FreeBSD system and try to use the s3cmd command I get the following error:
    ERROR: Test failed: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)
How do I fix this problem on FreeBSD Unix system?

The post ERROR: Test failed: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091) appeared first on nixCraft.

How to enable SSHD on FreeBSD server / jail

Par : Vivek Gite

I have installed FreeBSD jail and set up an IP address. However, I am unable to ssh directly into my FreeBSD jail. How do I enable OpenSSH SSHD on the FreeBSD server?

The post How to enable SSHD on FreeBSD server / jail appeared first on nixCraft.

How to add users on FreeBSD using adduser or pw

Par : Vivek Gite

I am a new FreeBSD system administrator. How do I add users on FreeBSD Unix operating systems using command line?

The post How to add users on FreeBSD using adduser or pw appeared first on nixCraft.

How to install htop on FreeBSD

Par : Vivek Gite

I am a new user of FreeBSD operating system. How do I install htop on FreeBSD using the pkg command?

The post How to install htop on FreeBSD appeared first on nixCraft.

FreeBSD Applying Security Updates Using pkg/freebsd-update

Par : Vivek Gite

I am a new FreeBSD developer and user. I have root access to my VM running in AWS cloud. How do I update packages and apply security upgrades on FreeBSD? What is the procedure for applying security updates on FreeBSD?

The post FreeBSD Applying Security Updates Using pkg/freebsd-update appeared first on nixCraft.

FreeBSD wget cannot verify certificate, issued by Let’s Encrypt

Par : Vivek Gite

I installed GNU wget utility on FreeBSD as explained here. However, whenever I use the wget command to download stuff from the Internet, it says:
   ERROR: cannot verify download.freebsd.org's certificate, issued by 'CN=Let\'s Encrypt Authority X3,O=Let\'s Encrypt,C=US':
    Unable to locally verify the issuer's authority.

How do I fix this problem on FreeBSD 12?

The post FreeBSD wget cannot verify certificate, issued by Let’s Encrypt appeared first on nixCraft.

❌