In this article we will have a look at how to reset the root password on FreeBSD 11
Resetting Sudo User password on Ubuntu 16.04
Sometimes we set a complex password and forget it. If we have done that on Ubuntu 16.04, we have a procedure to reset the password. In this article we will have a look at the procedure.
Continue reading “Resetting Sudo User password on Ubuntu 16.04”
Resetting Sudo User password on Linux Mint 18
Sometimes we set a complex password and forget it. If we have done that on Mint 18 we have a procedure to reset the password. In this article we will have a look at the procedure.
Continue reading “Resetting Sudo User password on Linux Mint 18”
Installing Raspbian Jessie on Raspberry Pi
Raspbian is a free Operating system for Raspberry Pi based on Debian. The latest version is codenamed Jessie. There are 2 flavours of Raspbian – Raspbian Jessie Pixel and Raspbian Jessie lite.
Raspbian is available as prebuilt image from the official repository . The 2 different flavours of Raspbian can be downloaded from the following links
Continue reading “Installing Raspbian Jessie on Raspberry Pi”
Installing FreeBSD 11 on Raspberry pi
FreeBSD is available for installation on Raspberry pi, from version 10.0. We can install and Configure FreeBSD 11.x using the following procedure.
The FreeBSD is available as prebuilt image from the official repository .The following is a directory in one of the official mirrors of FreeBSD.
Continue reading “Installing FreeBSD 11 on Raspberry pi”
Installing OpenCart on FreeBSD 11
The installation of OpenCart is FreeBSD is pretty straight forward. The following article can be used as a procedure to do a basic install of OpenCart on FreeBSD. This is tested on FreeBSD 11.
Continue reading “Installing OpenCart on FreeBSD 11”
WordPress 4 on Ubuntu 16.04
WordPress needs a working LAMP stack. Let start off the installation by setting up a LAMP stack first. It can be done using the following command.
Continue reading “WordPress 4 on Ubuntu 16.04”
Building a Raspberry pi kiosk
One thing many people want to achieve with a Raspberry Pi is a functioning simple web kiosk. Combined with a touchscreen, it could potentially replace ATM machines. Yes, it’s high time we switched to low cost, secure ATM kiosks based on easily available commodity hardware. ATM machines and Kiosks mostly run a Windows XP (!?) on a machine that’s configured to launch only one application and in the event the application crashes, the system shuts down and sends an alert to the bank staff. This can easily be done with a Raspberry Pi. The system should have no problem delivering the complete set of functionality, should be fairly easy to deploy, maintain and secure on a large scale and hey, Raspberry Pi is so tiny, we’ll be spoilt for space inside the ATM machine. (More cash, Yay!). I’m not even going to elaborate on the savings on electricity (go figure!).

The idea of this exercise is simple. You start the system and you get dumped onto a web browser with a specific site loaded. That’s it. Nothing more, nothing less. If the web browser crashes, the system attempts to restart the browser or dies trying
We also need this kiosk thing to be gentle on system resources. So we’ll use lightweight (albeit effective and powerful) applications. The ingredient list is as follows:
- Auto Log-in: nodm
- Auto X start: we use a simple .xsession file
- Window Manager: We’ll be using the full awesomeness of matchbox
- Browser: uzbl. Haven’t heard of it? You should totally check it out.
- Splash screen: fbi. Yea I know how that sounds. 😛
Let’s see how to set each one of these babies up
ClamAV – The antivirus you are looking for!
I use ClamAV on my workstations. So what is ClamAV and why is it a big deal? ClamAV [site] is a powerful Free/Open source software cross platform anti-virus framework that is licensed under GNU GPL. It is based on the libclamav library and hence it’s more a framework than a product.
Do I need an anti-virus?
Now some of you *nix users may be asking yourself the obvious question
I’m running Do I need an anti-virus at all?
The short answer is “YES”. The long answer? It depends. While there are not many Linux viruses (virii?) in the wild, that’s only because the authors of malware are only interested in targeting systems with a large user base. Windows desktop user base is larger than Linux currently. That could change if the user-base of Linux increases in size significantly.
There is no silver bullet to security. Security is a mindset. It’s a practice. Having a system that detects and quarantines viruses is a single part of the set of good security practices. Although Linux isn’t prone to virus infections much, it’s a good idea to have a strong anti-virus running for these reasons:
- Your system might inadvertently play host to viruses from flash drives
- You might have a file server or a NAS server that Windows users connect to
- You might be running a mail server.
Continue reading “ClamAV – The antivirus you are looking for!”
Installing Odoo 10 server on Ubuntu 16.04
Download your appropriate version from the following link
https://www.odoo.com/page/download
The downloaded file’s name will look like this
odoo_10.0.latest_all.deb
Continue reading “Installing Odoo 10 server on Ubuntu 16.04”