Quantcast
Channel: History Linux
Browsing all 25 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Linux Creating a Partition Size Larger than 2TB

Linux desktop user generally uses small hard disk and partition, but on server you need a large partition. For example, you cannot create 4TB partition size (RAID based) using fdisk command. It will...

View Article



Kill process in Linux or terminate a process in Linux systems

kill process using PID (process id)Above command tell you PID (3486) of lighttpd process. Now kill process using this PID:# kill 3486OR# kill -9 3486Where,-9 is special Kill signal, which will kill...

View Article

Linux install and configure NTP to synchronize the system clock

ProcedureLogin as the root userType the following command to install ntp# yum install ntpTurn on service# chkconfig ntpd onSynchronize the system clock with 0.pool.ntp.org server:# ntpdate...

View Article

How to change the hostname of a Linux system

Permanent hostname change on RedHat based systemsRedHat based system use the file /etc/sysconfig/network to read the saved hostname at system boot. This is set using the init script...

View Article

Howto verify link speed

ethtool eth0 Or mii-tool -v

View Article


Linux burn ISO images to Cds and CD-RW/DVD-+R howto

List device and Get an overview of drives and their addresses.cdrskin -scanbus# cdrskin -scanbuscdrskin 0.7.0 : limited cdrecord compatibility wrapper for libburncdrskin: scanning for devices...

View Article

How to Synchronize Two Directories in a Local Server.

To sync two directories in a local computer, use the following rsync -vrupAogEhcommand.# rsync -vrupAogEh  /mnt/remote-fs/shares/ /srv/shares/sending incremental file...

View Article

Configuring a DHCP Server CentOS 6.

DHCP server installation:# yum search dhcpLoaded plugins: fastestmirrorLoading mirror speeds from cached hostfile * base: centos.mirror.xtratelecom.es * extras: centos.mirror.xtratelecom.es * updates:...

View Article


How do restore and accidental chmod of root directory

Run console a root user #rpm --setperms -a To reset permissions

View Article


Image may be NSFW.
Clik here to view.

Installing Bacula on CentOS 6

under construction  Installing Bacula on CentOS 6 with Webmin interface quick start guide. The assumption for this CentOS 6 tutorial is that you are running as root and have a basic understanding of...

View Article

Manager Iptables graphical X-server

Run command.#  system-config-firewall-tui

View Article

Manager Network graphical X-server

Run command.# system-config-network-tui

View Article

Ping Range using fping

Fpingis a tool thatallows you tolista networkquicklyand specify network rangearedetermined whichare activeipin that range.Get a version and...

View Article


Send the result of the command executed by mail

 ls -la /www/html/ | mail -s "ls command" name@domain.com

View Article

Image may be NSFW.
Clik here to view.

How to install sshfs and fuse / Mount remote FS

Info to link: http://fuse.sourceforge.net/sshfs.htmlDownload fuse wget http://sourceforge.net/projects/fuse/files/fuse-2.X/2.8.5/fuse-2.8.5.tar.gz/downloadInstall fuse.tar -xzf fuse-2.8.5.tar.gz...

View Article


Adding a startup script to be run at bootup RedHat or Similar

Adding a startup script to be run at bootup RedHat or SimilarCreate script[root@lowtrafic ~]# vi /etc/init.d/mystartup.shAdd Command Line Parameters.Save file and exit.Add permission to...

View Article

How to install LAMP

[root@lowtrafic ~]# yum install -y httpd vsftpd php mysql-server mysql php-mysql [root@lowtrafic ~]# service vsftpd start [root@lowtrafic ~]# service httpd start[root@lowtrafic ~]# service mysqld...

View Article


Htaccess Authentication.

Configuration: Protecting content with basic authentication Linux Http Apache.There are two configuration steps which you must complete in order to protect a resource using basic authentication. Or...

View Article

Image may be NSFW.
Clik here to view.

How I can change the time zone of a node on Redhat

HowI canchangethe time zoneof a node onRedhat.Open consola.The file containingthe configuration islocated in /etc/localtime.Makea copyof the file andcopy theconfiguration filetime zonethat is yours.The...

View Article

Mysql Time.

The Tutorial help you to make an example from Time Now in Mysql. In this Tutorial we use now ( ) keywords in Mysql which returns you the current time.Query systen time.Open console.Login in mysql.run...

View Article
Browsing all 25 articles
Browse latest View live




Latest Images