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

Author - Free Linux

  • Quick Tips & Tricks

Quick tip: Change Timezone in Linux in different ways

by Free Linux
2 min read
Add Comment

There is some instance during the Linux installation that you did not bother to set the correct timezone for any reasons like sometimes you are just lazy to set it, you’re in a rush to finish what your boss want you to...

Continue reading

  • Quick Tips & Tricks

Quick tip: Set date and time in Linux

by Free Linux
1 min read
Add Comment

There are few ways to set the date and time on Linux command line. In order to do this, you must login as root and execute the following methods as follow: For you to remember the syntax, issue the command “date”...

Continue reading

  • Tutorials

Install and Configure SNMP client on Linux

by Free Linux
3 min read
1 Comment

The following procedure will install and configure snmp daemon on your Redhat-based distribution such as CentOS & Fedora. Here are the steps: 1. Verify if snmp package is installed, there are few ways [root@localhost ~]# rpm...

Continue reading

  • Quick Tips & Tricks

Quick tip: how to connect linux php applications to MSSQL via freetds

by Free Linux
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

Quick tip: Disable FTP & Telnet access on HP-UX

by Free Linux
1 min read
Add Comment

1. FTP & Telnet  daemons are controlled by the inetd, so to simply stop the service, just comment the lines under /etc/inetd.conf ftp stream tcp6 nowait root /usr/lbin/ftpd ftpd -l telnet stream tcp6 nowait root...

Continue reading

  • Tutorials

Redirect http users to mobile site using Apache mod_rewrite via user-agent detection

by Free Linux
7 min read
2 Comments

It’s getting important now to have websites that display good on mobile devices, and according to the statistics more than 85% smartphone owners access the internet on their mobile devices. There are a lot of ways to build...

Continue reading

  • Tutorials

Basic Wired network interface configuration for popular Linux distribution

by Free Linux
3 min read
1 Comment

Basically, you just need to use the CLI command “ifconfig” which stands for interface configuration. It uses to configure and query TCP/IP network interface parameters ifconfig interface [aftype]...

Continue reading

  • Tutorials

Sample Action Plan for Xen Server Memory Upgrade

by Free Linux
10 min read
4 Comments

INTRODUCTION A memory upgrade can be one of the least expensive methods of improving computer’s performance. Memory is often the largest limiting factor in application deployment especially in a Virtual Server environment...

Continue reading

  • Tutorials

Installing sudo on HP-UX

by Free Linux
3 min read
2 Comments

Installing sudo on HP-UX 1. check your OS and server architecture to know which package to download. Use the uname command. If it’s an PA-RISC 2.0 architecture, you will normally see something like this: # uname -an HP-UX...

Continue reading

Previous 1 … 6 7 8
Copyright © 2025. Created by Meks. Powered by WordPress.
  • BLOG
  • Topics
  • Configs & Scripts
  • Top List
  • Links
  • About