I’ve been doing this site for quite a while. If you haven’t been coming here for years you may not know this site hasn’t always been done in WordPress. I used to do it in Frontpage, then Expression Web and by hand. Since I’ve got better things to do than coding a website by hand I switched to WordPress.
Anywho, take a gander at the old site and my first experience with Linux:
TweakHound Reviews Mandrake 9.0 A “Newbie”ginning posted 11-19-02
Old Main Page
https://web.archive.org/web/*/tweakhound.com
Linux
openSUSE Leap 42.1 Tips, Tricks, and Tweaks
This 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
Dual Boot openSUSE Leap and Windows 10 UEFI
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…
Choose Custom Partitioning (for experts) and click Next
Right-click on the DRIVE where you want to install openSUSE and choose Add Partition
Make a swap partition, 2-4GB is fine.
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.
This next step is critical as your system will not boot without it.
Right-click on the Windows EFI boot partition and choose Edit
Choose Mount partition
Choose /boot/efi
Click Finish
Done? click Accept
Last chance to bail…
Click Next
I don’t use Secure Boot. It can be disabled here:
Boot Screen:
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!
openSUSE Leap 42.1 Released
My Linux distro of choice has received a significant update. openSUSE Leap changes the way openSUSE does things. Once divided between an enterprise and regular version openSUSE has merged these into what they are calling a hybrid system. You see the enterprise version (SLE) was a more stable version that was slow to implement changes. The regular version was considered “bleeding edge”. That meant stuff was either not quite done or could break stuff, a permanent beta version if you will. IMHO, his had the effect of frustrating many non-Linux Geeks. openSUSE Leap aims to speed up inclusion of software that is ready for the average users but leave the “bleeding edge” stuff to a version best left to Linux Geeks called “openSUSE Tumbleweed“.
Also includes: Kernel 4.1.12, KDE Plasma 5, GNOME 3.16.2
Release announcement: openSUSE Leap 42.1 Becomes First Hybrid Distribution
Download (I highly suggest you try this in a virtual machine first)
Release notes (very important to read these)
OpenSUSE Forums
Linux workstation security checklist
Linux Foundation – Linux workstation security checklist
This is a set of recommendations used by the Linux Foundation for their systems administrators. All of LF employees are remote workers and we use this set of guidelines to ensure that a sysadmin’s system passes core security requirements in order to reduce the risk of it becoming an attack vector against the rest of our infrastructure.
Linux Mint 17.2 Is Out
Linux Mint has released version 17.2 of their Cinnamon and Mate desktops.
Hit up their home page for more info. Download it here.
Here is a screenshot of my Linux Mint 17.2 Cinnamon virtual machine: [Read more…] about Linux Mint 17.2 Is Out
openSUSE – Unlocking KWallet and Google Integration
I 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
openSUSE 13.2 Tips, Tricks, and Tweaks
How 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
Dual Boot openSUSE 13.2 and Windows 8.1 UEFI
This 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…
Choose Custom Partitioning (for experts) and click Next
Right-click on the DRIVE where you want to install openSUSE and choose Add Partition
Make a swap partition, 2-4GB is fine.
Below are the options I use. Ext4 for file system, noatime, discard (=trim)
This next step is critical as your system will not boot without it.
Right-click on the Windows EFI boot partition and choose Edit
Choose Mount partition
Choose /boot/efi
Click Finish
Done? click Accept
Last chance to bail…
Click Next
I don’t use Secure Boot. It can be disabled here:
Boot Screen:
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!
TweakHound’s BTRFS Notes
First draft: 15OCT2014
Purpose
This page contains my notes on BTRFS. I hope that others may find it useful.
This page will be updated as I gather more info.
If you have useful info please contact me.
[Read more…] about TweakHound’s BTRFS Notes