Posts

Showing posts with the label session

Starting a Remote Session from one Ubuntu machine on another Ubuntu machine

Image
Starting a Remote Session from one Ubuntu machine on another Ubuntu machine In this article, we look at ways to start a remote session from one Ubuntu machine on another. First to clarify, starting a remote session is not the same as Desktop sharing with tools like VNC. What I really wanted was to let the remote machine operate using display settings of my client machine. Reason was, on my primary machines at my home, I have a dual display with 23 and 24 inch monitors, one of which is rotated by 90 degrees. Trying to access this over VNC meant that my local view consisted of this extended desktop made up of display real estate that was impossible to manipulate over my client machine that was a laptop. This requires two steps Step 1: Connect to the machine using secure shell Step 2: Launch a remote gnome session Here are the steps. Step 1: Connect to the machine using a secure shell The first step was to open a terminal windows and start a sescure shell session. $ ssh -X user @host_mach...

SOLVED Failed start to start session in Ubuntu 14 04

Image
SOLVED Failed start to start session in Ubuntu 14 04 [SOLVED] Failed start to start session in Ubuntu 14.04 - When will login using dekstop mode, maybe one of you ever experienced that sort of thing on UBUNTU is "Failed to start session". When showing the text, so you cant for login to desktop mode on Ubuntu, because the package which working for create a session on Ubuntu Machine was failed for create the login session. source : itsfoss.com Usually the problem because after update or upgrade the ubuntu to ubuntu 14.04 Trusty. To overcame the " Failed to start session ", so you must try this ways : 1. Type Ctrl+Alt+F2 for change to Command Line Mode 2. Intall a ubuntu session package via this command : sudo apt-get install ubuntu-session 3. Reinstall that package of ubuntu session sudo apt-get install --reinstall ubuntu-session 4. Reboot your computer for applying effect of that package sudo reboot Alternative method 1: 1. Change into Command Line (CLI) Mode using...

Solved Problem GDBus Error org openobex Error failed Unable to request session While Send File via Bluetooth in Ubuntu 13 04

Image
Solved Problem GDBus Error org openobex Error failed Unable to request session While Send File via Bluetooth in Ubuntu 13 04 In Ubuntu 13.04 have a problem while send file via Bluetooth to other devices. What the error description? The error description like image above is " GDBus.Error:org.openobex:Error.Failed: Unable to request session ". How to resolve that problem? Just simple, we need to install blueman. Now how to install blueman? Follow these steps: Run Terminal ,  Then type sudo su for access superuser.  Then type this command: apt-get install blueman Then restart your system. And you try to sending file via bluetooth. I hope your bluetooth working well. download file now