Showing posts with label Unix. Show all posts
Showing posts with label Unix. Show all posts

Monday, 20 February 2023

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.

Tuesday, 17 January 2023

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 makes BSD a good choice for users who have older or less powerful computers, or who want a lightweight operating system that can run on a netbook or tablet.

There are a few different options for BSD on the desktop, including FreeBSD, OpenBSD, and NetBSD. Each of these options has its own strengths and weaknesses, so it is important to research them and choose the one that best meets your needs.

In terms of software support, BSD has a large and active community of developers and users. While BSD may not have as wide a range of software as other operating systems, it has a large repository of pre-compiled packages and the option to build from source.

In conclusion, BSD is a viable option for desktop users who value stability, security, and performance. With its low resource usage, fast boot times, and strong security features, BSD can be a great choice for users who want a reliable, lightweight operating system that can run on older or less powerful computers.



Monday, 26 December 2022

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 terms of its future, FreeBSD continues to be actively developed and supported by a large and dedicated community of users and developers. The project has a long history of releasing new versions on a regular basis, with the latest version being FreeBSD 13.1, released in April 2021 and Version 14 is expected on 17 July 2023.

One area where FreeBSD is expected to see significant growth in the future is in cloud computing. Many cloud providers, including Amazon Web Services, Microsoft Azure, and Google Cloud, offer FreeBSD images as a platform for deploying cloud-based applications. This trend is likely to continue as more and more businesses move their workloads to the cloud.

Overall, FreeBSD is a reliable and powerful operating system that is well-suited for a wide range of applications and environments. With its advanced kernel, comprehensive package management system, and strong security features, it is well-positioned to continue to be a popular choice for many users in the future.

Check out: FreeBSD