Category Archives: software

A simple email reminder

Usually I used to use Google Calendar to set an event and reminder to the event. But there are features that are unnecessary that make things a bit complicated.

I found a simpler reminder application that is much easier to set up and just serve the purpose (to send an email reminder for an event)

Check it out –>  remindr.me

Using wordpress as wiki

In an organization, there are information that are important enough to be documented. As a reference for all the members in the future.

I’ve tried several wiki applications and most of them are not friendly enough. So I decided to move to wordpress as a wiki alternative. To sort content by “category”, to have “page” as static information and “post” for other findings and on-going updates.

With the search function, it is very helpful to find any information within the ‘wiki’.

Template

  • MyWiki
    • create a page and set template for the page follow “Wiki Template”
    • then set the page created as “static page” in Appearance > Customize

Plugins used

  • manage user access –  user access manager
  • file upload
  • file view (esp attachment like image and pdf)

Settings

  • disable comment features
    • Settings > Discussion > Untick “Allow comments on new articles”
  • set permalink
    • Settings > Permalinks > Choose “Post Name”

 

Unifi router default password

Login to router via http://192.168.0.1 or http://192.168.1.1

1. For L7 Networks brand

username: operator
password: h566UniFi

2. For dlink brand

username: admin
password: <no password>

Some other to try if the 2 above failed (username/password)

  1. tmadmin/<no password>
  2. admin/telekom
  3. operator/telekom
  4. Management/TestingR2

Did the above mentioned username and pass work for you? Please take few sec to reply in the comment area. Thanks.

How to secure your filezilla password

Filezilla keeps all passwords in plain text file.

You can view the files in the path below (for windows)

Windows XP/2K:
“C:\Documents and Settings\username\Application Data\FileZilla”

Windows Vista/Windows 7:
“C:\Users\username\AppData\Roaming\FileZilla\”

Linux: “/home/username/.filezilla/”

This is how the recentservers.xml that keep the recent connection looks like

<!--?xml version="1.0" encoding="UTF-8" standalone="yes" ?-->
 
 
 
            yourhost.com
            21
            0
            0
            your_username
            your_password
            1
            0
            MODE_DEFAULT
            0
            Auto
            0

To secure your password,

1. Never save any password to your hosting. At most you can only save the username.

 

2. Clear the private data everytime before close the Filezilla application

Choose Edit > Clear private data..

Screen Shot 2013-06-24 at 1.04.39 PM

 

Choose the first 2 options and click OK

Screen Shot 2013-06-24 at 1.04.46 PM

What a system can do?

Everytime I sit to do proposal, I come to face this question on what a system can do?

  1. Automate the process
  2. Shorten the process
  3. Centralized the data
  4. Data is at all time up-to-date
  5. Can generate more useful information

Installing SSL with WHM cPanel

Steps to install SSL using WHM (web hosting manager)

I’ve done this once, but forgot already. So I’ll keep a note for the installation for future reference.

Will update this post again soon (while I do the installation for the SSL on server).

There is a group of functions for SSL certificate installation that covers the following:

  • Generate an SSL Certificate and Signing Request
  • Install an SSL Certificate and Setup the Domain
  • Manage SSL Hosts
  • Purchase and Install an SSL Certificate
  • SSL Key/Crt Manager

Steps to install

  1. Get the CSR (certificate signing request) in WHM
    1. If not yet generate, go to SSL/TLS > Generate a SSL Certificate & Signing Request
    2. Will get CSR, RSA and certificate
    3. Can also retrieve from SSL/TLS > SSL Key/Crt Manager under “Signing Requests” column for the specified domain
  2. Active the SSL from provider (need to purchase first)
    1. Choose Apache OpenSSL and paste the CSR generated from the server
    2. Verify some email and contact information
    3. Wait for an email after submit request for SSL certificate (this will take quite some time – 5-20 minutes)
    4. Go through a verification to get the certificate (verification code sent with email)
  3. Install SSL certificate in WHM
    1. The rct (certificate got from provider)
    2. RSA generate by server
    3. CA bundle (by provider)

To renew, easiest way is to remove the host first and repeat again as new installation. But site will be down for some time during the process (after remove the host)

Error that might occur is the IP is not dedicated. If this persists, try to change IP in Account Functions > Change Site’s IP Address