Langsung ke konten utama

Catatan Kehidupan 1 Jadilah orang baik by Mario Teguh

Jangan bergaul dengan orang yang tidak sopan, kasar, malas, sombong tapi pesimis.
Mereka menarik Anda turun ke kelas-kelas moral yang rendah, baik karena meniru mereka atau karena terluka oleh hinaan, fitnah, dan kekejian mereka.
Hiduplah sebagai pelajar dan pekerja yang baik hati, jujur, rajin, dan sopan.
Di masa dewasa Anda, mereka akan menjadi orang-orang kecil yang tidak dihargai oleh masyarakat, dan menua di dalam ketidak-jelasan pekerjaan dan sumber pendapatan.
Di saat Anda berbahagia dalam kesyukuran, mereka menyesal dalam kelemahan hidup.
Kalau kebaikan itu tidak ada gunanya, mengapa orang jahat pun tidak suka dijahati?
Kebaikan adalah insting sejati jiwa Anda.
Bahagialah menjadi orang baik.

by Mario Teguh

Komentar

Postingan populer dari blog ini

how to install zekr on ubuntu Linux

how to install zekr on ubuntu Follow this step to install zekr on your Linux (ubuntu based) sudo add-apt-repository ppa:zekr/ppa sudo apt-get update download defoma and ttf-me-quran from this website : https://launchpad.net/ubuntu/precise/+package/defoma https://osdn.net/projects/sfnet_zekr/downloads/Ubuntu%20Extras/Quran%20translation%20and%20font%201.1.2%20beta1/ttf-me-quran_1.003-5_all.deb/ sudo apt-get install zekr if you found this error : org.eclipse.swt.SWTError: No more handles [Unknown Mozilla path (MOZILLA_FIVE_HOME not set)]     at org.eclipse.swt.SWT.error(Unknown Source)     at org.eclipse.swt.browser.Mozilla.initMozilla(Unknown Source)     at org.eclipse.swt.browser.Mozilla.create(Unknown Source)     at org.eclipse.swt.browser.Browser. (Unknown Source)     at net.sf.zekr.ui.QuranForm.makeFrame(QuranForm.java:628)     at net.sf.zekr.ui.QuranForm.init(QuranForm.java:340)     at net.sf.zekr.ui.QuranForm. (QuranForm.java:319)     at net.sf.zekr.ZekrMain.sta

Server Security Tips to Secure Your Server

Server Security Tips Here are 79 server security tips to help improve your web server security. I start with passwords.   You would be surprised at the number of cases we handle that boil down to bad passwords. Web application security can also be improved with some simple steps, and it is time everyone stop using insecure communication protocols. Password Security ·   Use passwords with at least 8 characters. ·   Use complex passwords that include numbers, symbols, and punctuation. ·   Use a variety of passwords for different accounts or roles. ·   Test passwords in a secure password tool. ·   Do not use dictionary words as passwords, e.g. myblackdog ·   Do not repeat sequences of characters, e.g. 3333, abcdabcd. ·   Do not use personal information in passwords, e.g. your birthdate. ·   Do not store passwords on laptops, smartphones or tablets that can be lost. ·   Use a password manager to securely keep track of your passwords (See our post on LastPass). ·