How to install VirtualBox 4.3 on OpenSUSE 13.1
Linux-Dash does not work on OpenSUSE 13.1
How to install Google Chrome 34 on OpenSUSE 13.1
zypper ar http://dl.google.com/linux/chrome/rpm/stable/i386 Google-Chrome
zypper refresh
zypper in google-chrome-stable
How to install PlexMediaServer 0.9.9.7 on OpenSUSE 13.1
Ultimate Edition Linux 4.0 is now available
Once again I am not going to make a big deal out of this release. It is very nice and works very well; however, it is based on the Ubuntu 13.10 'Saucy Salamander' branch and has very limited support time left. Our efforts once Ultimate Edition 4.1 is released is undivided concentration on Ultimate Edition 4.2 and Ultimate Edition 4.3, a long-term supported (LTS) release, previously released as a beta. Repostorm is honing Mate 1.8 to perfection with each line of code I write, the base of what will be in Ultimate Edition 4.2 Lite. A lot of catchup is going on in the pursuit to perfection as I am hoping to present you in the release of Ultimate Edition 4.2.
Download Ultimate Edition 4.0 ISO
- ultimate-edition-4.0-x64.iso (3,282MB, desktops: MATE 1.6, GNOME 3.8)
- ultimate-edition-4.0-x64-lite.iso (2,085MB, desktop: MATE 1.6)
How to get Skype installed on OpenSUSE 13.1
rpm -ivh skype-4.2.0.13-suse.i586.rpm
How to install Samba on OpenSUSE 13.1
su
zypper in samba*
nano /etc/samba/smb.conf
passdb backend = tdbsam
Install rsnapshot module on Webmin
How to install Webmin 1.680 on OpenSUSE 13.1
http://jaist.dl.sourceforge.net/project/webadmin/webmin/1.680/webmin-1.680-1.noarch.rpm
wget http://jaist.dl.sourceforge.net/project/webadmin/webmin/1.680/webmin-1.680-1.noarch.rpm
How to backup using Rsnapshot on OpenSUSE 13.1
su
zypper in rsnapshot
nano /etc/rsnapshot.conf
Download Ubuntu 14.04 Trusty Tahr Stable version
How to install Adobe Flash Plugin on OpenSUSE 13.1
This tutorial is going to show you how to install Adobe Flash plugin on OpenSUSE 13.1. By default, Adobe Flash plugin is not installed on OpenSUSE 13.1. So you will not be able to play YouTube videos from Firefox on OpenSUSE 13.1. In order to play YouTube and other flash enabled videos, we need to install Adobe Flash Plugin first. Installing Adobe Flash Plugin on OpenSUSE 13.1 is pretty easy. Thanks to One Click Installer feature provided by OpenSUSE team.
Adobe Flash Plugin 1 Click Installer
Simply click the link above and
How to install Docky 2.2.0 on OpenSUSE 13.1
su
zypper in docky
How to clone a disk using dd command
On my previous tutorial, I've shown how to create an image of a disk/partition using dd command. Now, I want to show you how to completely clone a disk to another disk using dd command. Its pretty simple to clone a disk using dd command. With a single command we can completely clone a disk to another disk using dd command. See my example below:
dd if=/dev/sdc of=/dev/sdb
The command above will clone the entire sdc disk to sdb disk. Please be careful when doing this because there is no warning message. All your destination disk will be overwritten without confirmation.