Mar 06
Trying to mount a windows share into Ubuntu 16.04 LTS. Â I could run the following command just fine:
sudo mount -t cifs -o domain=workgroupname,username=myname,password=mypassword //192.168.1.15/music /media/music
But of course would lose the map on reboot.  So install “sudo apt-get install cifs-utils” and then Everytime I tried to add to fstab and “sudo mount -a” I would get the mount error(13) permission denied.
What fixed it was changing the sec on my command to “ntlmsspi”. Â Hope this helps someone else. Â So my command in fstab (/etc/fstab) is
//192.168.1.15/music /media/music cifs username=myname,domain=workgroupname,password=mypassword,
iocharset=utf8,sec=ntlmsspi 0 0
Now that you have this working you need to create a .smbcredentials file in the /root directory to contain and hide my credentials,
Enter your Windows username and password in the file:
username=msusername
password=mspassword
domain=workgroupordomain
“sudo chmod 700” that file.  and change the fstab line command to :
//192.168.1.15/music /media/music cifs credentials=/root/.smbcredentials,iocharset=utf8,sec=ntlmsspi 0 0
Jan 18
I won’t get into the security implications of doing this, but just the 2 methods I have found to get it done. Â My use case was a simple single digital sign that no one had physical access to, and popped this up on every scheduled or unscheduled reboot.
- If you don’t mind entering a password on boot, then go to User Accounts and set “automatic login” to off.
- If you want it to auto login and still not ask for the login keyring (again forgoing the security lecture), go into your “Startup Programs” and uncheck the Keyrings from starting.
May 06
1. Â Â Click on Start > All Programs > Accessories > Run > Type %Programdata% and Click OK
2. Â Â Rename the ‘Microsoft Help’ folder as ‘Microsoft Help. OLD’
Install Office as normal
May 03
open command prompt with Admin privileges
Backup original SSL from “C:\Program Files (x86)\Spiceworks\httpd\ssl”
In your command prompt, navigate to “C:\Program Files (x86)\Spiceworks\bin”
Type:Â openssl x509 -in ..\httpd\ssl\yourcertkeyname.crt -out ..\httpd\ssl\ssl-cert.pem -outform PEM
then Type:Â openssl.exe x509 -in ..\httpd\ssl\yourkeyname.crt -out ..\httpd\ssl\ssl-private-key.pem -outform PEM
Apr 14
How I use unblock-us on Roku and/or opendns with my Comcast gateway (or your own with Comcast firmware).
The pain of using a Comcast modem and trying to use unblockus or opendns is that Comcast will not allow the Gateway’s DNS to be changed.
Explanation:
Most solutions that is have seen involve putting your gateway in full bridge mode and using your own router and Wifi. I really didn’t like this solution as that is really doubling up on hardware ( not to mention the inconvenience of resetting my router rules and wifi password on all devices).
My solution is achieved through DHCP. Â The DNS is set through the DHCP options. So we will set up our own DHCP server. Â But there is another problem. The Comcast gateway won’t let us turn off DHCP! Â So we have to change it so that it is only giving out one IP address. Â Whatever computer gets that address will not have the correct DNS settings!!! Â So make sure the correct computer gets the first (non-correct DNS) IP address by turning all other devices off while setting this up)
Solution:
1) (If you have a dedicated computer that is always on) Set up a DHCP server on your dedicated computer with a Static IP. Â I have one always on for Plex and PlayOn so that is the computer I set it up on. Â Set up a DHCP scope starting with a high ip address (like 100) and with your desired DNS settings. Stop the DHCP service. Â Go to step 3
2) (If you do NOT have a dedicated computer that is always on)Get a small device that has DHCP Server capabilities. Â I got a TP-Link TL-WR710N for ~$22 on Amazon. Â Set up a DHCP scope starting with a high ip address (like 100) and with your desired DNS settings. Â Stop the DHCP and/or turn off the TP-Link. Â (Here is my TP-Link Config for Unblock-us, username and password is Admin/unblockus15, and must be on Firmware 140922, and disable wireless in wireless settings on the TP-Link, ip of TP-Link will be 10.0.0.99)
3) After you have your DHCP server up and running log into your Comcast Gateway. Go to Connection -> Local IP Configuration. Â And change your Beginning and Ending IP address to the same IP. Â Set the DHCP Lease Time to forever.

4) Turn the device/computer on that you don’t care gets the wrong DNS.  it will get the IP you set above.
5) Start your DNS server (on the computer or the dedicated TP-Link type device).
6) Now you should be able to turn your devices back on and they should get the New IP and DNS!
Jul 09
After much searching, finally figured out that this was due to a leading space on one of the column headers.
Mar 31
Moving a folder: This folder is shared with other people. If you move this folder, it will no longer be shared.
You get this message everytime you move a folder within a shared folder to another location.

The only work-around that I have found is to
1) cut  the folder you want to move
2) paste it into the recycle bin
3) cut out of the recycle bin and paste where you want it to go.
This will eliminate the annoying message.
Jan 27
To get the (now missing) rss link from a search you must now just add “&_rss=1” to the end of the resulting URL you get while searching.
Recent Comments