• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

TweakHound

Computer stuff...

  • Home
  • Windows XP
  • Windows Vista
  • Windows 7
  • Windows 8
  • Windows 10
  • Linux
  • Tweak Guides
  • Site Info
    • About
    • About Me
    • TweakHound’s World
    • Contact
    • My Computers
    • Old Articles
    • Privacy Policy
    • Old Index
    • Advanced Search

Linux

Install And Configure A Linux Mint Virtual Machine

January 9, 2021, 13:05(EST) By Eric (a.k.a. TweakHound)

Just a quick how-I-do-it.
I do 80% of my internet activity in my Mint VM.
[Read more…] about Install And Configure A Linux Mint Virtual Machine

Tagged With: How-To's, Linux, This Site

How To – Linux Mint Virtual Machine

August 23, 2018, 08:45(EDT) By Eric (a.k.a. TweakHound)

How to install Linux Mint as a virtual machine.
I do my day-to-day web activities is a Linux Mint virtual machine. This means web surfing, downloading, YouTube watching, etc. This is a quick guide on how I install and setup Linux Mint.
FYI – one of the great things about VMs is you can copy them to other computers. After setup I will copy my Linux Mint VM to my laptop for use one the road.

The steps:
– Download and install VMWare Player
– Download Linux Mint
– Create a new folder on a fast partition
– Create your new VM
– Install Linux Mint
– Configure power options
– Install VMware Tools
– Update
– Install extra software
– Anti-virus
– Configure Linux Mint
– Backup
(click for full-size)

[Read more…] about How To – Linux Mint Virtual Machine

Tagged With: How-To's, Linux, This Site

openSUSE Leap 42.1 Tips, Tricks, and Tweaks

November 10, 2015, 07:49(EST) By Eric (a.k.a. TweakHound)

opensusegeeko

opensusegeekoThis article IS NOT FINISHED. I’m preoccupied with other stuff but folks have been asking for this so I thought I would show what I’ve got.
[Read more…] about openSUSE Leap 42.1 Tips, Tricks, and Tweaks

Tagged With: How-To's, Linux, openSUSE, This Site

Dual Boot openSUSE Leap and Windows 10 UEFI

November 4, 2015, 15:05(EST) By Eric (a.k.a. TweakHound)

opensusegeeko

This is how I dual-boot my Windows 10 rig with openSUSE Leap.
This article is virtually unchanged from: Dual Boot openSUSE 13.2 and Windows 8.1 UEFI

Notes:
– BACKUP your computer with a disk image before attempting this!
– Please do not contact me with questions on this topic.
That’s what the openSUSE forums are for.
– For how I dual-boot with a standard BIOS (legacy) see here: Dual-Boot openSUSE 12.3 And Windows (article is NOT compatible with BTRFS)

Interesting Links
openSUSE:UEFI
BCD System Store Settings for UEFI
Dual booting with Windows 8, not as painful as expected.

Preparation
1 – Full disk image backup using Acronis True Image.
2 – Make or leave unpartitioned space on OS drive for openSUSE. (If you can’t do this without a tutorial, well…..)
3 – Make UEFI boot usb flash drive with Rufus.

Installation
Pardon the odd screenshots. I used Vmware player for this article.

I should note that I am not a believer in using multiple partitions for my Linux installs.

Boot up, go through setup until you get to the partitioning section.
I do not use BTRFS and I always use Create Partition Setup…
os132_uefiboot_1

Choose Custom Partitioning (for experts) and click Next

os132_uefiboot_2

Right-click on the DRIVE where you want to install openSUSE and choose Add Partition
Make a swap partition, 2-4GB is fine.

os132_uefiboot_3

Below are the options I use. Ext4 for file system, noatime, discard* (=trim)
*note – I am not using discard at the moment because it was causing errors on my Samsung 850 Pro SSD.

os132_uefiboot_4

This next step is critical as your system will not boot without it.

Right-click on the Windows EFI boot partition and choose Edit

os132_uefiboot_5

Choose Mount partition
Choose /boot/efi
Click Finish

os132_uefiboot_6

Done?  click Accept

os132_uefiboot_7

Last chance to bail…
Click Next

os132_uefiboot_8

I don’t use Secure Boot. It can be disabled here:

os132_uefiboot_9

Boot Screen:

os132_bootmenu_1

 

Everything should run just peachy until you boot into Windows again.

Windows will usually try and make its bootloader default again which means openSUSE isn’t an option.

While in Windows, open an Elevated Command Prompt and copy/paste this command (source):

bcdedit /set {bootmgr} path \EFI\opensuse\shim.efi

That’s it!

Tagged With: How-To's, Linux, openSUSE, This Site

openSUSE – Unlocking KWallet and Google Integration

March 15, 2015, 12:58(EDT) By Eric (a.k.a. TweakHound)

opensusegeeko

opensusegeekoI wanted to add Google Calendar to KOrganizer but it kept pestering me for a password at every sign-in. A quick Google search and a little configuring got it to work.
[Read more…] about openSUSE – Unlocking KWallet and Google Integration

Tagged With: How-To's, Linux, openSUSE, This Site

openSUSE 13.2 Tips, Tricks, and Tweaks

November 14, 2014, 11:13(EST) By Eric (a.k.a. TweakHound)

opensusegeeko

opensusegeekoHow I use openSUSE 13.2. I hope you find something useful here!
This article will be updated as I find more tips or on the off chance that someone actually sends some in.
[Read more…] about openSUSE 13.2 Tips, Tricks, and Tweaks

Tagged With: How-To's, Linux, openSUSE, This Site

Dual Boot openSUSE 13.2 and Windows 8.1 UEFI

November 13, 2014, 14:35(EST) By Eric (a.k.a. TweakHound)

opensusegeeko

opensusegeekoThis is how I dual-boot my Windows 8.1 rig with openSUSE 13.2.
Though virtually unchanged from this version, I’ve put up a new version here: Dual Boot openSUSE Leap and Windows 10 UEFI
Notes:
– BACKUP your computer with a disk image before attempting this!
– Please do not contact me with questions on this topic.
That’s what the openSUSE forums are for.
– For how I dual-boot with a standard BIOS (legacy) see here: Dual-Boot openSUSE 12.3 And Windows (article is NOT compatible with BTRFS)

Interesting Links
openSUSE:UEFI
BCD System Store Settings for UEFI
Dual booting with Windows 8, not as painful as expected.

Preparation
1 – Full disk image backup using Acronis True Image.
2 – Make or leave unpartitioned space on OS drive for openSUSE. (If you can’t do this without a tutorial, well…..)
3 – Make UEFI boot usb flash drive with Rufus.

Installation
Pardon the odd screenshots. I used Vmware player for this article.

I should note that I am not a believer in using multiple partitions for my Linux installs.

Boot up, go through setup until you get to the partitioning section.
I do not use BTRFS and I always use Create Partition Setup…
os132_uefiboot_1

Choose Custom Partitioning (for experts) and click Next

os132_uefiboot_2

Right-click on the DRIVE where you want to install openSUSE and choose Add Partition
Make a swap partition, 2-4GB is fine.

os132_uefiboot_3

Below are the options I use. Ext4 for file system, noatime, discard (=trim)

os132_uefiboot_4

This next step is critical as your system will not boot without it.

Right-click on the Windows EFI boot partition and choose Edit

os132_uefiboot_5

Choose Mount partition
Choose /boot/efi
Click Finish

os132_uefiboot_6

Done?  click Accept

os132_uefiboot_7

Last chance to bail…
Click Next

os132_uefiboot_8

I don’t use Secure Boot. It can be disabled here:

os132_uefiboot_9

Boot Screen:

os132_bootmenu_1

 

Everything should run just peachy until you boot into Windows again.

Windows will usually try and make its bootloader default again which means openSUSE isn’t an option.

While in Windows, open an Elevated Command Prompt and copy/paste this command (source):

bcdedit /set {bootmgr} path \EFI\opensuse\shim.efi

That’s it!

Tagged With: How-To's, Linux, openSUSE, This Site

openSUSE 12.3 Tips, Tricks, And Tweaks

March 25, 2013, 13:06(EDT) By Eric (a.k.a. TweakHound)

opensusegeeko

opensusegeekoThis page is dedicated to making your openSUSE experience a little better.
I will continue to update this page as:
– Folks send in or post tips. Please send them in!
– I find tips somewhere else.
– I write tips myself.
Please keep in mind that I do not use and have no interest in any other desktop than KDE.
last updated 30MAR2013
[Read more…] about openSUSE 12.3 Tips, Tricks, And Tweaks

Tagged With: How-To's, Linux, openSUSE, This Site

TweakHound’s Karamba Theme

November 19, 2012, 15:53(EST) By Eric (a.k.a. TweakHound)

tux

tuxTweakHound’s Karamba Theme
Karamba (or Superkaramba) themes have been around for a while.
They are for Linux /KDE desktop users.
This is my theme, folks have been asking for this so here it is.
Sorry I haven’t been able to get to it until now.
[Read more…] about TweakHound’s Karamba Theme

Tagged With: Linux, openSUSE, This Site

How To Network openSUSE 12.1 And Windows

November 21, 2011, 18:23(EST) By Eric (a.k.a. TweakHound)

opensusegeeko

opensusegeekoHow To Network openSUSE 12.1 And Windows
[Read more…] about How To Network openSUSE 12.1 And Windows

Tagged With: How-To's, Linux, openSUSE, This Site

Next Page »

Primary Sidebar

Popular Posts

Tweaking Windows 10

Software I Use – 2021 Edition

Timer Tweaks Benchmarked

Win10 – Get Auto-Login Back

Recent Posts

  • Wise Disk Cleaner 11.2.4
  • Patch Tuesday
  • Patch Tuesday
  • Monday News
  • BleachBit 5.0.0
  • Saturday News
  • Patch Tuesday
  • Weekend News
  • New Graphics Drivers
  • RIP Woody Leonhard
buywin10th2

Tags

  • Android
  • Backup
  • Beer
  • Computer Hardware
  • Computer News
  • Cool Tools
  • Freeware
  • How-To's
  • Linux
  • Off Topic
  • openSUSE
  • Playlists
  • Privacy
  • Security
  • Software
  • This Site
  • vacation
  • Veterans
  • Windows 10
  • Windows 11
  • Windows 7
  • Windows 8
  • Windows Vista
  • Windows XP

Catagories

  • Android
  • Backup
  • Beer
  • Computer Hardware
  • Computer News
  • Cool Tools
  • Freeware
  • Freeware Machines
  • How-To's
  • Linux
  • News From The Web
  • Off Topic
  • openSUSE
  • Privacy
  • Security
  • Software
  • Tweak Guides
  • Veterans
  • Windows
  • Windows 10
  • Windows 11
  • Windows 7
  • Windows 8
  • Windows Vista
  • Windows XP

TweakHound - Optimize Your Computing Experience! TweakHound - Optimize Your Computing Experience!

Copyright 2002-2025 by Eric Vaughan All material contain here is the property of the materials owner. Windows, Windows XP, Windows Vista, Windows Seven, Windows 8, Windows 10, Windows 11, Microsoft, and all associated logos are trademarks/property of Microsoft. You may not use or copy any material from tweakhound.com without expressed written permission. Hotlinking to any material within this site is forbidden. Privacy Policy