Category Archives: Suse

How to Find Default Gateway in Linux

Written by SK on . Posted in CentOS, Fedora, Frequently Asked Questions, Hosting, linux command, Linux distributions, Linux Mint, Linux tutorials, Linux webhosting, Security, Suse, Ubuntu

terminal_logo

A gateway is a node or a router that acts as an access point to passes network data from local networks to remote networks. There are many ways to find out your gateway in Linux. Here are some of them … Continue reading

Setup Backup Server Using rsnapshot

Written by SK on . Posted in CentOS, Fedora, Hosting, linux command, Linux distributions, Linux Mint, Linux tutorials, Linux webhosting, opensource, Security, Software, Suse, Ubuntu, Unix Tutorials

images

rsnapshot is a filsystem snapshot utility written in Perl. It is a remote backup utility used to take single or multiple backup of filesystems from local or remote systems using rsync. In this tutorial, my scenario will be as follows: … Continue reading

Retroshare: A Next Generation Secure Communication and File Sharing Platform

Written by SK on . Posted in CentOS, Fedora, Frequently Asked Questions, Hosting, Linux distributions, Linux Mint, Linux tutorials, Linux webhosting, News, opensource, Security, Software, Suse, Ubuntu

retrosharelogo2

Retroshare is the next generation of peer to peer sharing networks. Unlike classic peer to peer software, it only connects to trusted friends and not just anyone.

Basic mplayer Usage from Command-Line

Written by Chris Jones on . Posted in Fedora, Frequently Asked Questions, linux command, Linux distributions, Linux Mint, Linux tutorials, Software, Suse, Ubuntu, Unix Tutorials

icon

There are many ways to play media files from the command-line. In fact, in recent weeks past, here at Unixmen we’ve shown you how do it with a couple of different methods.

How to Backup and Restore MySQL Database’s Using MySQL Workbench

Written by SK on . Posted in CentOS, Fedora, Frequently Asked Questions, Hosting, linux command, Linux Mint, Linux tutorials, Linux webhosting, opensource, programming, Software, Suse, Ubuntu

MySQL(128x128)

MySQL Workbench is a graphical design tool for MySQL databases. It is used for database server administration, database design, creation, security management and server as well as database maintenance. Install MySQL Workbench on Ubuntu: sk@sk:~$ sudo apt-get install mysql-workbench Add … Continue reading

10 Easy Steps to Upgrade from MySQL to MariaDB on CentOS 6.4

Written by SK on . Posted in CentOS, Fedora, Frequently Asked Questions, Hosting, Linux distributions, Linux tutorials, Linux webhosting, Software, Suse, Ubuntu

ice_logo-5dcea9e47b780ff52f75c3c3304d54827f56211e

This article describes you how to upgrade MySQL to MariaDB in ten simple steps. We have already shown you How to Migrate from MySQL to MariaDB on FreeBSD. I assume that you already have installed MySQL latest version and it’s … Continue reading

Setup Master-Slave Replication in MySQL Server

Written by SK on . Posted in CentOS, Fedora, Frequently Asked Questions, Hosting, linux command, Linux distributions, Linux tutorials, Linux webhosting, Security, Software, Suse, Ubuntu

images

MySQL replication allows you to have multiple copies of data on many systems and data is automatically copied from one database (Master) to another database (Slave). If one server goes down, the clients still can access the data from another … Continue reading

Use Terminal as a Web Browser

Written by Enock Seth on . Posted in Arch Linux, CentOS, Fedora, Frequently Asked Questions, linux command, Linux distributions, Linux Mint, Linux tutorials, Suse, Ubuntu, Unix Tutorials

Terminal-prompt

Web browsers are software used to access and view the internet and webpages. We all know about some of the popular web browsers such as Mozilla Firefox, Google Chrome, Opera and others. Surfing the web from the command-line can be … Continue reading

VLC 2.0.7 Has Been Released! PPA Ubuntu

Written by M. Zinoune on . Posted in Fedora, Linux distributions, Linux Mint, News, opensource, Releases, Software, Suse, Ubuntu

VLC-logo

VLC 2.0.7 has been released! The new release comes with many bug fixes and updates. In this bug fix release, the memory exhaustion vulnerability that occurred when playing specifically crafted playlist files; the WMA Pro, MPEG 4 ALS, APE, MLP … Continue reading

Introduction to the Linux Command Line

Written by Ambition on . Posted in Arch Linux, CentOS, Fedora, linux command, Linux distributions, Linux Mint, programming, Software, Suse

Terminal-prompt

My intent is to introduce new Linux users to the Linux command line shell and make them feel comfortable with the command line environment. What does it happen when you click a button with your mouse? When you click a … Continue reading