How to Remove Spacing Between Table Borders with CSS
In CSS, the “border-collapse” property with the value set as “collapse” is utilized to remove spacing between the table borders.
Read MoreIn CSS, the “border-collapse” property with the value set as “collapse” is utilized to remove spacing between the table borders.
Read MoreTo remove the Git tags that do not exist on the remote repository, first, delete all local tags and run the “git fetch –tags” command to fetch the remote tags.
Read MoreTo remove the remote tags, the “git push <remote-name> –delete $(git tag -l)” command and the “git tag -d $(git tag -l)” command is used to delete local tags.
Read MoreTo push the changes to a specific branch, first, go to the local repository and run the “git push <remote-name> <branchname>” command.
Read MoreTo pull specific directory, create sparse checkout through “git config core.sparsecheckout true” command. Run the “git pull <remote> <local-branch>” command.
Read MoreThe text color works in Bootstrap by using several classes, such as “text-primary”, “text-info”, “text-light”, “text-dark”, “text-danger”, and more.
Read MoreThis is how to install the atom text editor and the purpose of the text editor along with the multiple methods and the procedure to install the packages.
Read MoreThis simple tutorial shows how to easily check your SSD health in Ubuntu and/or Linux Mint desktop. I’ve been running Ubuntu Linux on my old laptop for about 7 years. Everything works well, but it recently refuses to boot sometimes when pressing on the physical power button. Not sure what’s the problem, but I guess […]
Read MoreIn this beginner tutorial, you will learn how to install the compatibility layer Wine 8.0 on Ubuntu and Linux Mint systems.
The post How to Install Wine 8.0 On Ubuntu and Linux Mint appeared first on Linux Today.
(Translation of words on a Wikipedia web page using GoldenDict (floating window) by mouse clicks)
Subscribe to UbuntuBuzz Telegram Channel to get article updates.
This is how GoldenDict should works on your computer.
Download it at GitHub (Archived).
1. Run Terminal.
2. Type command line below and press Enter.
$ sudo apt-get install goldendict
3. Run GoldenDict from applications menu once finished.
2. Extract the ZIP file so that you have a folder named “stardict-quick-english-indonesian-master” containing several files with certain extensions namely .idx, .dict.dz and .ifo.
3. On GoldenDict, click menu Edit > Dictionaries > a new dialog will open.
4. On Dictionaries dialog, open Sources > Files section.
5. Click Add… button > a file chooser dialog will open > navigate to the extracted folder > OK > Apply > OK > dictionary database successfully added.
6. Optionally, disable Wikipedia so it will not act as dictionary by going to menu Edit > Dictionaries > Dictionaries > drag and drop ‘Wikipedia’ from the top to bottom position so it belongs to Inactive > Apply > OK.
(Notice English Wikipedia on the bottom belongs to Inactive dictionaries)
1. Run GoldenDict.
2. Type a word in Indonesian such as “kopi”.
3. It will translate to English “coffee”.
4. Type a word in English such as “book”.
5. It will translate to Indonesian “buku”.
6. Open any selectable text in web browser, word processor, terminal etc. for example visit Wikipedia English for Coffee.
7. Enable Scan feature on GoldenDict.
8. Double click a word e.g. “roasting”.
9. It will translate to Indonesian “pembakaran” in a small floating window that is convenient for learners.
10. Repeat step 6-9 for the reverse i.e. translating words at Wikipedia Indonesian into English.
QStarDict English-Indonesian Setup Tutorial by Ubuntu Buzz
GoldenDict Wiki (Legacy)
GoldenDict Wiki (GitHub)
More Language Dictionaries by StarDict (Archived)
This article is licensed under CC BY-SA 3.0.
The topic of non-free firmware has caused some turbulence within the Debian project, but now the community has a new direction.
Read MoreThe Minuimus Perl script helps you save disk space by reducing the file size of PDF files with just a few commands.
Read MoreOver the past couple of months, Graham’s ever-versatile Steam Deck has synced books to an e-reader, played movies on a television, joined Mumble, recorded two podcast episodes, and even played a few games.
Read MoreRestricting uses for FOSS may seem appealing, but it also might not be the solution some imagine.
Read MoreThe Angry Reviewer style check can be used to evaluate and improve any type of writing, including academic articles and grant applications.
Read MoreThe elite gathering known as Davos is not an ordinary business convention. The annual conference of the World Economic Forum is an uber-exclusive event, not a meeting of governments but rather a gathering of representatives from around 1,000 member com…
Read MoreA forecast service and some Perl magic help predict the solar power yield of a residential photovoltaic array.
Read MoreIn the right circumstances, apt-clone can be a simple option for cloning your Debian system.
Read More