August 22, 2015

UDPCast, udp sender and udp receiver Sharing files over LAN/Wi-Fi

Hi admins,

Have you ever thought of sending files/folders to all your systems which are connected over LAN?
Have you ever thought of copying the entire partitions including OS to all your systems with same configuration which are connected over LAN in your lab?

You might be using some proprietary tools.

Let me share my knowledge of open source tools in Ubuntu to perform the job.

It is UDP Case with following operations
  1. udp-sender
  2. udp-receiver

Simple usage can be seen in References 2

References

https://www.udpcast.linux.lu/cmd.html
https://www.udpcast.linux.lu/cmdlinedoc.html

Please send your comments and feedback to psrdotcom@gmail.com

Ubuntu Windows dual boot order changes GRUB

Hi friends,

From long time, I was thinking of modifying my default boot option to Windows instead of Ubuntu. Finally today, I've done those changes in my laptop.

My system has Windows 10 and Ubuntu 14.04 dualboot and Ubuntu OS is my default boot option with 10 seconds timeout.

I thought of sharing the information with everyone.

Please open the terminal and run the followin commands in sequence 
  1. sudo add-apt-repository ppa:danielrichter2007/grub-customizer
  2. sudo apt-get update
  3. sudo apt-get install grub-customizer
By now, grub-customizer will be successfully installed in your PC.

Please follow the below step to do the necessary changes in boot order

  • Open the grub-customizer
 

  • Grub customizer lists the installed OS with versions
 

  • Rename the OS entry by right clicking and selecting "Rename" option [Optional]
 

  • Choose the default boot option by navigating to "General Settings"
  • Select options from "predefined" entry


  • Click on "Save" option to save all the changes.
  • You can revert the changes by clicking the "Revert" option, if you feel like going back to original/initial options

Hope it would help you in changing the default boot order

Please send your comments and feedback to psrdotcom@gmail.com

Featured Post

Java Introdcution

Please send your review and feedback to psrdotcom@gmail.com