Guest User

instr

a guest
Jan 29th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. ADMIN ACCOUNT DETAILS:
  2. Username: nive
  3. Password: nivetha
  4.  
  5. I've disabled password during login. So it will login to this user automatically. In case any command in terminal asks for username and password, use the one mentioned above.
  6.  
  7. It is a bit slow :P I think it's because the pendrive is USB 1.0.
  8.  
  9. There are some differences between our college's Ubuntu and this one.
  10.  
  11. Some differences that I noticed:
  12.  
  13. 1)Add #include<unistd.h> in Computer Network Programs. It has the write() and read() functions which we use.
  14.  
  15. 2)Editing with vi filename.extension is difficult. Insert key doesn't work like our college systems. So create required files using terminal(last icon in the left bar or shortcut Ctrl+Alt+T) and then go to files(second icon in the left bar) and edit the file and write the code.
  16.  
  17. 3)Some UNIX commands commands are different. For eg, in our college UNIX has a single command cal for calendar. But in this there are two commands cal and ncal. Some of the features of UNIX's cal are in Ubuntu's cal and some other features are in ncal(new calendar).
  18.  
  19. You can use man command_name to know the syntax. Or ask me (I'll google :p)
  20.  
  21. SOME PROBLEMS THAT I NOTICED:
  22. After using Ubuntu OS from pendrive, the time in Windows is changed. After using Ubuntu, chage the time in windows. I'll find a solution for this.(google :p )
  23.  
  24. To open text editor from terminal, use the command "gedit".
  25. But it takes some time to open even in college system. So it's taking more time here. So yo ucan instead create files using terminal and go to Documents and then edit them, and execute using terminal.
  26.  
  27. PS:
  28. 1)The files that you create using terminal will be present in the Home directory from the Files. It won't be in the Documents folder.
  29.  
  30. 2)It takes time to open any application or file after clicking. xD So be patient :p Dont unplug pendrive directly without shutting down.
Add Comment
Please, Sign In to add comment