Author: Dragos Ion

  • Check if your PC has TPM 2.0 compatible with Windows 11

    Check if your PC has TPM 2.0 compatible with Windows 11

    How to tell if pc has tpm 2.0 compatible with Windows 11 requirements. Windows 11 requires TPM 2.0 or it will not install. Other software vendors might follow Microsoft allowing only their software to run only on tmp 2.0 enabled computers. Secure boot and TPM 2.0 might soon become a requirement for many programs. TPM…

  • Linux how o set environment variable

    Linux how o set environment variable

    Linux how o set environment variable How to set environment variable in Linux. Set environment variables in Linux To set a new environment variable, use the export command. For example to set the environment variable called TEST_HOME you can run this command. This prints the value of the variable you set earlier. Unsetting an environment…

  • Bose QuietComfort 45 announced, features, price, release date

    Bose QuietComfort 45 announced, features, price, release date

    Bose QuietComfort 45 announced, features, price and release date Bose QuietComfort 45 announced, features, price and release date Bose QuietComfort 45 was announced by Bose since August 31 2021. What features, price and release date should you expect. The new Active Noise Cancelling headphones will replace the already well known Bose QuietComfort 35 II. Featuring…

  • How to create a file in Linux using Terminal

    How to create a file in Linux using Terminal

    How to create a file in Linux using Terminal or SSH How to create a file in Linux using Terminal, Command line interface or SSH. There are a few ways to create a new empty file or redirect the output of a command to a new file. To create an empty file, any of these…

  • Wrap text with tags in Notepad++

    Wrap text with tags in Notepad++

    Wrap text with tags in Notepad++ A macro can do that and it’s easier than you think. If you need to wrap the text with html tags or WordPress Gutenberg code blocks or paragraph block or a heading block. Start by selecting the text: In Notepad++ menu Click Macro > Start Recording. Ctrl+X – Cut…

  • Secret Lesser  known useful Linux commands

    Secret Lesser known useful Linux commands

    tree The tree command will list you directory, files and sub folders contents in an easy to see way. No need for repeated ls commands. This can be useful to get an overview of all subfolders of the target directory. pstree Tree but for precesses. Shows what processes originate from other processes. kill -15 SIGTERM…

  • Commands any Linux Sysadmin should learn first

    Commands any Linux Sysadmin should learn first

    Commands any Linux Sysadmin should learn first. These are the commands any Linux Sysadmin should learn first. These are some of the most useful commands for system administration and devops on Linux. They are command line tolls because most of the actions on system administration you would want to be automated and scheduled uptime Time…

  • How to zip and unzip files and folders in Linux

    How to zip and unzip files and folders in Linux

    How to zip and unzip files and folders in Linux Install Zip Unzip Install on RHEL, Centos, Fedora, Rocky Linux, etc. Install on Debian, Ubuntu, etc. Using zip and unzip to compress and extract files and folders. Current directory contents, files and one sub folder. Zip files and directories recursively This creates the zip file,…

  • Automate Mouse Clicks on PC record and playback

    Automate Mouse Clicks on PC record and playback

    Automate Mouse Clicks on PC record and playback mouse actions. Automate mouse clicks using Python in Windows 10 and this simple script. Python is an increasingly popular programming language for quick tasks like this one. My Python programs are made of 2 parts. one that records mouse click events, that’s all that it does. The…

  • How to enable Dark mode on Google Search

    How to enable Dark mode on Google Search

    To enable dark mode or dark theme on Google Search is now as easy as one click. Google has been rolling out the tark theme for Google search slowly recently and you might already have the dark theme in Google search available. At this time not everyone has dark mode available as this is due…