Adding your 2 cents.. matters!

Our friends create blog articles, mobile app, or YouTube videos and we want to support them, even if what they do is not our cup of tea.

There are few obvious ways:

- Like, +1, comment, share, repost

Few people realize, that CLICKING on  the ADVERTISEMENT on the page is actual MONEY (about $0.02) and the best thing it does not come from your wallet.

So take time to support your friends and help promote their work.

#CyberWalkAbout






As an Amazon Associate I earn from qualifying purchases.

Citibank Horror -Target and other fiascos

Just too much.. My 5 reasons why I will stop banking with Citibank.

I have been banking with Citi for 12 years, an experience that may come soon to an end.

Problem 1.
About a month ago I received a message that I will be receiving a new card because of the account information stolen via Target.

~ "No problem", but I have not received any card.

One day my card stopped to work, I tried to log in to my Citi (https://online.citibank.com/US/Welcome.c) and I could not.. Total cut off.
I felt like in one of these movies then the FBI kills all your credit card accounts.

Knowing that it may be related to issuance of new card I went thru every piece of mail I got in 4 months, but I did not find a new one.

I went to the bank and they quickly resolved my card problem, it was about Target.

Problem 2)
I went to the bank to change my address. While in there I confirmed the new address and got an official letter of the address which I needed for something. Great!
Couple of days latter I receive mail saying I changed address.. my company name was listed as a street address!

Problem 3)
After address change fix I used my card at gas station. Rejected, OK it happens.  I have another card, so I used it. After few rejections (driving LA to Chicago) I figured out that I had to enter my OLD address zip as confirmation. Later, I found out that they did change the address of my business mailing address, but not the mailing address, or some version of that.

Problem 4)
My business' debit card stopped working entirely. The did not call me about it, just froze it. Reason? Some fraudulent $1 charge from Kansas on April 4. I was in Illinois during that time. I understand security and protecting me, but killing my card without letting me know via phone AND email is bad business.

Problem 5)
A day after I spent fixing problem #4 with a banker, my personal card is frozen again, I cannot log in to Citibank online again, repetition of of problem #1. They will send me a new card tomorrow. I will start looking for new bank this weekend, too.

To summarize out of 2 cards I have with Citi, neither one works today, unrelated problems.

In general, the Citi business website is a horrible experience, I hate using it. the personal Citi online is a little better, I pay my bills with it, but transferring money is really, really bad experience.

Why should I keep banking with Citi?

If you had similar problems please comment, this should not go on quietly.


As an Amazon Associate I earn from qualifying purchases.

PostgreSQL getting started

PostGreSQL site

http://www.postgresql.org/

Download and Run 

postgresql-9.3.4-1-osx.app

  • Installation Directory: /Library/PostgreSQL/9.3
  • Data Directory: /Library/PostgreSQL/9.3/data
  • Set superuser password
  • set port e.g. 5432
  • set locale e.g en_US.UTF-8
  • Launch Stack Builder



Stack Builder 3.1.1

  • Database Drivers
    - pgJDBC v9.3-1100-1
  • Spacial Extensions
    - PostGIS 2.1
  • Select download dir e.g. /Applications/DB/PostGre/Extensions
  • finish installations



Check Database Size



$ cd /Library/PostgreSQL/9.3

$ ls -alt | grep data
drwx------  22 postgres  daemon    748 Apr  3 14:31 data


4) PostgreSQL client (UI)
  • pgAdmin3
http://www.postgresql.org/ftp/pgadmin3/release/v1.18.1/osx/




Set PATH to PostgreSQL


$ edit ~/.profile
# PostGreSQL
export POSTGRE_HOME=/Library/PostgreSQL/9.3
export PATH=${PATH}:${POSTGRE_HOME}/bin



Sandbox Directory

create yourself a sandbox directory to play in
$ cd /Applications/DB/PostGre/sandbox 





Users

Adding and checking users


@ sandbox $ psql --user=postgres template1 -c '\du'
                          

List of roles

Role name  |                   Attributes                   | Member of 
-----------+------------------------------------------------+----
 postgres  | Superuser, Create role, Create DB, Replication | {}

 uki       | Password valid until infinity                  | {}




Create Dump

creating postGreSQL database backup
@ sandbox $ pg_dump -Fp --user=postgres --dbname=gps_points --format=plain --clean --create  --file=gps_points.sql 
@ sandbox $ ls
gps_points.sql



Terminal (Command Line)


@ 9.3 $ sudo su
Password:
@ 9.3 $ su - postgres

uki:~ postgres$


Check Database Size


SELECT pg_size_pretty(pg_database_size('polygons'))
SELECT pg_size_pretty(pg_relation_size('gps_points'))








As an Amazon Associate I earn from qualifying purchases.

PostgreSQL getting started

PostGreSQL site

http://www.postgresql.org/

Download and Run 

postgresql-9.3.4-1-osx.app

  • Installation Directory: /Library/PostgreSQL/9.3
  • Data Directory: /Library/PostgreSQL/9.3/data
  • Set superuser password
  • set port e.g. 5432
  • set locale e.g en_US.UTF-8
  • Launch Stack Builder



Stack Builder 3.1.1

  • Database Drivers
    - pgJDBC v9.3-1100-1
  • Spacial Extensions
    - PostGIS 2.1
  • Select download dir e.g. /Applications/DB/PostGre/Extensions
  • finish installations



Check Database Size



$ cd /Library/PostgreSQL/9.3

$ ls -alt | grep data
drwx------  22 postgres  daemon    748 Apr  3 14:31 data


4) PostgreSQL client (UI)
  • pgAdmin3
http://www.postgresql.org/ftp/pgadmin3/release/v1.18.1/osx/




Set PATH to PostgreSQL


$ edit ~/.profile
# PostGreSQL
export POSTGRE_HOME=/Library/PostgreSQL/9.3
export PATH=${PATH}:${POSTGRE_HOME}/bin



Sandbox Directory

create yourself a sandbox directory to play in
$ cd /Applications/DB/PostGre/sandbox 





Users

Adding and checking users


@ sandbox $ psql --user=postgres template1 -c '\du'
                          

List of roles

Role name  |                   Attributes                   | Member of 
-----------+------------------------------------------------+----
 postgres  | Superuser, Create role, Create DB, Replication | {}

 uki       | Password valid until infinity                  | {}




Create Dump

creating postGreSQL database backup
@ sandbox $ pg_dump -Fp --user=postgres --dbname=gps_points --format=plain --clean --create  --file=gps_points.sql 
@ sandbox $ ls
gps_points.sql



Terminal (Command Line)


@ 9.3 $ sudo su
Password:
@ 9.3 $ su - postgres

uki:~ postgres$


Check Database Size


SELECT pg_size_pretty(pg_database_size('polygons'))
SELECT pg_size_pretty(pg_relation_size('gps_points'))








As an Amazon Associate I earn from qualifying purchases.

Heinlein

Robert Anson Heinlein (1907 - 1988) was an American science fiction author, naval officer, and aeronautical engineer. He was a pioneer of hard science fiction and is considered one of the most sophisticated science fiction writers.

Heinlein's books include:

  • Methuselah's Children (1941)
  • The Man Who Sold the Moon (1950)
  • The Green Hills of Earth (1951)
  • Revolt in 2100 (1953)
  • Orphans of the Sky (1963)
  • The Past Through Tomorrow (1967) 

His works have been adapted for film, television, and radio, including Starship Troopers, Starship Troopers: Invasion, and Door into Summer. Heinlein won the Hugo Award six times, the top prize in science fiction, and was posthumously awarded a NASA Distinguished Public Service Medal for his space exploration advocacy.



As an Amazon Associate I earn from qualifying purchases.

apt quotation..