Skip to main content

Posts

Showing posts with the label Unix

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.

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...

Unix distant cousin.. i.e FreeBSD

FreeBSD is a free and open-source operating system based on the Berkeley Software Distribution (BSD) and developed by the community-supported FreeBSD Project. It is designed to be a stable, secure, and high-performance platform for various types of workloads, including web servers, storage servers, network appliances, and desktops. One of the key features of FreeBSD is its advanced kernel, which is optimized for modern hardware and has support for a wide range of devices and protocols. It also includes various security features, such as access control lists, jail, and mandatory access control, which help to protect the system from various types of attacks and vulnerabilities. FreeBSD is also known for its package management system, which makes it easy to install and update software packages from the command line or through a graphical package manager. The operating system includes a wide range of pre-built packages, including popular web servers, databases, and development tools. In te...