I followed the following steps to setup my new FreePBX Server with Google Voice. I am happy to say it works for the most part, however inbound calls are not making it. All in all this was a good learning experience: *UPDATE* I have made a follow up with my working configuration files How To […]
Category: How-To
How do you ssh into a Linux
I know there is one person out there that may not know this, so I will share. You you ask, how does one log into a remote Linux (UNIX) system using SSH. Well the answer is simple. If you are on a Linux (UNIX) system, open your terminal and use the following command: ssh userid@server-ip (1.2.3.4) […]
How-To Change Linux Password
So you are now the new Linux user and during the install you set a password, but now you have a need to change it. If you run a headless sever (no desktop) you may be interested in this little bit of info. You can use the passwd command to change your password, and, […]
Information: The Export-Mailbox cmdlet exports all message types, including messages, calendar items, contacts, distribution lists, journal entries, tasks, notes, and documents. However, the Export-Mailbox cmdlet does not export rules. To export data from a .PST file, you must run the Export-Mailbox cmdlet on a 32-bit computer that has the 32-bit version of the Exchange management tools […]
I needed to do this so that I could remove 10’s if not 100’s of 1000’s Thumbs.db files from my photos directory. Windows seems to love to cache this info to speed up the thumbnail generation. I disabled this in group policy, but needed to do the cleanup work. The command are simple: find -name […]
Webmin is a web interface for configuring your linux box. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more, and all can be done remotely. I am new to this and will update more as time goes by. For now this is rather nice But first you […]