Linux Tips
Split a large file in to small pieces
split -b 10k HBRS.xml HBRS-part.xml
Unzip files in the terminal
unzip file.zip -d destination_folder
Add the localhost to the hosts directory
gksudo gedit /etc/hosts
Add the below line to there. (127.0.1.1 namal.rezg.net)
Try this when the local hosts are not picking with the default formats.
Advertisements
Leave a Reply