A year ago Bell decided to install fiber optic on our street. For some reason they had cut squares into the sidewalk, which was filled in with asphalt. This year city contractors broke up and completely removed and replaced the complete sidewalk.
Bell Fibe install in Ontario. 2017 Sept 15, a year after, contracted city workers replace the sidewalk. photo by Don Tai
Bell Fibe install in Ontario. 2017 Sept 15, a year after, contracted city workers replace the sidewalk. photo by Don Tai
Bell Fibe install in Ontario. 2017 Sept 15, a year after, contracted city workers replace the sidewalk. photo 3 by Don Tai
It should have been easy. After all, I had successfully installed its base components on another partition, but no, it did not go well. I have an old P3 800, 500mb ram desktop of circa 2003 vintage, so 14 years old. Bohdi Linux is supposed to be a lightweight distro for old computers. It did not install very well on my old biddy.
Bohdi Linux 4.2.0 Legacy is 32 bit and runs on a base of Debian Linux 8 or 9, with an Enlightenment E17 desktop environment. On top of this Bohdi Linux packages things up, adds its own flavouring and spices, and is supposed to be a low spec distro. Here are its install requirements:
Puppy Linux Tahr 5.0.6 fits into 1G of disk space and runs well on only 500mb of RAM on an old XP box.
After playing with Puppy Linux, both the Slacko and Ubuntu 14.04 Trusty Tahr version, on CD, I decided to install Puppy Linux Tahr 6.0.5 as a dual boot alongside Win XP. The instructions online are not crystal clear to me, and left me somewhat puzzled, stomach ill at ease. Let me explain the process.
Puppy Linux can be used quite readily from your CD or USB stick. You need to boot up and then configure. I decided to dual boot install it on an old Win XP box, one with only 500mb ram.
Yep, very popular hacking tools! Metasploit
Took the install from Rapid7’s site. It all went very well.
To start they had the command “./msfconsole”, which did not work for me. It started with “msfconsole”. The initial run created the initial database. The “db_status” command also worked.
I did not seem to need to do the “service postgresql start” command. I did a search and received a message: Module database cache not built yet, using slow search. To build the cache do “db_rebuild_cache”. This worked, link. Now my searches work.
Here I am with some idle time, found a hacking article on G&M, which led me to some pretty scary hacking tools (malware creation tools) which led me to nikto which led me to WebScarab. Yes, confusing, but I am trying to stay White Hat.
That said, I could not find much on how to install WebScarab. It is older, with no clear install instructions, other than here’s the zip file, install it. WebScarab is written in java, so you can run it from Terminal. I could not figure out how to put it into a launcher.
I have an old dell desktop with Win XP on it that runs slowly. Though it is old I thought I’d try a different Linux distribution on it. The smaller ones were Puppy Linux Precise 5.7.1 2013, and Debian Dog Jesse. Here is how I put Chinese input on Puppy Linux Precise 5.7.1.
My old Dell is a Dimension 1100/B110, 2006, P4 Celeron, 2.66mhz, 778mb ram. It is old.
Hexo is a tool that allows the writer to create a web site using markdown. The web site is made of flat files, without a database. This type of web site is extremely simple, efficient, fast and hackproof. Check out my Gitlab test page.
Node.js PPA
You need to install node.js, a software package that uses javascript. For me on Ubuntu 16.04 it was painful, because the install scripts from Nodejs.org did not work, and installed a back-level version, 4.2.6, vs the most current 6.9.5. Dave helped me install.
Bell Fibe 50, wired connection to the Home Hub 3000, gave me 52mbps download and 52mbps upload using the the Ookla speed test. Toronto, Canada
Two months ago Bell called me up and set up an install date for my Bell Fibe 50 installation, Bell fiber optic to my house. I have waited to do a review to ensure that the install was stable and reliable. In summary, Bell was correct in that their Bell Fibe 50 is much more reliable than their twisted pair copper wire, and a whole lot faster. We are getting speeds of 51mbps download as well as upload. This compares to our Bell Fibe 15/10, which was twisted pair copper wire to the Bell node (~1km away), and from there it was fiber optic, which gave us 15mbps dwonload and .7mbps, or 700bps upload.
Not being one to was the car often, I’ve opted to install rear splash guards. They will keep the rear of the car cleaner, as there will be less splash up of water and snow. The front splash guards came with the car. As all Canadian Fits already come with front splash guards I only had to install the rear ones. I did not need to remove the rear tires to install the splash guards, but did need a really short philips screwdriver. Here in Canada these rear splash guards cost $61CAD for the pair. The quality of the splash guards is quite good. The fit was also great.
It is not easy starting any major technical development area, and Android development is no exception. There are a lot of resources to query, but there really is no one but yourself to try and figure things out. Query your problem on Google Search and you’ll likely end up at StackOverflow.com. While there are answers, they might not answer your question. You try, fail, and then try something else. Here are some tips I learned.