IT Beginner
Closed channel
Everything is published for informational purposes. You download programs at your own risk. Check everything ! Buy ads: @BADitel Link: https://t.me/+ii0jvs3f8aIxOWUy
Show more9 065
Subscribers
No data24 hours
-147 days
-7330 days
Posts Archive
9 065
#SoftWare
Logo To Use - free logos
It's perfect for designers when they need to quickly and efficiently find a logo for a high quality project such as SVG format.
Download any of 120 million logos and do whatever you want with them
9 065
#SoftWare
Blackbox is the fastest way to select and copy text from anything
Copy the code from any coding video or live video call and paste it into your text editor the same way you copy code from GitHub and Stack Overflow.
Available as an extension for the Chrome browser. 200,000+ users.
9 065
#SoftWare
Checking your data for leaks
Recently, there have been a lot of news stories about how user data was leaked. But we don't even know about all of them, and it's possible that you might be one of the victims.
Instead of getting your hopes up, check your security yourself. Use http://browserleaks.com.
Here you will find a number of security testing tools. They will show you which personal data could be stolen and how to protect yourself against it.
9 065
#SoftWare
OpenEmu - Retro Video Game Emulator for macOS, implemented in Objective-C
This is an open-source project whose goal is to implement retro video game emulation on macOS.
The project uses modern macOS technologies such as Cocoa, Core Animation, and other third-party libraries. One third-party library example is Sparkle, which is used for automatic updates.
OpenEmu uses a modular architecture, which allows you to plug in game modules and support many different emulation mechanisms and backends, while still maintaining the familiar, "native" macOS interface.
9 065
#SoftWare
Plask is a neuron that collects 3D animations from videos
This is a free browser-based solution where anyone can digitize their movements and animate them in seconds with artificial intelligence.
All the animation tools you need are in one place, you don't have to jump from app to app.
There are also collaboration, library, NFT and marketplace features so animators around the world can create and monetize their talent.
https://plask.ai/
9 065
#SoftWare
Recovering lost images and files
After deleting a file by mistake you may be faced with the urgent need to get it back. The EaseUS Partition Master program can help with this.
1. Run the utility, then select in the main window the location where you want to search for the deleted data.
2. Highlight the disk where the lost data used to be.
3. click the Scan button.
When finished, the search results will be displayed in the main window, i.e. your lost data.
https://www.easeus.com/datarecoverywizard/free-data-recovery-software.htm
9 065
How to read deleted messages in any messenger
In a recent update to WhatsApp, the developers added the ability to automatically delete messages after 24 hours. However, there is a way that will allow you to read the disappeared messages even after this time
To read deleted messages, you'll need an app that keeps a history of notifications, such as Notification History. Note that only messages that show up in notifications will be saved in the logger -you won't be able to get a copy of the message if notifications from the messenger are disabled
Although this method works not only for WhatsApp, but also for other messengers,such as Viber,it has its own drawbacks: the notification history is deleted when the device is rebooted, and it is impossible to get the text of messages received before the installation of the logger
To prevent the interlocutor from getting a copy of the messages you deleted,use secret chats in Telegram,because they do not show the content of the message in the notification
9 065
#SoftWare
How to unlock hidden Windows 10 tools
There are many utilities and applications for Windows 10 that allow you more access to the inner workings of this operating system, and we will talk about one of them - Sysinternals Tools.
Admittedly, it's not quite correct to call it one utility: in fact, it's a collection of many useful utilities that will allow you to take Windows management, diagnostics and troubleshooting to a new level.
And most importantly, there are not only analogues of standard programs like the autorun manager or task manager - some tools allow you to access the root elements of the system, such as the order of loading OS drivers or viewing the contents of RAM.
You can download the Sysinternals suite of tools from the official Microsoft Web site and installation is not required for any of them, so you can easily copy the folder to a USB stick and take it with you.
https://docs.microsoft.com/en-us/sysinternals/downloads/
9 065
#lifehack
How to send emails anonymously
Most popular email clients send an extra packet of user data along with your email. For example, the well-known Gmail includes the sender's IP address and device identifiers in the metadata of the e-mail.
There are a small number of confidential services for people who want to remain anonymous when sending emails and don't even need to register to access them.
One such service is CyberAtlantis, a tool for sending PGP-encrypted private emails in which the sender's IP address is prematurely removed. But do not forget that the service can be used in conjunction with a reliable VPN or Tor network to achieve greater security.
9 065
#SoftWare
How to send a self-destructing file in Telegram
Telegram allows you to send and receive self-destructing messages, including text, photos, and video files. When you send a message, you can set a period of time during which the content will be available to the recipient.
To use this feature, you must:
1️⃣ Go into a conversation with your conversation partner
2️⃣ Tap "Photo or Video" and then tap a photo or video
3️⃣ Click on the photo or video itself and then click on the timer icon
4️⃣ Set the desired time
If your interlocutor takes a screenshot, you will receive a notification about it.
9 065
#SoftWare
Simplifying Sound Control in Windows
Windows 10 app developers have the ability to equip their products with their own volume control, but switching between multiple windows in search of the cherished slider is not always convenient.
Ear Trumpet is a utility that allows you to change the volume for each application separately and from one panel. The program is styled as a standard Windows 10 volume control, optionally you can also enable support for classic programs.
As soon as an application starts playing a sound, the control for it starts in Ear Trumpet. The icon next to each slider will help you find it. The program is distributed free of charge, you can download it from the official Microsoft store by clicking on the link
9 065
#SoftWare
Creating tracks purely for yourself
Tired of listening to the same tracks but can't find anything worth listening to? In this case, you have the opportunity to create your own music.
1. Go to the Mubert website and sign up for an account.
2. Choose a genre of music, a category, and the desired duration.
Based on the parameters you set, the system will create a track that is unique and completely suitable for your needs!
https://mubert.com/render/tracks/3dbd9b0306ea4b929beb99a49f28f887
9 065
How do I hide files in an image?
1. Create a folder on the D drive
2. Place the files you want to hide from anyone in this folder
3. Create an archive with the selected files, for example secret.zip. Place any picture next to it
4. Press the Win +R key combination. In the window that appears type cmd and press Enter
5. A console will open - in it, type the command D:. The letter must correspond to the drive where you created the folder with the desired archive
6. Navigate to the created folder by entering the command cd test. To make sure we are in the right folder, enter the command dir - it will display a list of files. It should show your created archive and the picture
7. Type the command copy /b cat.jpg+secret.zip supercat.jpg
cat.jpg - the image in which you want to hide your data
secret.zip - the archive with our files
supercat.jpg - the name of the output image
8. The resulting image is supercat.jpg. A double click on it opens a plain picture
9. Now you can safely delete the files c
9 065
#lifehack
How to activate hidden games in Google
Google likes to leave all sorts of Easter eggs, and today we will tell you about some of them. For example, not many people know that right in the Chrome browser you can have fun by playing various games.
Pac-Man. To run from ghosts, enter "Google Pacman" into the search engine and press Enter. Click "Play. The essence of the game - the classic. Need to eat all the dots and not get caught chasing you creatures.
Solitaire. Search for "Solitaire" and click "Play". Then we choose the difficulty of the game and lay out the cards. The main thing - do not sit long, because, as we all know, solitaire draws.
Tic-tac-toe. In the search box, enter "Tic-Tac-Toe. It will open the familiar game of tic-tac-toe. You can play both with the computer, selecting the level of difficulty, and with a friend.
9 065
#SoftWare
Screenity - One of the best feature-rich screen and camera recorders for Chrome
Allows you to add annotations, display mouse clicks, edit recording, etc.
¡ Chrome Web Store Link
9 065
#SoftWare
SketchUp Pro 2022 is a program for developing 3D models of houses, garages, terraces, outbuildings, wood projects and even spaceships. SketchUp Pro includes the following products: SketchUp; LayOut; Style Builder.
9 065
#SoftWare
Total Commander PowerUser is a powerful tool for system administrators and advanced users, which has intelligently selected programs and plug-ins. All of this is well integrated into the Total Commander shell.
9 065
#lifehack
How to clear cache in Chrome with one button
The browser tries to save various data to work faster in the future, but not the fact that you will need them, so at some point the browser cache can grow to a dozen gigabytes or even more, which will negatively affect the system performance.
You can clean the cache in Chrome through the settings, but there is a more convenient way - using the Clear Cache extension. It is free and does exactly what it is designed to do - it removes cache and other unnecessary data from the browser. It cleans up with just one button to the right of the address bar and frees up storage and RAM space.
After installation, you have to choose what types of data you want to delete when you click Clear Cache (cache, cookies, completed forms, message history, etc.) and the time period over which it is cleared. If you're a heavy user of Chrome, you can choose to delete only the cache for the last hour, which is already enough time for the browser to
