Direkt zum Hauptbereich

Setting up an Ubuntu Desktop to check if it works for me

Since it is time to buy a new laptop and the bloated Windows 10 really sucks I decided to go with Linux for my new laptop and choose to install Ubuntu. As Sheldon said "Oh Ubuntu, you're my favorite linux based operating system".



And can he be wrong? (I wonder if he would use a beginner's Ubuntu and not another distro, but still: He likes Ubuntu.)

For my proof of concept I used an "old" laptop, which I had borrowed temporarily. 

So I started by downloading Ubuntu 16.04 from http://www.ubuntu.com/download/desktop. Then I copied it to an usb stick using Rufus as described in the installation guide (http://www.ubuntu.com/download/desktop/install-ubuntu-desktop) and one restart and a view clicks (!) later I had my very own brand new Ubuntu laptop. :-) During installation I choose to install some basic "third-party software" too.

Mhm, that was really easy. I checked the Libre Office software and this is all I need for office software. Great!

Then I needed:
- a possibility to connect to my Raspberry Pi - Done! :-)
- a password safe
- a mail client - Thunderbird is already installed - Done!
- Notepad ++
- a possibility to view Netflix

Of course there is already a terminal to do ssh and stuff, but I am really missing some putty features like i.e. logging. How can I achieve that?

I did not find the password safe for my *.psafe3 files in the Ubuntu Software center, so I downloaded it directly. Not sure if there would have been an even easier way.

http://www.upubuntu.com/2015/01/password-safe-nice-and-secure-password.html

# sudo apt-get install passwordsafe

I also did not find Notepad++ in the Software Center. I think I have to switch from my favorite text editor and find a new one. Which one for Ubuntu is similar to Notepad++?

According to https://insights.ubuntu.com/2014/10/10/watch-netflix-in-ubuntu-today/ I had to install Chrome to watch Netflix and I did and it all works fine now. Great! :-)

After some pauses I realised that everytime I shut the laptop the whole thing seemed to hibernate. To change this I followed these instructions: http://askubuntu.com/questions/15520/how-can-i-tell-ubuntu-to-do-nothing-when-i-close-my-laptop-lid

Edit /etc/systemd/logind.conf
HandleLidSwitch=ignore
# sudo restart systemd-logind

Kommentare

Beliebte Posts aus diesem Blog

Error: HPDMG0764E An internal error has occurred. (status 0x14c012fc)

Error: HPDMG0764E An internal error has occurred. (status 0x14c012fc) pdadmin sec_master> user create dg1234 uid=dg1234,cn=team1,cn=users,o=company lala lala ********** Could not perform the administration request Error: HPDMG0764E An internal error has occurred. (status 0x14c012fc) Description: After the upgrade from Policy Director (policy server) V5.1 to V6.0 the errors above occured when trying to write to the registry. Solution: The task of updating the ldap schema did not work well for some reason. After doing it again the errors did not occur again: # ivrgy_tool -d -h ldap_host -p port -D ldap_admin -w pwd schema

WebSphere Application Server LDAP: The administrative user ID does not exist in the user repository.

When you try to enable global security with ldap authentication you get the following error when configuring your ldap repository (IBM Directory Server): The administrative user ID does not exist in the user repository. Reason: The bind user must be searchable. This means that an ldapsearch with this user as bind user must return his own entry. If this does not work, you have to add an aclEntry: vi change-was7101-aclentry.ldif dn: uid=was7101,cn=mygroup,cn=admusr,o=mycomp aclentry: access-id:UID=WAS7101,CN=MYGROUP,CN=ADMUSR,O=MYCOMP:normal:rsc $ ldapmodify -h myhost -x -D "cn=root" -w ******* -f change-was7101-aclentry.ldif modifying entry "uid=was7101,cn=mygroup,cn=admusr,o=mycomp" Now user was7101 can do an ldapsearch to find itself and therefore you can use it to configure you LDAP repository. This article gave me the hint: http://www-01.ibm.com/support/docview.wss?rs=767&uid=swg21219253