How to configure Virtual desktops in Windows 10

Windows 10 allow you to add multiple desktops while using the OS. With the help of multiple virtual desktop windows, it becomes easier for you to work on more than one application simultaneously. Since many applications require that you use then in full screen mode (otherwise many of their options remain hidden or inaccessible), by adding a couple of virtual desktops on your Windows 10 computer, you can work on many applications simultaneously without minimizing or closing a single one.

[mai mult...]

How to install the correct drivers for TP-Link WN722N on Kali Linux

TP-Link WN722N is a budget-friendly Wi-Fi adapter with Monitor&Packet injection capabilities for pen-testing enthusiasts, but if you don’t install the correct drivers you would not have acces to these tools.

Bellow are the steps to clean-install the correct drivers.

Step1:- Open Terminal and run update command.

sudo apt update

Step2:- Now run upgrade command.

sudo apt upgrade -y

Step3:- Now run the command to install the drivers.

sudo apt install realtek-rtl8188eus*

Step4:- Now run the following command to enable monitor mode.

sudo airmon-ng start wlan0

Step5:- Lets check if injection is enabled by running following command.

sudo aireplay -ng — test wlan0

Now, bellow are the steps for updating the already installed drivers (if it is the case) to activate those 2 features. Use these commands to get the adapter working on Kali for packet injection and monitoring:

sudo apt update
sudo apt upgrade
sudo apt install bc
sudo apt-get install build-essential 
sudo apt-get install libelf-dev 

If the below command shows errors try “sudo apt dist-upgrade” and execute the given below command

sudo apt-get install linux-headers-`uname -r`
sudo apt install dkms
sudo rmmod r8188eu.ko
git clone https://github.com/aircrack-ng/rtl8188eus
cd rtl8188eus
sudo -i
echo "blacklist r8188eu" > "/etc/modprobe.d/realtek.conf"
exit
sudo reboot
sudo apt update
cd rtl8188eus
sudo make
sudo make install
sudo modprobe 8188eu

To enable Monitor mode and test packet injection:

sudo ifconfig wlan0 down
sudo airmon-ng check kill
sudo iwconfig wlan0 mode monitor
sudo ifconfig wlan0 up
iwconfig                             
sudo aireplay-ng --test wlan0
[mai mult...]

Cum remediem eroarea: Sorry we can’t get to your account right now Excel

Eroarea este, de obicei, legată de probleme de autentificare cu contul Microsoft, utilizat pentru accesarea fișierelor sau a serviciilor cloud. Aceasta poate fi cauzată de diverse motive, cum ar fi probleme cu conexiunea la internet, probleme cu serverele Microsoft sau conflicte locale pe dispozitivul tău.

Iată câteva soluții pentru a remedia această eroare:

1. Verifică conexiunea la Internet

Asigură-te că ai o conexiune stabilă la internet. Dacă întâmpini probleme cu rețeaua, încearcă să te reconectezi la Wi-Fi sau folosește o altă rețea.

2. Deconectează-te și reconectează-te în contul Microsoft

  • În Excel, accesează File > Account (Fișier > Cont).
  • Sub secțiunea “User Information” (Informații utilizator), deconectează-te de la contul tău.
  • După ce te-ai deconectat, închide și repornește Excel-ul.
  • Reautentifică-te în contul Microsoft.

3. Șterge cache-ul Office

Cache-ul corupt poate provoca astfel de erori. Pentru a șterge cache-ul Office:

  • Închide toate aplicațiile Office.
  • Navighează la următorul folder în File Explorer:
    makefile
    C:\Users\<YourUser>\AppData\Local\Microsoft\Office\16.0\Licensing
  • Șterge toate fișierele din acel folder.
  • Repornește Excel și încearcă să te autentifici din nou.

4. Verifică setările de dată și oră ale computerului

Dacă setările de dată și oră nu sunt corecte, autentificarea cu serverele Microsoft poate eșua.

  • Asigură-te că data și ora sunt corect setate și că opțiunea “Set time automatically” (Setează ora automat) este activată.

5. Verifică firewall-ul sau proxy-ul

Dacă folosești un firewall sau un proxy care blochează accesul la serverele Microsoft, acest lucru poate cauza eroarea. Verifică setările firewall-ului și asigură-te că Excel are acces la internet.

6. Actualizează Office

Problemele de autentificare pot apărea și din cauza versiunilor mai vechi de Office. Asigură-te că ai ultima versiune instalată:

  • În Excel, accesează File > Account > Update Options > Update Now (Fișier > Cont > Opțiuni de actualizare > Actualizează acum).

7. Repară Office

  • Deschide Control Panel > Programs and Features (Panou de control > Programe și funcții).
  • Găsește Microsoft Office în listă, fă clic pe el și selectează Change (Modifică).
  • Alege opțiunea Quick Repair sau Online Repair.

8. Verifică statusul serverelor Microsoft

Dacă serverele Microsoft sunt nefuncționale, s-ar putea să nu poți accesa contul tău. Poți verifica statusul serviciilor Microsoft la adresa:

[mai mult...]

How to upload sound in to Discord Soundboard-Build in Sofware

A soundboard is a fun and engaging way to spice up your Discord server. By adding custom sounds, you can:

  • Express yourself: Use sounds to convey emotions, reactions, or jokes.
  • Create a unique atmosphere: Set the mood with themed sounds or music.
  • Enhance interactions: Use sounds to respond to messages or events, making conversations more dynamic.
  • Have fun: Enjoy a playful and interactive experience with your community.

A soundboard can make your server more enjoyable and memorable for everyone involved.

[mai mult...]