Explore >> Select a destination


You are here

www.webupd8.org
| | passthejoe.net
5.2 parsecs away

Travel
| | When I go into the menu in either Chromium or Google Chrome (yes, I have both) and try to edit the bookmarks, the browser crashes. So I can't re-arrange my bookmarks in these two browsers.
| | newcome.wordpress.com
2.6 parsecs away

Travel
| | I wanted to spin up a Linux development environment to hack on some code that needed epoll. I could have run everything in a Docker container, but I kinda wanted to be in that environment for total hackage. I thought maybe I'd just do it in a Virtualbox instance. Then I didn't want to install...
| | wittchen.io
3.9 parsecs away

Travel
| | In this article, Ill describe Ubuntu software for common users, which I personally use and which could be helpful on daily basis. Ubuntu software dedicated to programmers AKA developers will be described in separate article. Chrome In my opinion, its currently the best web browser. We can download, unpack and install it, with the following commands: sudo apt-get install libxss1 libappindicator1 libindicator7 wget https://dl.google.com/linux/direct/google-chrome-stable\_current\_amd64.deb sudo dpkg -i goo...
| | general-metrics.com
25.0 parsecs away

Travel
| Using CSS custom properties with vanilla web components is a simple and effective way to enable users with fine-tuned control over presentational aspects of your website. This tutorial assumes you are familiar with how to set up a web component and implement the handleEvent method for event listeners.