Progress
This commit is contained in:
BIN
content/images/2023/11/start.png
Normal file
BIN
content/images/2023/11/start.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
@@ -1,10 +1,10 @@
|
|||||||
+++
|
+++
|
||||||
title = 'Easy ML Linux VM Setup'
|
title = 'Easy ML Linux VM Setup'
|
||||||
date = 2023-11-21T10:47:31+01:00
|
date = 2023-11-26T10:47:31+01:00
|
||||||
draft = true
|
draft = true
|
||||||
author = 'Janis Hutz'
|
author = 'Janis Hutz'
|
||||||
tags = [ 'Linux', 'Windows', 'MacOS', 'Development' ]
|
tags = [ 'Linux', 'Windows', 'Development' ]
|
||||||
categories = [ 'Tutorials', 'Rants' ]
|
categories = [ 'Tutorials' ]
|
||||||
+++
|
+++
|
||||||
|
|
||||||
Developing Software on Windows is a massive pain. This is why I have created a guide for beginners that are looking to start learning machine learning and don't have a proper Operating System to do serious ML work. You may, depending on your level of commitment also install this OS as it is as Dual-Boot, I will run you through doing that down below.
|
Developing Software on Windows is a massive pain. This is why I have created a guide for beginners that are looking to start learning machine learning and don't have a proper Operating System to do serious ML work. You may, depending on your level of commitment also install this OS as it is as Dual-Boot, I will run you through doing that down below.
|
||||||
|
@@ -1,10 +1,31 @@
|
|||||||
+++
|
+++
|
||||||
title = 'Welcome to blog.janishutz.com'
|
title = 'Welcome to blog.janishutz.com'
|
||||||
date = 2023-11-21T10:33:29+01:00
|
date = 2023-11-23T10:33:29+01:00
|
||||||
draft = false
|
draft = false
|
||||||
author = 'Janis Hutz'
|
author = 'Janis Hutz'
|
||||||
tags = [ 'introduction' ]
|
tags = [ 'introduction' ]
|
||||||
categories = [ 'introduction' ]
|
categories = [ 'introduction' ]
|
||||||
|
image = '/images/2023/11/start.png'
|
||||||
+++
|
+++
|
||||||
|
|
||||||
<!-- TODO: Add title image -->
|
<!-- TODO: Add title image -->
|
||||||
|

|
||||||
|
|
||||||
|
What can you expect from this blog?
|
||||||
|
|
||||||
|
I am planning to write about a lot of different topics, but mostly about Linux, the Open Source world, software development, and occasionally I'll create some guides
|
||||||
|
|
||||||
|
## Who am I?
|
||||||
|
You can visit my [about me page](https://janishutz.com/about/aboutme) on my [main website](https://janishutz.com)
|
||||||
|
|
||||||
|
In short, I do software development and am a Linux enthusiast and open source advocate.
|
||||||
|
|
||||||
|
## How often will there be new posts?
|
||||||
|
This is something I haven't decided on, and I probably won't have a schedule, like ever. There will be a new post, if I find a topic to write about that is interesting or pressing currently or just a massive rant about some stupid development in the world of tech.
|
||||||
|
|
||||||
|
## How is the content organized?
|
||||||
|
I try to keep everything organized as much as possible and might go in and change categories and tags of older articles to other ones if I find that new tags or categories fit the content of the article better.
|
||||||
|
|
||||||
|
## How is this website created?
|
||||||
|
Usually, I do my own stuff, but this time, for simplicity reasons, I have chosen to go with [Hugo](https://gohugo.io), the static site generator and I am using the [DoIt theme](https://github.com/HEIGE-PCloud/DoIt) for it.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user