Skip to content
cloudibee logo

CloudiBee

open source for cloud lovers

cloudibee logo
CloudiBee

open source for cloud lovers

  • Contact Us
  • Lifestyle
  • Business
  • Entertainment
  • Sports
  • About Us
Technology

The Hidden Efficiency Gaps Every Utility Should Be Watching

varsha January 2, 2026 No Comments
Lawyers

How an Asset Protection Law Firm Safeguards Personal and Business Assets

vinay December 3, 2025 No Comments
Lawyers

How to Choose the Right Class Action Lawsuit Lawyer in Los Angeles

varsha October 1, 2025 No Comments
Tips

Beyond the First Date: How Transparent Connection Could Reshape Our World with Brandon Wade of Seeking

varsha September 9, 2025 No Comments
Tipes

Upgrading Workspaces with Practical Style

vinay May 18, 2025 No Comments
Linux

Resizing ext3 filesystem

cloudibee March 3, 2008 No Comments

The ext3 filesystem on Linux can be resized using ext2online . This can only be done when the filesystem is online (mounted) and where the the filesystem is on a…

Linux

Windows provisioning from PXE

cloudibee March 3, 2008 No Comments

Two opensource solutions through which you can provision Windows servers by network booting from a Linux PXE : http://unattended.sourceforge.net/http://unattended-gui.sourceforge.net/ Good one & they worked for me.

Linux

NFS mount options

cloudibee February 21, 2008 No Comments

Some important nfs mount options in Linux. tcp – Specifies for the NFS mount to use the TCP protocol instead of UDP. rsize=8192 and wsize=8192 – These settings speed up…

Linux

Netapp Flexshare

cloudibee February 18, 2008 No Comments

A very good demo on Netapp Flexshare and how it impacts performance : http://www.netapp.com/ftp/flash/flexshare-demo/flexshare_demo.html

Linux

Know about /proc/meminfo

cloudibee February 14, 2008 No Comments

/proc/meminfo is one of the more commonly used files in the /proc/, as it reports a large amount of valuable information about the Linux system’s memory. Here is the brief…

Linux

Converting ext2 filesystem to ext3 filesystem

cloudibee February 13, 2008 No Comments

ext3 filesytem is a journal’d filesystem. The command “tune2fs“ can add a journal to an existing ext2 file system and convert it to ext3, without altering the data already on…

Linux

Network bonding : Part II ( modes of bonding )

cloudibee February 1, 2008 No Comments

The steps for creating network boding in Linux is available in http://unixfoo.blogspot.com/search/label/networking. RHEL bonding supports 7 possible “modes” for bonded interfaces. These modes determine the way in which traffic sent…

Linux

How to configure Linux machine as router?

cloudibee February 1, 2008 No Comments

Here are some simple steps to do it, using Network Address Translation (NAT) Enable packet forwarding . Make it permanent by adding “net.ipv4.ip_forward = 1” to /etc/sysctl.conf echo “1” >…

Linux

AIX tips : Switching to 64-bit kernel

cloudibee January 31, 2008 No Comments

The AIX kernel is available in 32-bit or 64-bit mode. If a 32-bit kernel is running and you want to switch to 64-bit kernel , use the following command. (…

Linux

Sticky bit

cloudibee January 30, 2008 No Comments

What is the “sticky bit”? (t and T) The sticky bit is primarily used on shared directories. It is useful for shared directories such as /var/tmp and /tmp/ because users…

Linux

Linux Benchmarking tools

cloudibee January 30, 2008 No Comments

Here is a list of few benchmarking tools put together Bonnie++ : This is a benchmark suite that is aimed at performing a number of simple tests of hard drive…

Linux

nmon : AIX and Linux performance monitoring tool

cloudibee January 29, 2008 No Comments

Nmon : A free performance monitoring script for Linux and AIX systems. It gives lot of performance information and can output the performance analysis results in many format. nmon Document…

Linux

What is Direct I/O

cloudibee January 29, 2008 No Comments

A file is simply a collection of data stored on media. When a process wants to access data from a file, the operating system brings the data into main memory,…

Linux

Kernel parameter : file-nr and file-max

cloudibee January 29, 2008 No Comments

file-max : The Linux Operating system kernel allocates file handles dynamically and the value in file-max denotes the maximum number of file handles that the Linux kernel will allocate. When…

Linux

Simple perl ipcalc

cloudibee January 22, 2008 No Comments

Here is a simple program to calculate Network address and broadcast address, given input of IP address and netmask. Perl code : #!/usr/bin/perl # Get ipaddress and netmask from user…

Posts pagination

1 … 32 33 34 … 36

« Previous Page — Next Page »

Recent Posts

  • The Hidden Efficiency Gaps Every Utility Should Be Watching
  • How an Asset Protection Law Firm Safeguards Personal and Business Assets
  • How to Choose the Right Class Action Lawsuit Lawyer in Los Angeles
  • Beyond the First Date: How Transparent Connection Could Reshape Our World with Brandon Wade of Seeking
  • Upgrading Workspaces with Practical Style
  • Common Bank Fees and How to Avoid Them
  • 5 Proven Tips You Can Use To Manage Your Anger At Work
  • How to Effectively Conclude an Essay? Tips From professional
  • Best Education Platform in 2024 – Review of Knowperfectly
  •  Key Considerations for Purchasing a Long-Term Comprehensive Motorcycle Insurance Policy

Categories

You Missed

Technology

The Hidden Efficiency Gaps Every Utility Should Be Watching

Lawyers

How an Asset Protection Law Firm Safeguards Personal and Business Assets

Lawyers

How to Choose the Right Class Action Lawsuit Lawyer in Los Angeles

Tips

Beyond the First Date: How Transparent Connection Could Reshape Our World with Brandon Wade of Seeking

cloudibee logo

CloudiBee

open source for cloud lovers

© Copyrights 2026 || All Rights Reserved || Designed and Developed by Mindmingles || Mail us on : GuestPost@GeniusUpdates.com

  • Contact Us
  • Home
  • About Us
  • News
    • Entertainment
    • Trending
  • IT
    • Code
    • Cloud
    • Linux
    • Splunk