SUDO APT
Setting up the Linux Box
Over the years, my house has become the computer graveyard and I generally try and stop things going to landfill where I can and reuse parts. Therefore, I have several laptops laying around that function but don't have current supported Windows operating systems but will run Linux and be faster to boot than my current work laptop when you choose the right Linux install for your device.
I had an old MSI Laptop that was given to me as the LAN/Ethernet port was faulty, and the screen was flickering on Windows and I chose it for my challenge. For the last 15 years I have used Debian -- The Universal Operating System. Why? it just works. While the release cycle of new packages maybe slow it is stable and security patches are regularly provided with a committed support period. More Debian history can be found here Debian - Wikipedia.
Debian supports a range of Desktop Environments within the installer and personally I find the LXQT and KDE to be most natural fit being a Windows user. Given the specifications of the laptop, I installed Debian 12 Bookworm (AMD64) with LXQT at the time, the simple reason it is a lightweight desktop environment where KDE is a rich user experience requiring more resources which this laptop was capable, but I wanted to keep things simple.
To assist you, here are two of my favourite content creators stepping through the installation process of Linux Distributions.
If you have installed Windows before this is a similar process, personally the hardest part I have found is remembering what key for the brand of laptop you have that you need to keep tapping in order to get into the BIOS to change the boot order so you can start the installation process from the USB drive.
Setting up Wine on Linux
I like Wine, the red stuff made from grapes it is delicious, but I also like Wine the little bit of magic software which allows us to run Windows applications in Linux, you can read more here WineHQ - About Wine. Wine is also well documented here Debian/Ubuntu · Wiki · wine / wine · GitLab if you want to move outside the official repository of your Linux distribution. However as I am staying inside the official supported repository, I open my terminal QTerminal and run the following commands:
This command gets the newest versions of your installed software packages |
|
This command executes the upgrade of the newest available software packages |
|
As I have installed a 64bit installation operating system, this command enables multiple architecture support for 32bit |
|
This command installs the wine application stable version and packages which are flagged as recommended not just the mandatory dependencies |
|
This command confirms your installed version which at the time for me was wine (8.0~repack-4) |
|
This command will open the Wine Configuration window. |
|
With the Wine Configuration I adjusted two settings, you may need to experiment depending on what hardware you are using.
- Application Tab - Set Windows Version - Windows 7
- Graphics Tab - Set Screen Resolution - 120dpi
Setting up SCARM on Linux
Now Wine is installed, we can now proceed to install SCARM. The things we need is the executable (exe) installation file SCARM - Download which should be placed into your downloads or your preferred folder location. I run the following commands:
This command moves you into the Downloads folder on your computer |
|
This command starts wine and executes the installation file (Note: your SCARM download version maybe a different number) |
|
You will be prompted with a setup installer, if you have installed software on Windows just follow the prompts, but to assist those unfamiliar, this is the basic installation process and my settings at the time:
- Select Setup Language - English
- Welcome Screen - Select next
- License Agreement - Select I accept the agreement and select next (ensure you are happy with terms of the agreement)
- Select Destination - C:\Program Files (x86)\Scarm and select next (Recommend you leave this as default)
- Select Start Menu Folder - SCARM (Recommend you leave this as default)
- Select Additional Tasks - Select Create a desktop icon
- Ready to Install - Select Install
The installer will run through the installation process and complete with a SCARM icon on your desktop. From here you can double click on the icon (Note: you may receive a Execute file prompt, select Execute) and SCARM will open ready for use.
It's important to understand this is a Freeware install and additional features may require the purchase of a license to unlock SCARM - Extensions - SCARM License Key
Learning SCARM
There is range of public resources out there for SCARM, again another thing that impressed me was the free available learning resources. If you used CAD, Visio, Enterprise Architecture or diagramming tools in other jobs then you should pick the program up fairly quick, or if it is new like everything else in life take your time to understand what you want to try and achieve and then practice, and before you know it you will be snapping track together. Below are a couple resources I utilised when I ran into a roadblock.
In my next blog, I will share my experience using SCARM for the Pinkenba precinct.
Comments
Post a Comment