zaterdag 19 juli 2025

Enlarging Libreoffice window completely with command

 You can open the LibreOffice window completely by pressing the CTRL+Shift+J keys together.

donderdag 19 juni 2025

Adding an new hard disk to the file system

 The mount point must be placed in the media folder: /media/porter/mount_point otherwise the file manager won't discover the extra hard disk.

zondag 9 februari 2025

brightnessctl

 Changing the brightness of the screen of a laptop, you can use the command brightnessctl.
1. brightnessctl -l
2. brightnessctl set 5000

zaterdag 28 december 2024

Xrandr screen dimensions

 xrandr
lspci -k | grep -iEA5 'vga|display|3d'

 

Working with notion

 Create links of the list of hotels, linking to the webpages of these hotels on the site booking.com. First mention the names of the hotels and next to it the links, also presented in the form of a list in the form of a text file.

 

zondag 17 november 2024

Google Sheets & Google Translate for translations

 1. Using Google Sheets for Text Translation

This method works well for translating text in a simple format, such as a CSV, spreadsheet, or plain text file.

Steps:

    Step 1: Open Google Sheets.
    Step 2: Paste the original foreign text into column A.
    Step 3: In column B, use the GOOGLETRANSLATE function to translate each entry.
        For example, if the foreign text is in cell A1, in cell B1, enter:

    =GOOGLETRANSLATE(A1, "language_code_of_original_text", "language_code_of_target_language")

    Example: =GOOGLETRANSLATE(A1, "es", "en") (for Spanish to English).

Step 4: Copy the formula down the column to apply it to all rows.
Step 5: Once all text is translated, you can export the sheet as a CSV or Excel file to keep both the original and translated text in your preferred format.

 

 

donderdag 19 september 2024

Enlarging Libreoffice window completely with command

 You can open the LibreOffice window completely by pressing the CTRL+Shift+J keys together.