Linux DD
Plug the USB Drive to PC , and check the disk:fdisk –l Assumtion : USB Disk at /dev/sdb Unmount the USBumount /dev/sdb* Format the drivemkfs.vfat /dev/sdb –I DD the Image from ISO to USD Pendrive dd...
Read Moreby admin | May 15, 2016 | Linux, Technology-Howto, Ubuntu | 0 |
Force Ubuntu boot into console : Edit : /etc/defaults/grub Uncomment to disable graphical terminal (grub-pc only) #GRUB_TERMINAL=console to GRUB_TERMINAL=console Set line GRUB_CMDLINE_LINUX_DEFAULT=”noplymouth” Save...
Read Moreby admin | May 15, 2016 | Linux, Technology-Howto, Ubuntu | 0 |
New Ubunt 14.04 Freeze at Swap. It is doing this because Ubuntu is trying to switch to a high resolution video mode for the console and your hardware isn’t cooperating. Fixing this while at the machine When Grub2 shows up:...
Read Moreby admin | May 15, 2016 | Linux, Technology-Howto, Ubuntu | 0 |
In Order to emergency, change configuration or reset root password. Follow following steps 1. Shutdown the computer 2. Boot into Recovery Mode –After BIOS load, hold down Shift key to access the grub menu –Once in...
Read Moreby admin | May 15, 2016 | Linux, Technology-Howto, Ubuntu | 0 |
To check SSD health, need to install smartertools At Ubuntu or similar Distro (CentOS please use yum) #apt-get install smartmontools Check the Media_Wearout_Indicator # smartctl -a /dev/sda | grep Media_Wearout_Indicator To show...
Read Moreby admin | Apr 24, 2016 | Linux, Technology-Howto | 0 |
Install monit apt-get install monit Configuring of monit vi /etc/monit/monitrc enable following line , to view the services via http set httpd port 2812 and use address localhost # only accept connection from localhost allow...
Read MoreFor running KVM virtualization, here is steps of creating template from installed VM: 1)Shutdown the VM 2) Issue following command : qemu-img convert -O raw Source-Disk.raw Destination-Template.img * There is no compression, so...
Read Moreby admin | Aug 22, 2015 | Linux, Technology-Howto | 0 |
Install UUCP package . And use following command : $ cu -l /dev/ttyS0 -s 9600
Read Moreby admin | Aug 11, 2015 | Citrix-Xen, Linux, VirtualMachine | 0 |
Here is adding new disk to XenServer 1. Login to Console 2. fdisk -l to identify which one is the disk, for example /dev/sdb 3. enter following command – xe sr-create name-label=<Name of Storage> shared=false...
Read Moreby admin | Jul 15, 2015 | Linux, Technology-Howto | 0 |
Sometime, “reboot” command not working, and system restart just half way running, especially when in ssh. This is command to force reboot Linux System, similar to press reset at hardware – echo 1 >...
Read MoreTo solve linux network table overflow issue, enlarge ARP table – edit /etc/sysconf.ctl net.ipv4.neigh.default.gc_thresh1 = 4096 net.ipv4.neigh.default.gc_thresh2 = 8192 net.ipv4.neigh.default.gc_thresh3 = 8192...
Read MoreUse this command to check the I/O dd if=/dev/zero of=test bs=64k count=4k conv=fdatasync count=1000
Read MoreM | T | W | T | F | S | S |
---|---|---|---|---|---|---|
« Feb | ||||||
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |