This simple tutorial is going to show you how to install the Gnome Classic desktop environment in Ubuntu 14.04 Trusty Thar.
Ubuntu 14.04 gets new window decorations inside Unity and so far it does not support changing window control buttons to the right of title bar. So if you want your window buttons on the right, you may switch to the Gnome Classic desktop.
Alt + right-click
Install Gnome Classic:
Press Ctrl+Alt+T on keyboard to open the terminal. When it opens, paste the command below and hit run. Type in your password when prompt.
Once installed, log out the current session. When you’re in log-in screen, click the logo icon and select log in to Gnome Flashback (Compiz) or Gnome Flashback (Metacity).
Ubuntu Tweak, the popular Ubuntu configuration tool, has just released version 0.8.7 a few hours ago. According to the changelog, the new release added or fixed:
add support for Ubuntu 14.04 Trusty Tahr
add Support for Minimize from Unity Launcher
add toggle for Nautilus Recursive Search
Fix the nautilus scripts support for Ubuntu 13.10 and later
Going to workspace adjustement automatically add keyboard shortcut for fade screen
Mine is 9, so I can set backlight level from 0 to 9.
2. Run the command below one by one. You’ll get the super user privilege and open the /etc/rc.local file, a script executed at the end of each multiuser runlevel, with gedit editor.
sudo -i
gedit /etc/rc.local
Add the line below before the last. Change the number 0 to the brightness level you want.
Ubuntu 14.04 LTS is Out! One of the first things to do after upgraded to or installed the Trusty Tahr is disable the Guest Session. Here I’ll show you how.
In Ubuntu 14.04 Trusty, the configuration files for LightDM has been moved to /usr/share/lightdm directory. I could only guess that the previous location “/etc/lightdm” is in preparation for giving the login option of logging in to a Unity 8 preview session running on Mir/Xmir.
Anyhow, you can follow the below steps to remove Guest Session in Ubuntu 14.04:
1. Press Ctrl+Alt+T on keyboard to open the terminal. When it opens, run the command below to edit the config file:
SMPlayer, the graphical front-end of MPlayer, now is able to play non-protected blu-ray discs since release 14.3.0. While Ubuntu 14.04 Trusty still has the version 0.8.x, here’s how to install the latest build of this media player in Ubuntu via the PPA.
Changes in SMPlayer 14.3:
The control for fullscreen mode has been rewritten and improved. Now it is displayed over the video.
(Windows) New option in Preferences -> Subtitles to enable or disable the use of the Windows font directory. Disabling this option prevents the annoying font scanning.
Some presets have been added to the audio equalizer.
(Experimental) Possibility to play (non-protected) blu-ray discs.
Better support for multimedia keys. This can help control SMPlayer with a remote control.
New option in the playlist preferences for adding automatically other files in the folder to the playlist.
The option “Move the window when the video area is dragged” has been fixed.
(Windows) Now it’s possible to open Windows shortcuts (symlinks).
Better support for Youtube.
(Windows) Better screensaver disabling.
Many bugfixes.
Possibility to compile with Qt 5.
Install SMPlayer:
Press Ctrl+Alt+T on keyboard to open the terminal. When it opens, run the commands below one by one:
LiVES, an open source video editor and DJ tool, has released version 2.2.3 with bug fixes and translation updates.
LiVES is designed to be simple to use, yet powerful. It is small in size, yet it has many advanced features.
The application allows the user to manipulate video in realtime and in non-realtime. The application also has features which go beyond traditional video editing applications – for example, it can be controlled and monitored remotely over a network, and it has facilities for streaming to and from another copy of LiVES. It is resolution and frame rate independent.
LiVES uses a system of plugins for effects, decoders, encoders and video playback. The APIs for these are now well defined, and the application can be easily extended.
LiVES 2.2.3 changelog:
Run data processing plugins in both video and audio threads.
Fix crash when loading device map (regression).
Fix bug which prevented audio changes from being recorded when audio analysers are running.
Updates for gtk+ >= 3.8.
Define HAVE_AVFORMAT_FIND_STREAM_INFO in decplugin/Makefile.am
Workaround for missing av_set_pts_info() in libav.
Fix to handle changed option order in ffmpeg.
Updated translations to Russian, Piemontese, Uk English, Spanish and Ukranian.
Install LiVES in Ubuntu:
Besides building from the source tarball. Ubuntu users can install this video editing system from PPA. To do so, press Ctrl+Alt+T on keyboard to open the terminal. Then run the commands below one by one:
This simple tutorial is going to show you how to enable Secure Shell (SSH) service in Ubuntu 14.04 Trusty Tahr.
Secure Shell (SSH) is a cryptographic network protocol for secure data communication, remote command-line login, remote command execution, and other secure network services between two networked computers.
SSH is not enabled by default in Ubuntu, but you can easily enable this service via OpenSSH, a free version of the SSH connectivity tools developed by the OpenBSD Project.
To do so, run the command below in terminal:
sudo apt-get install openssh-server
Or install the openssh-server package via Ubuntu Software Center if you’re on Desktop edition:
Once installed, you can change the port, disable root login and do other changes by editing the config file: