SSD is called as Solid State Drives
SSD is used for companly used data to improve DISK IO
Advantages :-
SSD disks are Faster than traditional hard disks.
less power consumption, heat and noice.
DIS Advantage s:-
SSd's are more expensive than traditoinal disks
Sunday, March 26, 2017
Swap space in Linux ?
Swap space :- It is useful when linux system needed more physical memory .
swapon to see current swap devices
Fdisk commands in Linux ?
fdisk -l to list all the disks
w- to save
d -to delete
p - primary partition
e- extended partition
n- for new partition
Tuesday, March 21, 2017
Ruby:- How to get the output in same line in ruby
you can try using chomp . for example
variable=`linux`
variable1=technotes
output=#{variable} #{variable1}
output =linux
technotes
To get in same line
variable=`hi`.chomp
variable=`linux`.chomp
output=#{variable} #{variable1}
output =linux technotes
variable=`linux`
variable1=technotes
output=#{variable} #{variable1}
output =linux
technotes
To get in same line
variable=`hi`.chomp
variable=`linux`.chomp
output=#{variable} #{variable1}
output =linux technotes
Monday, March 20, 2017
Register with us
https://docs.google.com/forms/d/e/1FAIpQLSerBZUG7vknhLwzXefKstA_2hnGzIIZOCrD2XbvERDgjPah6A/viewform?c=0&w=1
Tuesday, March 14, 2017
Subscribe to:
Posts (Atom)