Free Linux Tutorials
  • BLOG
  • Topics
  • Configs & Scripts
  • Top List
  • Links
  • About

Category - Quick Tips & Tricks

linux tips and tricks

  • Quick Tips & Tricks

Repairing Mysql replication

by tux
3 min read
Add Comment

One of the most important procedure in setting up master-slave replication on Mysql database successfully is to have a consistent dump or backup of database(s) from the master server by locking all tables during mysqldump so...

Continue reading

  • Quick Tips & Tricks

no wifi,looping sound,no audio,slow audio playback on ubuntu?

by tux
3 min read
Add Comment

I’ve been working with the servers most of the time, and few days ago, i had free time to test ubuntu on one of my laptop, it’s not new but not too old either, it’s dual core MSI VR320 and guess what it’s...

Continue reading

  • Quick Tips & Tricks

Configure Sendmail for SMTP Authentication

by tux
4 min read
12 Comments

1. Wonder why you can’t send email from your linux server? 2. Is your mail server or 3rd party email hosting provider requires authentication for your outgoing server to send out emails successfully? 3. Are you using a...

Continue reading

  • Quick Tips & Tricks

Quick Tip: How to Install phpMyAdmin

by tux
4 min read
Add Comment

Assuming you already have mysql server installed on your machine, the reason you are installing phpmyadmin is to ease  your administration of  your MySQL like database creation and deletion, create/alter/drop/view tables and...

Continue reading

  • Quick Tips & Tricks

Sync MySQL tables via ruby gem TableSyncer

by tux
6 min read
Add Comment

There are ways to sync two MySQL tables in a non-GUI method such as mysql triggers or by Maatkit’s MySQL Table Sync, but it’s not that user-friendly. Of course, if  you want the GUI-type, there’s always the...

Continue reading

  • Quick Tips & Tricks

Backup Server files and MySQL database via FTP

by tux
3 min read
Add Comment

I had the chance to work as a systems administrator in an e-commerce company and they have Linux dedicated servers leased/purchase from a hosting provider. Dedicated servers compared to a shared hosting is you have full control...

Continue reading

  • Quick Tips & Tricks

Quick Tip: Cloning Ubuntu Desktop via G4U

by tux
2 min read
1 Comment

In this tutorial, we will be cloning PC desktop machines using an opensource tool called “G4U”. g4u (“ghosting for unix”) is a NetBSD-based bootfloppy/CD-ROM that allows easy cloning of PC harddisks to...

Continue reading

  • Quick Tips & Tricks

quick tip: how to connect linux to MSSQL

by tux
2 min read
Add Comment

Here’s one trick to do that: Step 1. Install  FreeTDS FreeTDS Website: choose FreeTDS source distribution Compile parameter: –prefix=/usr/local/freetds –enable-msdblib Then, copy /etc/ld.so.conf, to...

Continue reading

  • Quick Tips & Tricks

Testing your SIP Protocol via SIPp

by tux
3 min read
6 Comments

Want to test your Asterisk PBX system if it can sustain load and large traffic? Then you can use this tool. Sipp is a performance testing tool for the SIP protocol. Its main features are basic SIPStone scenarios, TCP/UDP...

Continue reading

  • Quick Tips & Tricks

Quick tip: Adding new hard drives on an installed Linux Server

by tux
2 min read
3 Comments

These are the steps on adding additional hard drives on a pre-installed Linux server. Drives will be detected and can be checked thru the “dmesg” command. [root@localhost ~]#fdisk /dev/cciss/c0d1 press n to create...

Continue reading

Previous 1 2 3 4 Next
Copyright © 2025. Created by Meks. Powered by WordPress.
  • BLOG
  • Topics
  • Configs & Scripts
  • Top List
  • Links
  • About