The announcement for Git 2.22 (by maintainer Junio Hamano) can be read on the kernel mailing list.
Also, GitHub has an overview of the changes with Git 2.22.
Automation, Innovation, and Linux…
The announcement for Git 2.22 (by maintainer Junio Hamano) can be read on the kernel mailing list.
Also, GitHub has an overview of the changes with Git 2.22.
Since the release of ProtonDB, there have been over 2500 games added to Linux!
What is Proton?
Proton is a new tool released by Valve Software that has been integrated with Steam Play to make playing Windows games on Linux as simple as hitting the Play button within Steam. Underneath the hood, Proton comprises other popular tools like Wine and DXVK among others that a gamer would otherwise have to install and maintain themselves. This greatly eases the burden for users to switch to Linux without having to learn the underlying systems or losing access to a large part of their library of games. Proton is still in its infancy so support is inconsistent, but regularly improving.
ProtonDB is used to collaborate on performance on different hardware/software configurations. Allowing the community to work together to get the games working.
Setting Up Proton in STEAM – Tested Ubuntu 18.10
Due to the purchase of Github from Microsoft, I have removed my account and all repositories. This will also affect a few posts I have made here. The links used to embed some small snippets (aka GISTs) of code will no longer work. As time is available I will start fixing them manually. Until then I thank you for your patience.
Thanks,
Matthew Curry
Here are the PS1‘s I use for my daily driver. Feel free to take them and change them up.
I use different colors, so one doesn’t accidentally login or run something as root (which is in red, users are yellow).
To use these, simply copy and paste them into either the root user; or regular user’s .bashrc.
Alternatively you can add them to /etc/profile to make them enforced system wide.
For MAC, it is the same; however the PS1 is a little different. See below.
Root
User
Just a heads up to all out there that care.
MattCurry.Com was down for a bit, while I installed the SSL Certificate, and updated my site.
Again, thank you to all the regular users. Please don’t forget to subscribe to my RSS for updates.
Sincerely,
Matthew Curry
Fan of nano? Like having pretty colors to see where you messed up? Of course we do! Much like many of us, I use nano. Its quick, easy, and readily available. However, I like to see the highlighting of my language. As many of you know, there are “nanorc” files, that will tell nano how to handle language highlight.
They are usually located in /usr/share/nano/ (at least in ubuntu); and you can make your own under your home directory with a .nanorc file. I can post about that later…
For now let get markdown working in nano!
You will need to create a file called markdown.nanorc by doing the following:
sudo touch /usr/share/nano/markdown.nanorc
Now that the file is created, we just need to populate it with the following below text, in a pastebin for your convenience. Just copy that text, and paste it into the aformentioned file. Once a new session is started, you will be able to start using markdown.
https://pastebin.com/raw/tHkBqdef
Just a little note as well; if you have a need for another language, you can follow the same instructions with their pre-reated files. Take a look here, to see other nanorc files. Also, nano has just been updated after a very long while, please take a look at the new support when you can.
This app is nice as it can be local, one time synced, or just offline notes if you are in a secure area (what started my search). I am on a network where I can’t get to any cloud services at all, especially ones where you can give out data. I am however able to go out and do research. Leaving me with a tone of notes, and nothing to store them in with any sort of sense.
Also, I have a lot of markdown, and code snippets, and that sort of thing. So, like most I started keeping plain text files. This was not cutting it though; as many of you know. II would on occasion have a mixture of code types in the same note. This seems to handle those for the most part. Although it is similar to Atom, which is my favorite IDE/text editor in a GUI; it is much lighter and doesn’t always try to correct me into some language.
At the end of the day, its just a great note app; and the files underneath are up to you to encrypt/sync/etc. The editor I am referring to is Boostnote. I will give a link to GitHub, and link to their sites download page. Please try it out and enjoy! I hope this helps out a nerd out there somewhere.
Thanks,
Matthew Curry
MattCurry.com
I have tried many editors in Linux, Mac, and even Winblows. However, none of them like this… Please take a look at this video and you will be surprised at the customization that is possible with this editor. No matter your language, theme, or plugin preferences. It also has its own package manger to mange all the awesomeness so you dont get corn-fused…
Hello All,
For those following along, I have moved Kill Switch, my sons e-vehicle project. To a permanent page. I have also added a gallery for the work as I go. Keep an eye…
You can also subscribe to my RSS if you like.
Thanks,
-M
P.S.
Thanks to TJUMP7 for the donated 4gb SD card, and help with the motor controllers! I can’t wait to get all the parts and get it going!
I have been quietly working on the installer and image. However, there have been 2 OS updates since I started. So I am refreshing all of my images with Raspbian Stretch. I will be making it available soon.
Also, if anyone has a class 10, 4GB MicroSD they want to donate. I am trying to make the image as small as possible. Please contact me directly for details.
The new Image will be based on Raspbian Lite as mentioned above, and will have the basic dependencies met. It will also have newer versions of all the software pre-compiled to save you the hours of time it can take.
I am working on software to auto-configure most audio devices. This is something I hope to include soon. Please keep an eye out for the new links.
Thanks,
Matthew Curry
[UPDATE]
Thank you to TJUMP7 for the 4gb Card! Small Image coming soon! Keep an eye out for that and the installer….
[UPDATE] 01/24/2018 – After being out for a while for personal reasons, I am glad to say I am back. I will be working on the updates/releases soon.