Skip to main content

Posts

Wine HQ installation on FreeBSD

I keep on wandering on the internet go get the correct steps to install WineHQ on FreeBSD as the steps provided on WineHQ website are not updated and even the i386 package of Wine is not available in FBSD ports. By following the below steps I hope the WineHQ will start working properly on your Bestie system. sudo pkg update and then  sudo pkg install wine wine-gecko wine-mono wine-proton then run winecfg since the i386 (32 Bit) packages have been dropped from ports, we must enable them at the OS level. /usr/local/share/wine/pkg32.sh install wine mesa-dri the above lines should be run without sudo.  Enable the temporary mount point  sudo mount -t procfs proc /proc To make it permanent add: proc /proc procfs rw 0 0 to /etc/fstab.

Add additional space to ext4 filesystem in RHEL

 To add additional space to an ext4 filesystem on a Red Hat Enterprise Linux (RHEL) system, you can use the following steps: Use the command df -h to check the current usage and available space on the filesystem. Use the command fdisk -l to check the available disk space on the system. If there is free space on the disk, you can use the command fdisk /dev/sda (replacing /dev/sda with the appropriate device name) to create a new partition with the free space. Use the command mkfs.ext4 /dev/sdaX (replacing /dev/sdaX with the appropriate device name) to create a new ext4 filesystem on the new partition. Use the command mount /dev/sdaX /mnt (replacing /dev/sdaX and /mnt with the appropriate device name and mount point) to mount the new filesystem. Use the command df -h again to check the new available space on the filesystem. If you want to mount this filesystem automatically during boot, you should add an entry in the /etc/fstab file. Please, be aware that this is a dangerous operatio...

Six Degrees of Separation

"Six Degrees of Separation" is a theory that suggests that any two people in the world can be connected by a chain of no more than six acquaintances. The theory states that if you know one person, you can reach anyone else in the world through a chain of no more than five other people. For example, if you know someone who knows someone else who knows a third person who knows a fourth person who knows a fifth person who knows the person you want to reach, you have a six-degree connection to that person. The theory was popularized by a play and a film of the same name that was based on a 1967 study by social psychologist Stanley Milgram. However, more recent research has suggested that the number of connections may be lower due to the increase of online social networks.

BSD for the desktop

BSD, or Berkeley Software Distribution, is a family of Unix-based operating systems that are known for their stability, security, and performance. While BSD has traditionally been used on servers and in embedded systems, it is also a viable option for desktop users. One of the main advantages of BSD for the desktop is its stability. BSD systems are known for their ability to run for months or even years without requiring a reboot. This makes BSD an ideal choice for users who need a reliable and stable operating system for their daily work. Another advantage of BSD is its security. BSD systems have a reputation for being more secure than other operating systems, thanks to their focus on security features such as mandatory access controls and fine-grained permissions. This makes BSD a good choice for users who need to protect sensitive data or who are concerned about online security. In terms of performance, BSD systems are known for their low resource usage and fast boot times. This mak...

5 Myths about Linux

Linux is a powerful and versatile operating system that has been gaining popularity in recent years, particularly in the realm of servers and enterprise computing. However, despite its growing popularity, there are still many misconceptions and myths surrounding Linux and how it works. In this article, we will explore five of the most common myths about Linux and attempt to dispel them with facts and explanations. Myth 1: Linux is Only for Techies One of the most pervasive myths about Linux is that it is only for tech-savvy individuals who are comfortable with command-line interfaces and programming. While it is true that Linux does offer a more technical approach to computing than some other operating systems, this does not mean that it is not suitable for everyday use. Many Linux distributions, such as Ubuntu and Mint, have graphical user interfaces that are similar to those found on Windows or MacOS and are easy to use for even the most novice of computer users. Myth 2: Linux is Not...

People who like to be alone

People who enjoy being alone and seek solitude may exhibit a variety of personality traits. Here are some potential traits that may be present in individuals who prefer to be alone:     Independence: People who enjoy being alone may value their independence and may be comfortable making decisions and going about their daily lives on their own. They may be self-motivated and able to entertain themselves without the need for external stimuli.     Introversion: Many people who enjoy being alone may be introverted, meaning that they tend to be more inwardly focused and may get their energy from solitude rather than social interactions. Introverts may prefer to spend time alone thinking, reading, or engaging in solitary activities.Creativity: Being alone can provide an opportunity for people to tap into their creativity and to engage in activities that allow them to express themselves. People who enjoy being alone may be more inclined to engage in creative pursu...

NetBSD a free and open-source operating system

 NetBSD is a free and open-source operating system that runs on a wide range of hardware platforms, including desktop computers, servers, embedded devices, and even some gaming consoles. It was developed in 1993 as a fork of the Berkeley Software Distribution (BSD), which is a version of the Unix operating system developed at the University of California, Berkeley. One of the main goals of the NetBSD project is to provide a high-quality, portable operating system that can run on a wide variety of hardware. To achieve this, the NetBSD team has developed a number of tools and technologies that allow the operating system to be easily ported to new hardware platforms. This includes a modular kernel design and a portability layer called "libc", which provides a standard interface for system functions. One of the key features of NetBSD is its portability. The operating system has been ported to over 50 different architectures, including x86, ARM, MIPS, PowerPC, and SPARC. This mean...