SnapOverflow

SnapOverflow Logo SnapOverflow Logo

SnapOverflow Navigation

  • Home
  • Server
  • Ubuntu

Mobile menu

Close
  • Home
  • System Administrators
    • Hot Questions
    • New Questions
    • Tags
  • Ubuntu
    • Hot Questions
    • New Questions
    • Tags
  • Help
Home / user-279337

Ohto Nordberg's questions

Martin Hope
Ohto Nordberg
Asked: 2020-01-29 06:35:08 +0800 CST

Kiosk mode computer with the sole purpose of showing one webpage

  • 4

Ubuntu-based computer will output the page to a television.

The page in question is not in my control and will sometimes change. Therefore the browser should refresh the page periodically, say once in every 10 minutes.

Maintenance should be minimal, so that booting the computer would always bring up the web page in full screen, no login required.

Optimally no additional software or plugins for browser.

Currently the web page is shown on TV with live Ubuntu via usb stick, no page autorefresh (Firefox).

I will install Ubuntu from the usb stick and set it to auto login, but I do not know how to set Ubuntu to show the page in full screen after boot and refresh the page periodically.

How do I set up Ubuntu to start a browser in a full screen mode and refresh the page periodically?

autostart browser fullscreen kiosk
  • 3 Answers
  • 4132 Views
Martin Hope
Ohto Nordberg
Asked: 2019-08-15 08:33:48 +0800 CST

How do I give Virtualbox access to phone storage?

  • 0

The phone (LG G4) is connected via USB cable. The internal storage is available in file manager.

Internal storage

I am unable to add the storage to Virtualbox. I have tried Creating new disk and Choosing existing disk, but cannot find the phone storage.

Disk

Goal is to run SpinRite on the very slow internal storage. I have only this guide to go by, but I am unable to copy the procedure.

"Using Virtual Box on Linux, I plugged in the phone to the USB, had Virtual Box set it as a raw disk, spun up a VM with SpinRite and pointed it at the cell phone. SpinRite did it's thing, and about an hour later it was done, I unplugged the phone, rebooted it, and after that it was running faster and more stable than it had for over a year! If the phone can be seen as a mass storage drive over its USB port, SpinRite can fix it!" Source

android virtualbox usb storage
  • 3 Answers
  • 1425 Views
Martin Hope
Ohto Nordberg
Asked: 2019-01-01 15:33:22 +0800 CST

Can I pair Samsung IconX bluetooth earbuds with Ubuntu?

  • 2

There is no Samsung Gear software for Ubuntu. I tried pairing by taking the earbuds out of the charging case and enabling bluetooth search from Ubuntu. Ubuntu does not see the earbuds. Is it possible to connect the Samsung bluetooth earbuds to Ubuntu laptop?

bluetooth samsung
  • 1 Answers
  • 2860 Views
Martin Hope
Ohto Nordberg
Asked: 2018-09-03 07:32:39 +0800 CST

How to disable "Mouse battery low" notification in Ubuntu 18.04?

  • 17

Notification blocks for example tabs from browser and is very annoying overall. Mouse works fine and will most likely continue working over a month, and battery is really simple to swap. Therefore there is no good reason to keep that notification appearing constantly and a good reason to disable it.

I have tried this answer, no help.

I also tried disable all notifications, no help.

I tried command gconftool --set /apps/gnome-power-manager/notify/low_capacity --type boolean false, no help

I have booted after changing these settings.

Mouse battery low

notification mouse battery ubuntu-gnome
  • 2 Answers
  • 4027 Views
Martin Hope
Ohto Nordberg
Asked: 2017-12-01 12:03:54 +0800 CST

Is it possible to to take screenshot and paste it using keyboard only?

  • 7

I frequently create material containing screenshots from computer. For ~15 years using Windows and Word it was Alt+PrintScreen -> Ctrl+V and the image was in place.

In Ubuntu similar result can be achieved in dozens of different ways/programs but none has similar ease.

Is there a way to get screenshot of active window to say LibreOffice Writer using few keyboard commands only?

This is in Ubuntu 16.04 and 17.10.

shortcut-keys
  • 1 Answers
  • 20688 Views
Martin Hope
Ohto Nordberg
Asked: 2017-05-13 08:32:47 +0800 CST

How do I disable "An update for GNOME Shell extensions" notifications?

  • 31

Or automatize the updates? Or delete/disable the update notifier? It is not in the list of "installed extensions" and re-installing it does not help.

Where are its files located?

updates
  • 2 Answers
  • 5929 Views
Martin Hope
Ohto Nordberg
Asked: 2017-03-28 08:43:08 +0800 CST

How do I compress, encrypt and transfer (sync) files to a remote server?

  • 0

So far I have used rar to compress and encrypt files, then sent them via SFTP. Mostly for archiving purposes, like family photos and such. Photos are in monthly folders. Nothing super secret but not something I want a random admin to browse through.

Now I lag in doing a such backup, and I suppose automating this whole thing would ease things a lot.

So how can I compress, encrypt and synchronize files to a remote server with one command? The remote server is Debian 8.

backup
  • 0 Answers
  • 130 Views
Martin Hope
Ohto Nordberg
Asked: 2017-02-03 21:20:18 +0800 CST

Wine 2.0 says it supports Office 2013. How do I actually install it?

  • 27

I managed to get Office 2013 almost to work with Crossover, but not with Wine 2.0. Latest Wine is supposed to support Office 2013, but I find no tutorials how to actually achieve that. So if the statement about support is true, how do I accomplish installing MS Office 2013 to Ubuntu with Wine 2.0?

wine
  • 5 Answers
  • 71498 Views
Martin Hope
Ohto Nordberg
Asked: 2016-12-24 12:33:49 +0800 CST

How do I add Games-folder from Applications-menu to XFCE desktop?

  • 1

I can add individual games to desktop, but not the whole folder. Adding the folder to Launcher would work too. There are over 200 games in that folder.

xfce
  • 0 Answers
  • 290 Views
Martin Hope
Ohto Nordberg
Asked: 2016-11-25 00:04:57 +0800 CST

Console text editor with "Windows-like" shortcuts (CTRL+A, -C, -X, -V, Shift+End, Shift+Up ...)

  • 2

I have used Windows for ~30 years and I remember its shortcuts well. I have used Ubuntu for about 5 years and never remember its shortcuts. I do not use text editors all the time, so most likely I will not remember the shortcuts of say Vi or Nano. I am a teacher and use lots of different consoles in different computers, so one configuration of say Emacs will not do it. I have this problem few times a month and have had it for about the 5 years I've used Ubuntu and not yet found a suitable program. Most usual use cases are commanding a server via ssh or solving a problem with a crashed GUI.

So is there a console text editor for Ubuntu with "Windows-like" shortcut keys:

  • CTRL+A select all
  • CTRL+C copy,
  • CTRL+X cut,
  • CTRL+V paste,
  • CTRL+Z undo,
  • END go to end of line,
  • HOME go to beginning of line,
  • CTRL+HOME go to beginning of file,
  • CTRL+END go to END of file,
  • CTRL+RIGHT skip word,
  • Selecting text with SHIFT and moving cursor
  • CTRL+S save file

Most of these also work here in this platform independent StackExchange question editor, so this is not a "Windows only thing" actually.

command-line
  • 2 Answers
  • 1376 Views
Martin Hope
Ohto Nordberg
Asked: 2016-11-21 07:36:06 +0800 CST

How to rename undeleted mp4 videofiles according to "encoded date"

  • 1

I recovered deleted videofiles from sd-card and now I cannot sort them by date.

I can see "encoded date" with mediainfo filename.

How can I use the "encoded date" to sort videos, even rename them according to that date or better yet, rewrite "modified date" to file properties?

files
  • 1 Answers
  • 580 Views
Martin Hope
Ohto Nordberg
Asked: 2016-07-13 01:07:06 +0800 CST

How do I stop BitTorrent Sync (Resilio) service?

  • 1

Gui in http://localhost:8888/gui/ can only Pause synchronizing.

sync
  • 2 Answers
  • 3013 Views
Martin Hope
Ohto Nordberg
Asked: 2016-06-20 12:49:40 +0800 CST

Bluetooth headset gives error connection failed: blueman.bluez.errors.dbusfailederror: protocol not available

  • 4

Everything works with Nokia BH-604. Jaybird X2 connects and after a few seconds disconnects. Both headsets work with Windows 8.1 in the same computer (dual boot). Using blueman-manager 2.0.4 I get the error in topic. How do I get Jaybird X2 to work with Ubuntu Gnome 16.04?

bluetooth
  • 2 Answers
  • 5828 Views
Martin Hope
Ohto Nordberg
Asked: 2016-06-20 12:18:06 +0800 CST

How do I create a shortcut to Gnome 3 Activities menu? [duplicate]

  • 2
This question already has an answer here:
What's wrong with this .desktop file? (1 answer)
Closed 6 years ago.

I created ~/.local/share/applications/bt.desktop file containing entry

[Desktop Entry]
Name=btsync
Exec==~/Progs/btsync
Icon=un-reboot.png
Type=Application
Terminal=true;

Command ~/Progs/btsync works and btsync runs. How do I add this to Activities menu to be just clicked?

shortcuts
  • 2 Answers
  • 5431 Views
Martin Hope
Ohto Nordberg
Asked: 2016-05-07 06:28:19 +0800 CST

Syncronizing to NAS fails but works with USB disk

  • 0

Rsync command:

$ rsync -ah --progress --delete /path/* 192.168.1.1:/path/

Gives error

ohto@192.168.1.1's password:  Could not chdir to home directory /var/services/homes/ohto: ... rsync: failed to set permissions on "/path": Operation not permitted (1)

I can copy, create, delete, modify files and folders inside NAS folder. Syncronizing with Grsync and Rsync fails.

Problem persists even after resetting and formatting the NAS.

Grsync is version 1.2.5, Rsync is 3.1.1, Ubuntu Gnome 16.04, Gnome 3.20.1 NAS is Synology 212j with DSM DSM 6.0-7321

How can I syncronize my files to NAS without errors?

In the end, I want to my files to be safe from cryptolockers. This is one step into that direction. I cannot achieve that goal without first getting my files to NAS.

sync
  • 5 Answers
  • 614 Views
Martin Hope
Ohto Nordberg
Asked: 2016-04-23 00:47:26 +0800 CST

How do I paste a screenshot to Writer?

  • 0

When I take a screenshot with say Alt + Printscreen and Ctrl + V in LibreOffice Writer, out comes only text 'screenshot'. How do paste actual image to Writer? I know the screenshot is taken due the flash and sound.

gnome
  • 2 Answers
  • 2326 Views
Martin Hope
Ohto Nordberg
Asked: 2016-03-30 10:55:58 +0800 CST

Gdiskdump does not show harddrives, only partitions

  • 1

I can see partitions but not even one harddisk.

How can I see my harddisks and clone them?

enter image description here

enter image description here

gnome
  • 1 Answers
  • 1031 Views
Martin Hope
Ohto Nordberg
Asked: 2016-03-16 11:33:40 +0800 CST

How do I move to directory "Program Files (x86)" with CD command?

  • 3

When I try:

~/.wine/drive_c$  cd Program\ Files\ (x86)

I get:

bash: syntax error near unexpected token `('
command-line
  • 1 Answers
  • 22297 Views
Martin Hope
Ohto Nordberg
Asked: 2014-09-26 07:19:11 +0800 CST

How expensive or hard would it be to add RUN button into Software Manager?

  • 3

I teach Linux and quite frequently install new software, test it and remove it. I promote the use of Linux and recommend it to my relatives and friends. One common use case is I hear what people need, so I try different programs which suits best for ones needs. For example, I tested loads of kids games for my niece, found only few which suited for her age. It is infuriating to search each game or app from menu, when you could just RUN it from where you installed it, then Remove it if its not suitable and search for yet another app.

Other platforms have this (Android, IOS, Windows at least) and for a good reason. It just is so intuitive to launch an app right after you installed it.

This button will in no way hinder those who run there apps some other way, from terminal or menu.

If I was able to do this myself, how big task would it be? If I was to pay for somebody to do this, how much would it cost? I want to estimate how difficult this thing is, so I would be wiser as to pursuit it or forget it.

software-center
  • 1 Answers
  • 71 Views
Martin Hope
Ohto Nordberg
Asked: 2014-05-09 01:41:24 +0800 CST

Backup and restoration of USB-modem functionality

  • 1

The laptop with USB modem is in another city with my elder relative. The laptop has dual boot with XP and Ubuntu. Modem works in XP. The modem did work in Ubuntu but not anymore. I cannot fix the problem remotely.

When I visit her I will fix it. After that, I need a way to backup the functionality of the modem and more importantly, an EASY way to restore it. So easy that 65 years old non-geek lady can do it with me helping over the phone.

Update: now the system works, but I still do not have a way to easily (backup and) restore the networking in a case of failure.

12.04
  • 0 Answers
  • 225 Views

Sidebar

Stats

  • Questions 681965
  • Answers 980273
  • Best Answers 280204
  • Users 287326
  • Popular
  • Answers
  • Marko Smith

    How to install Google Chrome

    • 8 Answers
  • Marko Smith

    Is there a command to list all users? Also to add, delete, modify users, in the terminal?

    • 9 Answers
  • Marko Smith

    How to delete a non-empty directory in Terminal?

    • 4 Answers
  • Marko Smith

    How to unzip a zip file from the Terminal?

    • 9 Answers
  • Marko Smith

    How can I copy the contents of a folder to another folder in a different directory using terminal?

    • 8 Answers
  • Marko Smith

    How do I install a .deb file via the command line?

    • 11 Answers
  • Marko Smith

    How do I run .sh scripts?

    • 16 Answers
  • Marko Smith

    How do I install a .tar.gz (or .tar.bz2) file?

    • 14 Answers
  • Marko Smith

    How to list all installed packages

    • 24 Answers
  • Marko Smith

    Unable to lock the administration directory (/var/lib/dpkg/) is another process using it?

    • 25 Answers
  • Martin Hope
    Flimm How can I use docker without sudo? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    led-Zepp How do I save terminal output to a file? 2014-02-15 11:49:07 +0800 CST
  • Martin Hope
    ubuntu-nerd How to unzip a zip file from the Terminal? 2011-12-11 20:37:54 +0800 CST
  • Martin Hope
    pandisvezia How can I copy the contents of a folder to another folder in a different directory using terminal? 2011-12-11 17:19:37 +0800 CST
  • Martin Hope
    TheXed How do I install a .deb file via the command line? 2011-05-07 09:40:28 +0800 CST
  • Martin Hope
    Ivan How to list all installed packages 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra Unable to lock the administration directory (/var/lib/dpkg/) is another process using it? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry How do I determine the total size of a directory (folder) from the command line? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher "The following packages have been kept back:" Why and how do I solve it? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford How can PPAs be removed? 2010-07-30 01:09:42 +0800 CST

Related Questions

Trending Tags

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • Home
  • Questions
    • Hot Questions
    • New Questions
  • Tags
  • Help

Footer

SnapOverflow

About Us

  • About Us
  • Contact Us

Legal Stuff

  • Privacy Policy

Help

© 2022 SOF-TR. All Rights Reserve