
When upgrading from an Intel mac to an Apple Silicone I noticed docker fails to run. I'm using Laravel Sail when Sail is installed or when a sail up command is attempted I get an error: docker: 'compose' is not a docker command The reason for this is a docker-compose is now a plugin. Docker needs docker-compose to be installed. Use brew to install docker-compose brew install docker-compose Once installed sail will function normally without any extra setup. بخوانید...
ادامه مطلب
Many of you might know that it is possible to add a spacer to the Mac OS dock icons with: $ defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}' $ killall Dock but the problem is, I find them a bit wide. I'm wondering if anyone knows a way to adjust the space of those spacers An image of the spacers I'm talking about can be found here Let's block ads! بخوانید...
ادامه مطلب
I and my friends preparing a table format in MS WORD 2007 DOCX. something happened to serial number column, it changed into like this: [click here][1] so I tried to lessen the width of serial number column by pushing like this: [click here][2] so numbers penetrates into column & not visible: [click here][3] Finally i want my want my table look like this:[enter image description here][4] 1- i.stack.imgur(.)com/KW5Gd.jpg 2 - i.stack.imgur(.)com/WbiEV.jpg 3 - i.stack.imgur(.)com/f42wZ.jpg 4 - i.stack.imgur(.)com/UyBm0.jpg Let's block ads! بخوانید...
ادامه مطلب
My title needs some elaboration. I don't want the "single webpage" option, as that creates an mht file In Microsoft Word, and while Chrome can open it, I see the Firefox has issues Here's the file as a docx https://we.tl/XN4V8w6flT or from ge.tt http://ge.tt/8r0iFNd2 though that can easily be created just by having some text and highlighting part of it . And that's just a demonstration file, I may have lots more text and lots more blocks of text highlighted. I don't want an MHT file 'cos firefox doesn't open it straight away, and if I want to send it to somebody then I think an html file is more compatible. I can get Word to produce an html webpage but then it makes a subdirectory with the...
ادامه مطلب
Let's say I leverage the info in these following answers.. to creat a "New RTF Document" menu item to Initiate/ Invoke creation of a RTF Document. How, can I get "Word 2010" and "Write/ Wordpad" to default to do so, using a Narrow (0.5) or Custom Page Layout? I know I can change Margins after opening the document. But to do it every time for every New RTF is too much effort. Also, I know there are some "Default" templates/ mechanisms that Word defaults to when it creates a New Document But I am not sure if and how I can leverage them to work/ apply when a file's created via the context menu "New > RTF Document"? Current OS: Win 8.1 Pro - 6.3 Build 9600 Microsoft Office 2010 Let's bloc...
ادامه مطلب
Background: My package manager seems to have managed to mess up my network daemon so it won't properly manage networks and instead exit with a failure (non-zero) status code. (The particular code is 226/NAMESPACE). Simply searching for these does not give me any helpful pages at all. Does anyone know where to find the exit codes for this program, and what this error means in particular? Let's block ads! بخوانید...
ادامه مطلب
I was testing windows containers on the new 1607 Version (RTM) of win10 and managed to install the WindowsServerCore and NanoServer images. When I try to run a container it always fails with an error like this: docker run nanoserver C:Program FilesDockerDockerResourcesbindocker.exe: Error response from daemon: oci runtime error: exec: "c:\windows\system32\cmd.exe": executable file not found in $PATH. docker run -it windowsservercore cmd C:Program FilesDockerDockerResourcesbindocker.exe: Error response from daemon: oci runtime error: exec: "cmd": executable file not found in $PATH. I don't quite understand the error message. Is there a way to get further diagnostic information about this ...
ادامه مطلب
I've written a book and uploaded it to Kindle. I have two books available already and formatted them without issue. This time Kindle Preview looked fine. When the book went live, I checked it on my smartphone and there were spaces in sentences which were not on the preview. I contacted Kindle and they said I had used hard retus. If I ^9 to expose the paragraphs, and then soft retu them I still have the issue of justify. The sentences with few words go at each end of the page! Can anyone advise me how to resolve this please? Let's block ads! بخوانید...
ادامه مطلب
I am trying to get an excel spreadsheet to update when a document is inserted into a file. For example I have a folder called day diary. Every few days I will insert a word document or PDF document into this folder. I would like for the excel spreadsheet to acknowledge that a document has been put in the file. Is this possible? VBA welcome, however I have no experience in it. (Willing to lea a bit) Thanks for your time! Let's block ads! بخوانید...
ادامه مطلب
I'm using Replace to find the first word(s) of each paragraph that are followed by a tab using this wildcard expression: ^13*^t The ^13 finds the start of a new paragraph. I only want to replace the first words of a paragraph if they are followed by a tab, hence the ^t. This works for everything except the first paragraph in the document, since it doesn't start with a ^13, apparently. Is there a way to match only the first word(s) followed by a tab? I'm putting this into a Macro, so I'm open to using features that are only available in a Macro if necessary. Let's block ads! بخوانید...
ادامه مطلب
The following image is a screenshot from MS Word 2013 The two paragraphs, begiing at "Similar to those of immobilized assets..." are preceded by weird white arrows. What are they? What can I do to take them off? ...
ادامه مطلب
I have Excel 2016 installed. Is there any additional package or add-on I need to make it available to other software that supports OLE? I tried to insert an Excel spreadsheet object into Wordpad, but Excel doesn't show up on the list of available objects (I confirmed that it does on co-workers' computers). The CAD Software I use is designed to function with embedded excel spreadsheets, so I need to get this to work to get the most out of that software. Thanks in advance for your help. This entry passed through the Full-Text RSS service - if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers.Recommended art...
ادامه مطلب
All maps (Videos, Pictures, Music and Documents) n my windows 8.1 have same location C:UsersJdoe and now when I change location of Pictures to C:UsersJdoePictures, all other maps (Videos, Music, Documents) then recieve this location. How can I fix this that all these maps will have different locations? This entry passed through the Full-Text RSS service - if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers.Recommended article from FiveFilters.org: Most Labour MPs in the UK Are Revolting....
ادامه مطلب
I want to make sure that I understand docker correctly here. My principal goal is to distribute little pieces of software (usually with full source-code) I write in Python/Haskell or C++ to my friends and colleagues. I myself work on an Ubuntu 14.04 machine. But often the people whom I distribute it to work on different machines and operating systems and they don't have the libraries needed to run my codes. If I understand docker correctly, is the following a valid use case? Set up an empty docker folder Write code and install all the libraries and dependencies in that folder. Upload it to the docker cloud Tell my friend to download it on his Windows machine or Mac and run the code without a...
ادامه مطلب
Think all these are related, they happened after I had a PC shop install a 120G Samsung SSD. And I do seem to have "Magician" install in that process as get message sometimes with that name in it on PC. Problems from the getgo were "Search" misses items and directories that are indeed on the PC (works mostly just misses some) and the green bar (see image) would sometimes take a minute of longer to go across the the top of the window just opening a directory of even a drive and even the SSD too. This also has happened after the directory was open and I opened say a 300 meg video?? The green bar would paint slowly and have to wait till video started playing. Not what was expecting with SSD. Gr...
ادامه مطلب