"Oh no! Something has gone wrong" message [duplicate] https://askubuntu.com/questions/1559702/oh-no-something-has-gone-wrong-message

I got the "Oh no! Something has gone wrong" message after accepting to upgrade to the newest version.

enter image description here

I'm not a developer, just an ordinary laptop and ubuntu user. I haven't had issues so far and don't know how to tackle this.

I read most of the discussions under similar questions here on the forum but I don't understand everything.

I'm starting to think the only solution is to reinstall the OS (I read that even that might not work and I'm starting to panic because I don't want to lose the information on my laptop). If not, I'll be very happy if someone can guide me through another solution process.

Ubuntu dual boot with Windows on two separate hard drives https://askubuntu.com/questions/1559701/ubuntu-dual-boot-with-windows-on-two-separate-hard-drives

I would like to install Ubuntu on my HP PC in dual boot with Windows on two separate disks and put the Ubuntu boot on a separate disk from the Windows one, I wanted to know how safe it was. A thousand thanks!

Xubuntu updates sometimes trash the keyboard (input method) icon https://askubuntu.com/questions/1559699/xubuntu-updates-sometimes-trash-the-keyboard-input-method-icon

Xubuntu 24.04 + Ubuntu Studio packages. I'm also using fcitx5 (5.1.7) to switch between en-us and Chinese pinyin input.

Sometimes after a sudo apt-get upgrade, then reboot, the input method icon gets broken. Here, between "notifications" and "Bluetooth," there should be a nice little "us" but instead:

screenshot from indicator panel showing notifications, broken input method icon, and bluetooth

This has happened a few times, and then magically resolves.

Why does this happen? How to prevent it, or fix it if it can't be prevented?

It's a cosmetic problem only -- the functionality is all there -- but... just... no apparent reason why the icon should get trashed.

Thanks.

hjh

Ubentu - Azure Premium SSD DISK performance https://askubuntu.com/questions/1559697/ubentu-azure-premium-ssd-disk-performance

Ubentu - Azure Premium SSD DISK performance

The writing speed is very low performance. Especially if copy operations The attached ssd premium disk configuration as follow. 16 TB 20000 IOPS 900 MB/s Throughout

Disk format type as ext4, single partition 700gb copy from one folder to another folder taking 3 hours But when try to move the operation is very fast.

Any idea /suggestions are really helpful thanks

How can a directory disappear once you leave it? or am I missing something? https://askubuntu.com/questions/1559696/how-can-a-directory-disappear-once-you-leave-it-or-am-i-missing-something

MODS: THIS IS 24.04, ONLY THE INSTRUCTIONS ARE 20.04!!!

Ubuntu 24.04 LTS Warpinator tty1

Warpinator login: root

Password:

Welcome to Ubuntu 24.04 LTS (GNU/Linux 6.8.12-9-pve x86_64)

I am a new Linux user, less than 1 month, but trying hard to learn.

I am trying to install "Warpinator" LXC in Proxmox. I have been following the 'Ubuntu 20.04, related' code from https://github.com/linuxmint/warpinator, specifically,

Ubuntu 20.04, related:

  • Install build dependencies listed below, note minimum versions:

    sudo apt-get install python3-grpc-tools python3-grpcio
    
  • Clone this repo:

    git clone https://github.com/linuxmint/warpinator.git
    
  • Enter the folder, specify version:

    cd warpinator
    
  • Check out a version you want, or skip this step to build off the current source.

    git checkout 1.2.3
    
  • Try to build. If this fails, it's probably due to missing dependencies.

  • If you use GitHub Actions to compile, please install the following dependencies.

    sudo apt-get -y install debhelper dh-python meson gobject-introspection cython3
    
  • Take note of these packages, install them using apt-get:

    dpkg-buildpackage --no-sign
    
  • Once that succeeds, install:

    cd ..
    sudo dpkg -i \*warp\*.deb
    
  • If this fails, make note of missing runtime dependencies (check list below), install them, repeat previous command (apt-get install -f may also work).

What I am getting is:

root@Warpinator:\~# ls
warpinator
root@Warpinator:\~# cd ..
root@Warpinator:/# ls

bin                boot  etc   lib                lib32  libx32      media  opt   root  sbin                srv  tmp  var

bin.usr-is-merged  dev   home  lib.usr-is-merged  lib64  lost+found  mnt    proc  run   sbin.usr-is-merged  sys  usr

root@Warpinator:/# cd warpinator

\-bash: cd: warpinator: No such file or directory

I am very new, but how can this be? How can I be in a dir, cd .. out of it, then it doesnt exist? Am I missing some fundamental Linux understanding? or is this some (highly unlikely) Linux error?

Understanding trust with package management [duplicate] https://askubuntu.com/questions/1559695/understanding-trust-with-package-management

I’ve been experimenting with linux more regularly, and have hit a bit of a bump in understanding security. More specifically, Is there a solid way to know if an apt package is safe/trusted? I've heard about the dread Ken Thompson Hack or undetectable rootkits and want to avoid this while still getting the full cutting edge experience.

The question:

  • How do packages get maintained and distributed?

  • Is it just a wild west of trust like running random github code? Is there a review process like the apple App Store?

  • What is the general approach to deciding if a package is safe?

Thanks for the help!

forgot ubuntu terminal password [duplicate] https://askubuntu.com/questions/1559694/forgot-ubuntu-terminal-password

I've lost my password.I tried to login with 4 different password I have used over the years. How many ways can I explain a lost password in order to meet your quality standards. I don't remember my fkn password!!!

Live CD boots to a black screen https://askubuntu.com/questions/1559692/live-cd-boots-to-a-black-screen

I have an AMD-based PC and an RX 570 graphics card. When I boot using Linux live CDs (Ubuntu or Mint), it starts booting and when the graphical part is about to launch, everything goes dark and I can only do poweroff at that point. What can I do to see what is the root of the problem? Windows works fine on this PC.

Safe graphics mode of Ubuntu live CD also works, but it only shows very low resolution graphics.

I am using Ubuntu Desktop 24.04.3 LTS iso image

can't connect to samba share on different physical drive https://askubuntu.com/questions/1559682/cant-connect-to-samba-share-on-different-physical-drive

I have an old computer with 5 hard drives, and Kubuntu 24.04. I am able to connect locally to a shared folder on the main hard drive where Kubuntu is installed, but I get "permission denied" when trying to connect to a share on one of the other physical drives mounted in /media/mrx/Crucial2TB. Here are the configs:

/etc/samba/smb.conf

[ls1]
path = /media/mrx/Crucial2TB/shared
read only = no
browsable = yes
valid users = sambauser, @sambashare
writeable = yes
force user = sambauser

[ls2]
path=/home/sambauser/shared
read only = no
browsable = yes
valid users = sambauser, @sambashare
writeable = yes
force user = sambauser

and the shares:

$ sudo stat /media/mrx/Crucial2TB/shared
  File: /media/mark/Crucial2TB/shared
  Size: 4096            Blocks: 8          IO Block: 4096   directory
Device: 8,65    Inode: 110100481   Links: 2
Access: (0777/drwxrwxrwx)  Uid: ( 1001/sambauser)   Gid: (  988/sambashare)

$ sudo stat /home/sambauser/shared
  File: /home/sambauser/shared
  Size: 4096            Blocks: 8          IO Block: 4096   directory
Device: 8,33    Inode: 9832830     Links: 2
Access: (0755/drwxr-xr-x)  Uid: ( 1001/sambauser)   Gid: (  988/sambashare)

and the mount commands:

sudo mount -t cifs //10.0.0.9/ls1 /mnt/local_shared1/ -o username=sambauser
sudo mount -t cifs //10.0.0.9/ls2 /mnt/local_shared2/ -o username=sambauser

the mount point in /etc/fstab for the crucial drive:

UUID=791ec2e1-fb58-4d17-3214-803ee65ff45 /media/mrx/Crucial2TB        ext4    defaults        0 2

I get "permission denied" for ls1, but ls2 works.

How to disable all the AI features in Firefox to increase performance? https://askubuntu.com/questions/1556081/how-to-disable-all-the-ai-features-in-firefox-to-increase-performance

I want my browser to be as snappy as possible and I find all the recently introduced AI features to be unnecessary. How to disable all of them?


This question is relevant to Ask Ubuntu because Firefox is Ubuntu's default browser, and optimizing Ubuntu systems for better performance is considered on topic here.

How can i reduce my desktop scale https://askubuntu.com/questions/1471930/how-can-i-reduce-my-desktop-scale

I'm new on ubuntu and my resolution is 1366x768 and scale for big for me. How can i reduce scale %100 to like a %75-80 ?

Thanks for helps and sorry for my English, have a nice day..

How to make function keys work on a Chromebook running Ubuntu? https://askubuntu.com/questions/1451097/how-to-make-function-keys-work-on-a-chromebook-running-ubuntu

I have installed Ubuntu MATE 22.04 and Kubuntu 23.04 on two Chromebooks with amd64 architecture.

The media keys are not working. I can change brightness from system settings, but the media keys are mapped to F1 - F10.

How to make the media keys work? Everything else works perfectly.


Note: The media keys work out of the box in GalliumOS, but it is based on Xubuntu 18.04, and is not being actively developed anymore. I want to use the latest LTS version of Ubuntu in my Chromebook.

Driver Issue with Intel® Wi-Fi 6E AX210 on Ubuntu 22.04.1 LTS -- reporting RF_KILL (radio disabled) https://askubuntu.com/questions/1423442/driver-issue-with-intel-wi-fi-6e-ax210-on-ubuntu-22-04-1-lts-reporting-rf-ki

I run into a well-known problem that was actually already widely discussed on the web. However, I unfortunately could not solve the problem yet.

I recently replaced the Wifi network adapter into a new one, Intel(R) Wi-Fi 6 AX210 160MHz, in a Dell Rugged 5414 laptop, several years old.

I'm still fairly new to Linux/Ubuntu and appreciate any assistance.

root@laptop-02# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.1 LTS
Release: 22.04
Codename: jammy

The network adapter was correctly recognized by the system:

root@laptop-02# lspci -knn | grep Net -A3
01:00.0 Network controller [0280]: Intel Corporation Wi-Fi 6 AX210/AX211/AX411 160MHz [8086:2725] (rev 1a)
Subsystem: Intel Corporation Wi-Fi 6 AX210 160MHz [8086:0024]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi

However, the system shows the WLAN function as switched off. Wireless networks are not displayed. The function is greyed out in Ubuntu.

root@laptop-02# sudo iwconfig
lo        no wireless extensions.
enp0s31f6  no wireless extensions.
enx10050197f9a6  no wireless extensions.
wwan0     no wireless extensions.
wlp1s0    no wireless extensions.

The first errors are displayed here:

  • reporting RF_KILL (radio disabled)
  • Direct firmware load for iwlwifi-ty-a0-gf-a0-73.ucode failed with error -2
root@laptop-02:/usr/lib/firmware# dmesg | grep wifi
[    4.914540] Loading modules backported from iwlwifi
[    4.914541] iwlwifi-stack-public:master:9858:4c7cba27
[    4.997046] iwlwifi 0000:01:00.0: enabling device (0000 -> 0002)
[    5.003663] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-ty-a0-gf-a0-73.ucode failed with error -2
[    5.003684] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-ty-a0-gf-a0-72.ucode failed with error -2
[    5.009461] iwlwifi 0000:01:00.0: api flags index 2 larger than supported by driver
[    5.009490] iwlwifi 0000:01:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.36
[    5.010086] iwlwifi 0000:01:00.0: loaded firmware version 71.058653f6.0 ty-a0-gf-a0-71.ucode op_mode iwlmvm
[    5.109985] iwlwifi 0000:01:00.0: Detected Intel(R) Wi-Fi 6 AX210 160MHz, REV=0x420
[    5.116435] iwlwifi 0000:01:00.0: reporting RF_KILL (radio disabled)
[    5.288652] iwlwifi 0000:01:00.0: loaded PNVM version 05a8dfca
[    5.304238] iwlwifi 0000:01:00.0: Detected RF GF, rfid=0x10d000
[    5.377673] iwlwifi 0000:01:00.0: base HW address: 8c:f8:c5:3b:dc:c4
[    6.498280] iwlwifi 0000:01:00.0 wlp1s0: renamed from wlan0
[ 3575.564341] Loading modules backported from iwlwifi
[ 3575.564343] iwlwifi-stack-public:master:9858:4c7cba27
[ 3575.610167] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-ty-a0-gf-a0-73.ucode failed with error -2
[ 3575.610195] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-ty-a0-gf-a0-72.ucode failed with error -2
[ 3575.610697] iwlwifi 0000:01:00.0: api flags index 2 larger than supported by driver
[ 3575.610719] iwlwifi 0000:01:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.36
[ 3575.611123] iwlwifi 0000:01:00.0: loaded firmware version 71.058653f6.0 ty-a0-gf-a0-71.ucode op_mode iwlmvm
[ 3575.656549] iwlwifi 0000:01:00.0: Detected Intel(R) Wi-Fi 6 AX210 160MHz, REV=0x420
[ 3575.663397] iwlwifi 0000:01:00.0: reporting RF_KILL (radio disabled)
[ 3575.811807] iwlwifi 0000:01:00.0: loaded PNVM version 05a8dfca
[ 3575.823466] iwlwifi 0000:01:00.0: Detected RF GF, rfid=0x10d000
[ 3575.894946] iwlwifi 0000:01:00.0: base HW address: 8c:f8:c5:3b:dc:c4
[ 3575.949398] iwlwifi 0000:01:00.0 wlp1s0: renamed from wlan0

The driver seems to be ready, but it still need to get the firmware for the chip, that doesn't work:

root@laptop-02# sudo dkms install backport-iwlwifi/8400

Kernel preparation unnecessary for this kernel. Skipping...

Building module:
cleaning build area...
'make' -j4 KLIB=/lib/modules/5.15.0-46-generic...(bad exit status: 2)
ERROR (dkms apport): binary package for backport-iwlwifi: 8400 not found
Error! Bad return status for module build on kernel: 5.15.0-46-generic (x86_64)
Consult /var/lib/dkms/backport-iwlwifi/8400/build/make.log for more information.

I downloaded drivers from here: https://www.intel.de/content/www/de/de/support/articles/000005511/wireless.html

I mainly followed this post in the procedure (answer 3): Ubuntu 20.04 LTS driver Intel Wi-Fi 6E AX210 160MHz

Many thanks to everybody for any support. Please keep in mind, I'm still a beginner with Linux ;)

How to install third party softwares after installing ubuntu 22.04 https://askubuntu.com/questions/1410889/how-to-install-third-party-softwares-after-installing-ubuntu-22-04

I made a mistake. I unchecked option for installing 3rd party softwares when installing ubuntu. I followed a instruction that's says to unchecked it when doing dual-boot setup.

I did some research, some say just checked the "software restricted by copyright or legal issues (multiverse)" in software & updates and also do sudo apt-get install ubuntu-restricted-extras. I don't know if this is enough, I haven't yet execute the command. Should I execute this? and there is other things should I do?

my screen goes black after 30 seconds of inactivity in Ubuntu 22.04 https://askubuntu.com/questions/1408394/my-screen-goes-black-after-30-seconds-of-inactivity-in-ubuntu-22-04

My screen goes black after 30 seconds of inactivity and when I press a key, it shows where it was and does not need any password. This problem won't occur when I use it for watching videos in platforms such as youtube etc. My Ubuntu version is 22.04. I have used some methods to overcome it but still couldn't.

  1. I've changed screen blank to "never" in setting>power>screenBlank
  2. I've used commands such as 'gsettings set org.gnome.settings-daemon.plugins.power idle-dim false', and 'gsettings set org.gnome.desktop.screensaver lock-delay 600' with and without sudo in terminal. I restarted my pc after them just in case. could you please help me with this?
How to run Fn + Esc keyboard combo automatically at startup? https://askubuntu.com/questions/1403263/how-to-run-fn-esc-keyboard-combo-automatically-at-startup

Every time I log in to ubuntu 20.04.4 LTS, my Fn button is toggled to OFF state. So, when I want to change volume, I need to do Fn+Esc and after that I can use my laptop normally. The thing is that the Fn+Esc move which I commit every time after I log in irritates me. Is there any way to make Fn+Esc combination automatically, maybe launching some script? My laptop is Asus.

Are there any AWS S3 browser for ubuntu 20.04? https://askubuntu.com/questions/1321971/are-there-any-aws-s3-browser-for-ubuntu-20-04

Are there any AWS S3 browser for ubuntu 20.04?

I saw a lot of options but most of the links are dead or are not maintained .

Problem connecting Upsilon 2000, How to setup with NUT https://askubuntu.com/questions/1293001/problem-connecting-upsilon-2000-how-to-setup-with-nut

I'm using Kubuntu 20.04.1 64 bit. To clarify I'm not trying to use this via network but directly via USB cable.

The UPS should be Bus 001 Device 004: ID 0001:0000 Fry's Electronics

EDIT:

I found the drivers list with, "Various" "ups" "2" "(Various USB)" "UPSilon 2000 software" "blazer_usb langid_fix=0x409" and a little web search pointed to have the configuration like this and it connected.


[upsilon-2000]
driver = "blazer_usb"
port = auto
langid_fix="0x409"
desc="Upsilon 2000"
vendorid = "0001"
productid = "0000"

Network UPS Tools - UPS driver controller 2.7.4
Network UPS Tools - Megatec/Q1 protocol USB driver 0.12 (2.7.4)
Supported UPS detected with megatec protocol
Vendor information unavailable
No values provided for battery high/low voltages in ups.conf

Using 'guestimation' (low: 20.800000, high: 26.000000)!
Battery runtime will not be calculated (runtimecal not set)

Now I need to be able to configure it or is it already configured by default?

# --------------------------------------------------------------------------
# FINALDELAY - last sleep interval before shutting down the system
#
# On a master, upsmon will wait this long after sending the NOTIFY_SHUTDOWN
# before executing your SHUTDOWNCMD.  If you need to do something in between
# those events, increase this number.  Remember, at this point your UPS is 
# almost depleted, so don't make this too high.
#
# Alternatively, you can set this very low so you don't wait around when
# it's time to shut down.  Some UPSes don't give much warning for low
# battery and will require a value of 0 here for a safe shutdown.
#
# Note: If FINALDELAY on the slave is greater than HOSTSYNC on the master,
# the master will give up waiting for the slave to disconnect.

FINALDELAY 5

upsmon.conf

I made a systemd service and this is the status shown. EDIT: I just needed nut-server.service

Message from system

Broadcast message from nut@carlos-AB350-Gaming-3 (somewhere) (Tue Nov 17 16:03:
Communications with UPS upsilon-2000@localhost established 

[Unit]
Description=Upsilon monitor start

[Service]
Type=oneshot
ExecStart=upsdrvctl start

[Install]
WantedBy=multi-user.target

systemctl status ups-start.service 
● ups-start.service - Upsilon monitor start
     Loaded: loaded (/etc/systemd/system/ups-start.service; enabled; vendor preset: enabled)
     Active: inactive (dead) since Tue 2020-11-17 15:38:41 AST; 3s ago
    Process: 7911 ExecStart=/usr/sbin/upsdrvctl start (code=exited, status=0/SUCCESS)
   Main PID: 7911 (code=exited, status=0/SUCCESS)

nov 17 15:38:37 carlos-AB350-Gaming-3 upsdrvctl[7912]: Supported UPS detected with megatec protocol
nov 17 15:38:38 carlos-AB350-Gaming-3 upsdrvctl[7912]: Vendor information unavailable
nov 17 15:38:38 carlos-AB350-Gaming-3 upsdrvctl[7912]: No values provided for battery high/low voltages in ups.conf
nov 17 15:38:38 carlos-AB350-Gaming-3 upsdrvctl[7912]: Using 'guestimation' (low: 20.800000, high: 26.000000)!
nov 17 15:38:38 carlos-AB350-Gaming-3 upsdrvctl[7912]: Battery runtime will not be calculated (runtimecal not set)
nov 17 15:38:39 carlos-AB350-Gaming-3 upsdrvctl[7911]: Network UPS Tools - UPS driver controller 2.7.4
nov 17 15:38:39 carlos-AB350-Gaming-3 blazer_usb[7924]: Startup successful
nov 17 15:38:41 carlos-AB350-Gaming-3 blazer_usb[7924]: Signal 15: exiting
nov 17 15:38:41 carlos-AB350-Gaming-3 systemd[1]: ups-start.service: Succeeded.
nov 17 15:38:41 carlos-AB350-Gaming-3 systemd[1]: Finished Upsilon monitor start.

This commands show:

upsdrvctl start
Network UPS Tools - UPS driver controller 2.7.4
Network UPS Tools - Megatec/Q1 protocol USB driver 0.12 (2.7.4)
Supported UPS detected with megatec protocol
Vendor information unavailable
No values provided for battery high/low voltages in ups.conf

Using 'guestimation' (low: 20.800000, high: 26.000000)!
Battery runtime will not be calculated (runtimecal not set)

sudo upsdrvctl stop
Network UPS Tools - UPS driver controller 2.7.4
Can't open /run/nut/blazer_usb-auto.pid: No such file or directory
How to install Logitech software on Linux (for G432 HeadPhone -- Micro Not Recognised with In/Out audio Jack)? https://askubuntu.com/questions/1273609/how-to-install-logitech-software-on-linux-for-g432-headphone-micro-not-recog
  • I cannot receive sound from the micro of my Logitech G432 7.1 Headphone while connected by Audio (In/Out) Jack Socket.

Maybe I could install Logitech software(such as G Hub (?)), to improve the compatibility between Linux and my headphone, but the software are only provided for Windows, or Mac OS, but not for GNU/Linux (Of Course, wine does not want to works with G Hub...)

Is there an alternative on Linux to improve my experience with this headphone ? (Maybe some audio settings could be made with PulseAudio or others as this article may suggest.

I discovered a really nice project (open razer), that could satisfy my needs, but it concerns Razer materials.

NB. This is not really a "vital need", because I can use quite normally this headphone with the USB adapter, but I am still interested. (even if only it is to free a USB port...)

'Failed to download file' error when trying to download Ubuntu 18.10 in Rufus 3.3 https://askubuntu.com/questions/1092864/failed-to-download-file-error-when-trying-to-download-ubuntu-18-10-in-rufus-3

rufus-3.3.exe, the latest version, is not working on my PC. Only rufus-2.18.exe and the versions before it seem to be working. I got this error message as shown at the bottom of the below screenshot:

Failed to download file.

the error

I have downloaded the latest version of Ubuntu 18.10.

Arduino Ide Port in the tool is greyed https://askubuntu.com/questions/979170/arduino-ide-port-in-the-tool-is-greyed

I have installed Arduino IDE 1.8.5 I in my Laptop and in UBUNTU 16.04 LTS The option in Tools of PORT is grayed. I want to use Arduino Uno on it but i can't fix it.

Changing default terminal https://askubuntu.com/questions/894359/changing-default-terminal

As said, I'd like to change default terminal. I've set ctr+alt+t shortcut and it starts xfce4 terminal. But it's bothersome sometimes. There's an option open in terminal/open terminal when u click rmb, but it still opens previous terminal, even though I've set xfce4 as default using this:

sudo update-alternatives --config x-terminal-emulator

Does anyone know how to change it?

How to find the name of an app from Ubuntu Software [duplicate] https://askubuntu.com/questions/778333/how-to-find-the-name-of-an-app-from-ubuntu-software

I want to install my apps by apt-get install from terminal but there aren't any options to get an app name in Ubuntu Software. What can I do?

Squid proxy server giving the error 'The system returned: (110) Connection timed out' https://askubuntu.com/questions/691161/squid-proxy-server-giving-the-error-the-system-returned-110-connection-timed

I get the error "The system returned: (110) Connection timed out" from the browser when I try to browse through the squid proxy server....Any suggested solutions???

Help running FightCade application? https://askubuntu.com/questions/597385/help-running-fightcade-application

I'm new to Ubuntu and trying to get the application FightCade (fightcade.com) up and running. I followed the directions in the readme file, but have run up against a wall:

I used the terminal to download wine and all the other things, and the readme suggests I should just be able to type ./fightcade to run the application. But I just get the message No such file or directory.

How should I proceed?

Unable to connect to Remote Desktop? https://askubuntu.com/questions/592582/unable-to-connect-to-remote-desktop

am trying to connect to a remote machine (Windows 7 OS) using Remote Desktop Viewer.

The protocol I'm using is RDP and Host is local IP of the machine I am trying to connect to. On Windows I have allowed people to remotely connect to that machine. What protocol should I use ? What other settings do I have to do?
My OS is Ubuntu (12.04)

Ralink RT3290 wifi driver is not working in 14.04 https://askubuntu.com/questions/567806/ralink-rt3290-wifi-driver-is-not-working-in-14-04

I tried this but I got this error:

sudo dkms install -m rt3290sta -v 2.6.0.0 --force
Error! Could not find module source directory.
Directory: /usr/src/rt3290sta-2.6.0.0 does not exist.
Problems connecting to Bluetooth headset - 14.04 - problem re-occurs https://askubuntu.com/questions/470929/problems-connecting-to-bluetooth-headset-14-04-problem-re-occurs

Please read the (PS:) at the end of this new post on this specific problem.

I've read carefully This post but still have problems to connect to one of my Bluetooth headset.

I have two bluetooth headsets (SHB71150 from philips, and WeSC Piston along with two bluetooth dongles one from Thrust (bluetooth V3 version) and and Belkin one (bluetooth V4 version).

For both dongles and both headsets Philips SHB7150 and WeSC Piston BT Black I get the same result :

The dongle manages to connect to the headset, but I have no further option in the Volume control to uses the Bluetooth device.

PS : Now things are a bit different : When I try to pair (Either the SHB71150 from philips, and WeSC Piston) the little bluetooth button shows that the pairing is being done but a few seconds later, the pairing is lost.

I've read all the posts related to bluetooth and head sets bu did not find a viable solution.

Could any one give me a hand on this new problem?

Bluetooth keyboard won't connect until PIN verification https://askubuntu.com/questions/129600/bluetooth-keyboard-wont-connect-until-pin-verification

I want to connect my bluetooth keyboard (macintosh) at Startup.

But what should i say, i have to enter a PIN, without a keyboard is connected...

Is there a way to connect my keyboard without to buy a USB-Keyboard?

My mouse won't connect, too - i have to enter a PIN there as well!

EDIT: I have a Thinkpad x60s, too. Is there any chance to pair my thinkpad (ubuntu) with my machine (ubuntu) via bluetooth?

How can I find the name of a Package? https://askubuntu.com/questions/14649/how-can-i-find-the-name-of-a-package

I want to create links to software within Software Center using the APTURL - However, I'm not sure how to find out the true "package name". What is the easiest way to discover a package's name for use with the APTURL or apt-get command?