6 days in New York City

Posted on September 6, 2016, 4:56 pm


Day 1
Well, you can start with China town buying some presents for your family, friend ;).

  • Food at China town are pretty cheap, for 15$ you can get (Spring Rolls 3 Pcs = 3$, Beef Navel Noodle Soup 4.95$, Black Tea w. Sago 3.25 $ + 15% Tips).
  • Than go for a walk at Wall Street
  • Brooklyn Bridge (Walking on the bridge)
  • And end up with seeing sunset over lower Manhattan at Pebble Beach.


Chinatown, NYC
Chinatown, NYC


Wall Street, NYC
Wall Street, NYC


Brooklyn Bridge
Brooklyn Bridge


Lower Manhattan, view from Pebble Beach
Lower Manhattan, view from Pebble Beach


Read More

Find and delete file or directory on Linux. Find and kill process by port on Windows

Posted on August 9, 2016, 9:37 pm


LINUX : FIND AND DELETE FILE OR DIRECTORY

Syntax

find . -name "WHAT YOU WANT TO FIND" -exec rm -r -f {} \;

ex:

find . -name ".settings" -exec rm -r -f {} \;
find . -name ".project" -exec rm -r -f {} \;
find . -name ".classpath" -exec rm -r -f {} \;

find . -name "target" -exec rm -r -f {} \;
find . -name ".git" -exec rm -r -f {} \;
find . -name ".idea" -exec rm -r -f {} \;

find . -name ".gitattributes" -exec rm -r -f {} \;
find . -name ".gitignore" -exec rm -r -f {} \;

WINDOWS : FIND AND KILL PROCESS BY PORT

Syntax

netstat -a -o -n | findstr "LISTENING" | findstr ":XXXX"
taskkill /F /PID

XXXX : port number that you want to find

ex:

netstat -a -o -n | findstr "LISTENING" | findstr ":8080"
netstat -a -o -n | findstr "LISTENING" | findstr ":8080"

2252 : port number that i want to kill

Read More

Symfony 2-No route found for GET app.php

Posted on August 9, 2016, 5:36 pm


As i use WAMPSERVER 2.5 with Symfony 2 and I get this error when i edit vhost file and point it to my virtual host. my httpd-vhosts.conf :

<VirtualHost *:80>
    DocumentRoot "C:/wamp/www/repository/rokmeulblog/lib/rokmeul/web/app_dev.php"
    ServerName rokmeul.blog
    ErrorLog "logs/rokmeul.blog-error.log"
</VirtualHost>

and the error :

No route found for GET app.php
No route found for GET app.php


to get ride of this error, you need to enable the

#LoadModule rewrite_module modules/mod_rewrite.so

Go to httpd.conf file and uncomment...

Read More

MoyMoy sends a letter to her master that is currently on their summer vacation.

Posted on August 9, 2016, 3:37 pm


I really miss you master.
MoyMoy is missing her master.


Dear Master,

Since you go for your summer vacation and leave me at home with ToKaTa, I found myself very lonely .

ToKaTa is not like you, he doesn't spend much time to play with me.

Most of the time, he leaves me alone play with my DouDou (MouKa and Zari).

I try to send you a message via social media, but most of the time he catches me out of his working desk, It looks like he understands nothing. :"(

But one day when he is drying his clothes outside, I took control on his working desk and send you this message :

** "(---------------------------__________________iè" **

Waiting for your reply, I really miss you Master.

Moy Moy.

Read More

Holiday mode-off, time just speeds up a lot.

Posted on June 26, 2016, 9:48 pm


I recently took a tow-week vocation to visit my home town Banteay Mean Chey, located about 104 Km from Siem Reap Privince, a very popular historical town and also the gateway to Angkor region.
This is a shortest holiday I every made for that kind of distance 12 000 Km (Lyon - Phnom Penh), normally it should be 4 weeks or more for that kind of holiday and that is what I wanted. But I cannot take all my annual leave in one shot or it will be a career killer.

Anyone with "real responsibility" would find it pretty difficult to take two weeks off. And while those with the least amount of responsibility might find it easier to do (ពួកតែទឹកកក ចឹង)....

Staying at home, eating my favorite food with my family.
Staying at home, eating my favorite food with my family.


Well, time just speeds up a lot, I do noting beside staying with my beloved family and visit Angkor Site​ ( A mandatory visit, each time I visit home ^_^ ).
I don't even visit my friends in Phnom Penh, none of them know that I was home :p it was a secret LOL, I am sorry about that but...
well we'll see next time...

Read More

Blog Archive

  • 2023-May (1)
  • 2023-February (1)
  • 2020-October (1)
  • 2020-May (1)
  • 2020-February (2)
  • 2019-December (5)
  • 2019-November (1)
  • 2018-July (1)
  • 2017-December (1)
  • 2017-November (1)
  • 2017-June (1)
  • 2016-September (5)
  • 2016-August (3)
  • 2016-June (1)
  • 2015-September (1)
  • 2015-May (1)
  • 2015-February (2)
  • 2014-December (1)
  • 2014-November (2)
  • 2014-September (3)
  • 2014-August (1)
  • 2014-June (1)
  • 2014-May (1)
  • 2014-March (1)
  • 2013-December (2)
  • 2013-October (2)
  • 2013-July (1)
  • 2013-June (3)
  • 2013-May (4)
  • 2013-March (1)
  • 2012-December (2)
  • 2012-November (1)
  • 2012-October (1)
  • 2012-September (2)
  • 2012-August (2)
  • 2012-July (2)
  • 2012-June (1)
  • 2012-May (2)
  • 2012-March (2)
  • 2012-February (2)
  • 2012-January (5)
  • 2011-December (2)
  • 2011-November (4)
  • 2011-October (5)
  • 2011-September (2)
  • 2011-August (1)
  • 2011-June (2)
  • 2011-May (1)
  • 2011-April (9)
  • 2011-March (3)
  • 2011-February (12)
  • 2011-January (16)
  • 2010-December (17)
  • 2010-November (6)
  • 2010-October (10)
  • 2010-September (8)