Check it out I just finished my second rewrite of lightdm-webkit-material and I have to say, it looks gorgeous. If your looking for a material theme, look no further. It offers a load of features and has been as polished as I can make it. It’s written entirely in react to make sure it has an as clean as possible… Read more →
Category: Uncategorized
Getting the Atom Numix icon on Atom Git
I recently installed atom-editor-git to resolve some issues I was having with atom-editor. These included flashing panes (most notably the minimap plugin) and text artifacts. But sadly… my Numix icon disappeared. In order to solve this, you must edit the /usr/share/applications/atom-git.desktop. In the /usr/share/applications/atom-git.desktop file change the Icon field from atom-git to atom and add the StartupWMClass=atom field. Your file… Read more →
Awesome phone wallpaper
First of all, I have only ever had an Android so this will only apply to Android phones. Install the app Firstly go ahead and grab this collection of drawn scenery that I use for my backgrounds, mostly with anime undertones. Put all those in a folder on your phone. Next download the wallpaper changer app located on the play… Read more →
Remove windows 10 login background
Straight up stole this from http://winaero.com/blog/disable-logon-screen-background-image-in-windows-10-without-using-third-party-tools/. Just took it and made it into a .reg file. Download and run disable-windows-login-bg.reg. This will change the regestry key DisableLogonBackgroundImage under HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System from “DisableLogonBackgroundImage”=dword:00000000 to “DisableLogonBackgroundImage”=dword:00000001 You should end up with this, a solid background depending on your accent color: Read more →
Removing bizigames adware
Computer starts up and goes to bizigames.org? I spent some time looking for a fix and every removal guide I found wanted me to download some kind of antivirus. Well I finally found a fix by just editing the registry. First open the registry and then navigate to Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run. Then delete the REG_SZ named CMD. The data field should have something… Read more →
Encrypted SMB video streaming
To enable smb encryption in the first place you need to set the correct variables. Add the following to the global section on your smb.conf configuration file. server signing = mandatory smb encrypt = mandatory oplocks = no This forces server signing and encryption of all data across the server. The last variable disables oplocks in order to allow you… Read more →