Finding Vulnerabilities in Core WordPress

Finding Vulnerabilities in Core WordPress: A Bug Hunter’s Trilogy, Part III – Ultimatum

http://blog.checkpoint.com/2015/09/15/finding-vulnerabilities-in-core-wordpress-a-bug-hunters-trilogy-part-iii-ultimatum/

Netanel Rubin tells a story in three acts – describing his long path of discovered flaws and vulnerabilities in core WordPress, leading him from a read-only ‘Subscriber’ user, through creating, editing and deleting posts, and all the way to performing SQL injection and persistent XSS attacks on 20% of the popular web.

Ubuntu server firewall install and setting

How To Set Up a Firewall with UFW on Ubuntu 14.04?: https://www.digitalocean.com/community/tutorials/how-to-set-up-a-firewall-with-ufw-on-ubuntu-14-04

Some UFW command:

sudo apt-get install ufw [install]

sudo ufw default deny incoming
sudo ufw default allow outgoing

sudo ufw allow ssh
sudo ufw allow 22 [or your ssh port]

sudo ufw allow http
sudo ufw allow https

sudo ufw allow [port for your web admin!]

sudo ufw allow ftp
sudo ufw deny ftp

sudo ufw allow 22
sudo ufw deny 22

sudo ufw disable

sudo ufw status verbose

sudo ufw enable

Webdesign free eBooks

The Best UX/UI Designer Tools, Resources, Blogs & Books Collection : https://medium.com/@Mockplus/the-best-ux-ui-designer-tools-resources-blogs-books-collection-93952ed1da07#.z26xxf3ao
This list covers UX/UI blogs, resources, books and tools.
*********************************************
1. Awwwards -A place to find inspiration and talent; a space for debate; a place to share knowledge and experience.

2. UX Magazine -This site creates a community with location-based listings for conferences, jobs, workshops, informal meetups, and classes.

3. UX Myths -Collects the most frequent user experience misconceptions and explains why they don’t hold true.

4. Designer News -Best UX/UI related articles collection.

5. Usability Geek -A wider array of topics that extend beyond usability, such as User Experience (UX), conversion, Human Computer Interaction (HCI) and Information Architecture (IA).

6. Lukew -A Product Director at Google shares his views on Web and device strategy, interaction design, visual design, usability, and much more.

7. Design Talks -545 Talks for Designers from 68 ux/ui conferences all over the world.

8. HelloErik Experience Design -The design and experience blog of Erik Flowers.

9. Weeklypixels -Reviews on design Books, user experience books, UX processes, graphic design books, typography books, lettering books.

10. UX Booth -Feature content on analytics, content strategy, information architecture, interaction design, philosophy, research, universal design and accessibility.

11. Mockplus Blog -The newest UX/UI design resources recommended for UX and UI designers.

12. Smashing Magazine’s UX Design Category -UX/UI experts share with you their valuable ideas, practical tips, useful guidelines, recommended best practices and great case studies.

13. Design Shack -Showcases inspiring examples of design, alongside resources and articles.

14. Creative Bloq -It is a high volume blog for creatives that features content on web design, illustration, graphic design, 3d, digital art, and more.

15. Beautiful Pixels -Showcases some of the best examples iOS and Android apps as well as UI design across various types of media

16. UX Movement -Publish articles showing how good and bad interface design practices affect user behavior.

17. DesignModo UX -Resource for both beginners and advanced designers looking to expand and improve their knowledge.

18. 1stwebdesigner -Post the latest design resource for UX/UI designers.

19. Noupe -Feature content on responsive design, UX/UI, web development, inspiration and more.

20. Six Revisions -Publish articles, guides, tutorials, news and other forms of content for people who design and build sites and apps.

21. Speckyboy -Fresh and useful resources and inspirational art, covering web design and development, graphic design, mobile development.

22. Designzzz -Offers free and useful resources for designers and developers.

23. Vandelay Design -Post creative bouts of inspiration that we all need for success.

24. Boxes and Arrows -The practice, innovation, and discussion of design.

25. InspirationFeed -You’ll find industry guidelines, case studies, design & development resources, tips & tricks, and other related web articles here.

26. Usabilla Blog -Useful ux articles or designers.

27. Dribbble -An online community for showcasing user-made artwork.

28. Behance -Showcase and discover the latest work from top online portfolios by creative professionals across industries.

*********************************************

The Ultimate Roundup of Free Web Designer Resources
http://www.elegantthemes.com/blog/resources/the-ultimate-roundup-of-free-web-designer-resources

Web designers need a staggering amount of tools and resources to operate. You need the hardware, the design software, the latest eBooks, a subscription or two to good educational resources to stay up to date, the premium fonts, icons, vectors, stock images, and so on.

Top 30 PHP Interview Questions and Answers for beginners and experts.

Question : How can we encrypt password using PHP?
Answer : crypt () function is used to create one way encryption. It takes one input string and one optional parameter.

Question :How to scrape data from website using CURL?
Answer : To scrap the data from website, Website must be public and open for scrapable.
In the blow code, just update the CURLOPT_URL to which websites data you want to scrap.

https://intellipaat.com/interview-question/php-interview-questions

User Interface Design collection

A collection of daily UI challenge for your inspiration.

http://collectui.com/

A platform for your daily inspiration collected from daily ui & beyond. Based on Dribbble shots, hand picked.
When browsing Panda’s Dribbble popular feed I often see shots from daily ui challenge getting popular. They look pretty cool and designers are drawn to this activity because of the absence a of client or supervisor pressure. Some people think that daily ui challenge is filling up dribbble with never-ever-used designs, but I see them inspiring in context of layout choices, color palette preference, fonts in use and ui elements in the specific design challenge.

Streaming radio with PHP (Laravel)!!

Koel – A personal music streaming server that works. One of the best Laravel apps.

Koel (also styled as koel, with a lowercase k) is a simple web-based personal audio streaming service written in Vue at the client side and Laravel on server side. Targeting web developers, Koel embraces some of the more modern web technologies – flexbox, audio, and drag-and-drop API to name a few – to do its job.

source:
http://learninglaravel.net/a-personal-music-streaming-server-that-works

http://koel.phanan.net/

https://github.com/phanan/koel