How to block AI Crawler Bots using robots.txt file
nixCraft — Linux Tips, Hacks, Tutorials, And Ideas In Blog
by Vivek Gite
7M ago
Are you a content creator or a blog author who generates unique, high-quality content for a living? Have you noticed that generative AI platforms like OpenAI or CCBot use your content to train their algorithms without your consent? Don't worry! You can block these AI crawlers from accessing your website or blog by using the robots.txt file. Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit The post How to block AI Crawler Bots using robots.txt file appeared first on nixCraft ..read more
Visit website
Debian Linux 12.1 released with Security Updates
nixCraft — Linux Tips, Hacks, Tutorials, And Ideas In Blog
by Vivek Gite
8M ago
Debian Linux project announces the first update of the Debian project's stable distribution, Debian 12 (codename "bookworm") named Debian 12.1. This update mainly addresses security issues and significant problems. Security advisories have been published and are now available to download. Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit The post Debian Linux 12.1 released with Security Updates appeared first on nixCraft ..read more
Visit website
Setting up VSCode for Ansible Lightspeed AI in Ubuntu 22.04 desktop
nixCraft — Linux Tips, Hacks, Tutorials, And Ideas In Blog
by Vivek Gite
8M ago
Red Hat launched the Ansible Lightspeed Code Assistant Generative AI with IBM Watson Code Assistant in May 2023. This preview is now available to all Ansible users, allowing them to explore the technology, provide feedback to Red Hat, and further train the AI model. In this brief blog post, I will share my personal experience with installing and utilizing Ansible Lightspeed AI to create playbooks in VSCode using Ubuntu Linux 20.04 LTS desktop. Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit The post Setting up VSCode for Ansible Lightspeed AI in Ubuntu 22.04 desktop ..read more
Visit website
How to upgrade FreeBSD 13.1 to 13.2 release
nixCraft — Linux Tips, Hacks, Tutorials, And Ideas In Blog
by Vivek Gite
1y ago
The FreeBSD Release Engineering Team is announcing the availability of FreeBSD version 13.2-RELEASE on 11/April/2023. It is the third release of the stable/13 branches. I updated my FreeBSD version 13.1 to 13.2 using the CLI over an ssh-based session. Here are my quick notes. Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit The post How to upgrade FreeBSD 13.1 to 13.2 release appeared first on nixCraft ..read more
Visit website
Nvtop – Awesome Linux task monitor for NVIDIA, AMD & Intel GPUs
nixCraft — Linux Tips, Hacks, Tutorials, And Ideas In Blog
by Vivek Gite
1y ago
Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit The post nvtop – Awesome Linux task monitor for NVIDIA, AMD & Intel GPUs appeared first on nixCraft ..read more
Visit website
How to skip ChatGPT from WireGuard or OpenVPN on Linux
nixCraft — Linux Tips, Hacks, Tutorials, And Ideas In Blog
by Vivek Gite
1y ago
nixCraft Patreon supporters can download the PDF version here. ChatGPT (short for Chat Generative Pre-trained Transformer) is a chatbot by OpenAI. It provides answers to your queries using learning techniques based on AI/ML. Unfortunately, ChatGPT deny access when connected via VPN (Virtual Private Network) such as WireGuard or OpenVPN, and you will be blocked with the following message: Let us see how to skip the ChatGPT domain from WireGuard or OpenVPN access while you can access corporate resources behind VPN. Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit The ..read more
Visit website
How To Set Up SSH Keys With YubiKey as two-factor authentication (U2F/FIDO2)
nixCraft — Linux Tips, Hacks, Tutorials, And Ideas In Blog
by Vivek Gite
1y ago
Patreon users download the PDF version. All Linux and Unix servers are managed manually or by automation tools such as Ansible using ssh. For example, say you have a server at Linode or AWS. Then you copy your public ssh key to a remote cloud server. Once copied, you can now login to those servers without a password as long as ssh keys are matched. It is the best practice. Unfortunately, you are not protecting ssh keys stored on a local desktop or dev machine at $HOME/.ssh/ directory. If your keys are stolen, an attacker can get access to all of your cloud servers, including backup servers. To ..read more
Visit website
DNS settings to avoid email spoofing and phishing for unused domain
nixCraft — Linux Tips, Hacks, Tutorials, And Ideas In Blog
by Vivek Gite
1y ago
As you may know, email spoofing allows attackers to pose as someone else to gain illegal profit. For example, I only use webmaster@cyberciti.biz for communication, but someone might create a spoofed-up email, say info@opensourceflare.com, to trick someone. This is called email spoofing with fake headers as follow: Date: Thu, 24 Oct 2021 12:46:10 From: nixCraft <info@opensourceflare.com> Reply-To: info@opensourceflare-email.com To: <my@personal_gmail_com> Correct headers are often not checked by receiving email servers, and my@personal_gmail_com may think the email is from me. H ..read more
Visit website
How to protect Linux against rogue USB devices using USBGuard
nixCraft — Linux Tips, Hacks, Tutorials, And Ideas In Blog
by Vivek Gite
1y ago
usbgurd You deployed a perfect firewall and other network security policies preventing unauthorized access to the user's desktop computer over a network. However, you still need to block USB device access. We can configure a Linux desktop security policy to protect your computer against rogue USB devices (a.k.a. BadUSB) by implementing essential allow and blocklisting capabilities based on device attributes. For instance, I can define what kind of USB devices are authorized and how a USB device interacts with the Linux system. For example, I can define policy allowing Yubikey with serial numb ..read more
Visit website
A cautionary tale about locking Linux & FreeBSD user accounts
nixCraft — Linux Tips, Hacks, Tutorials, And Ideas In Blog
by Vivek Gite
1y ago
Like every other solo developer and sysadmin, I do stuff using ssh. Some stuff is automated using scripts, and others require ssh login. For example, one of my scripts logs into my Linux and FreeBSD server using public ssh keys and does a particular type of work for me. I have a dedicated user account for that purpose called autovivek on Raspberry PI 4 for Ansible and custom script automation. Here is how it works: {rpi4:~}$ ssh autovivek@192.168.2.17 /path/to/taks1 In other cases, it sends scripts and then executes them on the remote server named 192.168.2.17. Sounds good, right? So, when I ..read more
Visit website

Follow nixCraft — Linux Tips, Hacks, Tutorials, And Ideas In Blog on FeedSpot

Continue with Google
Continue with Apple
OR