Skip to content

Instantly share code, notes, and snippets.

View jlukic's full-sized avatar
🐪
the koan brothers

Jack Lukic jlukic

🐪
the koan brothers
View GitHub Profile
@jlukic
jlukic / Win -> Linux VM Setup Without Issues
Last active June 2, 2021 22:31
Ultimate VM setup guide
Samba
- Setup with user auth (saves issues with group/user being set to nobody)
LINUX SIDE
/etc/samba/smb.conf
# USE SMB3
max protocol = SMB3
/**
* Commitlint configuration based on best practices from major OS projects.
*/
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'header-max-length': [2, 'always', 100],
'type-enum': [
2,
'always',