I need to set the fsck manually on boot but I can't type in the character / that is required to set the path.
(initramfs) fsck /dev/sda2
I tried multiple keyboard combinations without success. How to fix this?
I need to set the fsck manually on boot but I can't type in the character / that is required to set the path.
(initramfs) fsck /dev/sda2
I tried multiple keyboard combinations without success. How to fix this?
I'm using VirtualBox 6 on Ubuntu 18.04.3 LTS. I need to add more storage space to the guest OS.
I already ran VBoxManage modifyhd box-disk002.vdi --resize 46080
but the old value remains.
Below is a screenshot of the settings. I tried to use the slider to increase the disk size but that didn't work either.
How to add more storage space?
I'm trying to install Flash CS 6 Pro (which is now called Adobe Animate) for Windows with Wine 4.0.2 on Ubuntu 18.04.3 LTS. I installed the latest version of Wine, updated all repositories and restarted Ubuntu.
This is the error I get after running wine setup.exe
from the command line.
do@b:~/Desktop/Flash Pro CS6/Adobe Flash Professional CS6$ wine setup.exe
0009:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
0009:fixme:font:get_outline_text_metrics failed to read full_nameW for font L"Ani"!
0009:fixme:nls:GetThreadPreferredUILanguages 00000034, 0x33e004, 0x33e074 0x33e00c
0009:fixme:nls:get_dummy_preferred_ui_language (0x34 0x33e004 0x33e074 0x33e00c) returning a dummy value (current locale)
0009:fixme:wuapi:update_installer_get_IsBusy
0009:fixme:wuapi:update_installer_get_RebootRequiredBeforeInstallation
0009:fixme:shell:InitNetworkAddressControl stub
0029:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
002c:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
002c:fixme:font:get_outline_text_metrics failed to read full_nameW for font L"Ani"!
002c:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
002c:fixme:nls:get_dummy_preferred_ui_language (0x8 0x33d370 (nil) 0x33d374) returning a dummy value (current locale)
002c:fixme:nls:get_dummy_preferred_ui_language (0x8 0x33d370 0x1940e8 0x33d374) returning a dummy value (current locale)
002c:err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733
002c:err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733
do@b:~/Desktop/Flash Pro CS6/Adobe Flash Professional CS6$ 002c:fixme:imm:ImmReleaseContext (0x1008e, 0x1f4bfe0): stub
It should work on Ubuntu based on this post on winehq.org. How to fix this error?
I'm using VuePress with NPM/NodeJS and instead of creating a build through vuepress build
it needs sudo to make it work. sudo vuepress build
How to make it work without sudo?
Error:
Error: EACCES: permission denied, rmdir '/usr/local/lib/node_modules/vuepress/node_modules/@vuepress/core/.temp/app-enhancers'
I'm using a laptop with a second monitor in portrait mode above it. Like this:
__
| |
| 2|
|__|
_______
| 1 |
|_______|
I can't find settings that let me access the second screen by moving the mouse to the top of the laptop screen. Currently I need to move the mouse to the left of the laptop to access the second monitor. Is it possible to access the top monitor by moving the mouse to the top on the bottom monitor?
Edit: I'm using Ubuntu 18.04.2 LTS
I would like to remove all transparency effects from windows in Ubuntu 18.04. An example: If the browser is below the terminal window I can see the bookmarks bar and everyhing else through it. How to remove that effect?
How do I setup AutoKey to get the following result?
I followed the instructions to install the autocomplete tool TextSuggest but now I'm stuck at this part:
Run the command textsuggest-server in the background, and set it to run on startup.
Set the command textsuggest to a keyboard shortcut. Type a word, select it, press the shortcut and TextSuggest will give you autocomplete.
After running the command in the terminal this error comes up:
doit@tox:~$ textsuggest-server
textsuggest-server: command not found
Same error if I run it in the CD of textsuggest. Also I got this error after the installation:
/usr/include/dbus-c++-1/dbus-c++/dispatcher.h:249:13: note: conversion of argument 3 would be ill-formed
Makefile:416: recipe for target 'textsuggest-ui.o' failed
make: *** [textsuggest-ui.o] Error 1
How to get it to work? I'm using gcc (Ubuntu 7.2.0-8ubuntu3.2) 7.2.0
.