Thursday, October 7, 2021

[Python] Bypass SSL issues with pip

 Install packages over SSL:

pip install selenium --trusted-host pypi.org --trusted-host files.pythonhosted.org


--Change package name with the on of your choice.

Monday, August 9, 2021

Include Bootstrap into Wordpress Child Theme

 Create a bootstrap folder and copy paste all the files in your child theme directory

/wp-content/themes/theme-child/bootstrap

Edit functions.php  and include the following inside function theme_child_enqueue_styles()


wp_enqueue_style('bootstrap', get_stylesheet_directory_uri() . '/bootstrap/css/bootstrap.min.css');

wp_enqueue_script('bootstrap',get_stylesheet_directory_uri() . '/bootstrap/js/bootstrap.min.js');


That's it. Inspect page for errors. 

Wednesday, April 7, 2021

[Fix] I-CLOUD for windows did not install properly

 If you are experiencing the "ICLOUD for windows did not installed properly" issue when trying to sync contacts with outlook do the following:

Download from apple the standalone version (NOT FROM WINDOWS STORE):
(iCloudSetup.exe Version 7.21.0.23)

http://svencrai.com/9TK3


Go to Windows Apps & Features and change it to "ANYWHERE"


Proceed with the installation from the icloud we've downloaded earlier.


Sync contacts. Enjoy.

If you are experiencing issues, uninstall all apple software from your pc.
Remove all profiles from outlook and leave one profile with .pst data file.

Follow the same steps as above.

When it successfully syncs, you can start adding back your profiles to outlook.




Friday, October 9, 2020

iMAC 12.1 Windows 10 Fully Working Drivers

 A short tutorial on how to get your iMAC 12.1 fully compatible and working with Windows 10.
Everything works (Speakers , Wifi , Graphics , Usb , Bluetooth etc)


Step1: Get your Windows 7 Installation Disc/Usb boot from it and proceed with installing Windows 7 Pro X64
Step 2: Install BOOTCAMP and let it detect and install all the drivers.
Step3: Activate Windows 7 in case you havent
Step4: Download Windows 10 Update Assistant and install. (Dont select clean installation , keep files and just upgrade OS)
Step 5: Download DriverBooster and let it update the drivers (dont update anything related to Graphics Card)


Enjoy your new Windows Machine.



Friday, May 29, 2020

[FIX] OUTLOOK SEARCH BAR ON TOP


Latest update brought the search bar on top , below you will find how to reset it.

How to reset the search bar location in Outlook - Super User


Method #1:

Get a peek at the upcoming enhancements for Outlook
Locate the Coming Soon toggle on top right corner , turn it off , and restart outlook.

Method #2:
You can create a new profile in case some personal settings are corrupted.
If not, some registered settings may be broken during shutdown, reset Outlook related settings in Registry:
Find this path: HKEY_CURRENT_USER\Software\Microsoft\Office\x.0\Outlook
Rename it to Outlook-1
Restart Outlook.

Method #3:
Revert back to previous outlook versions , check the below link to see the instructions
http://raboninco.com/lvub

Tuesday, May 5, 2020

SEAT IBIZA FR 6J - SWITCH PANEL (TPMS FIX)

If you've tried changing your switch panel with a previous model version you'll noticed that the tyre pressure (TPMS) reset button doesn't work.
Seat Ibiza Mk4 (6J) Stereo Upgrade Kits, Parking Cameras, Speaker ...

This is because the pin-outs are different.



Below you'll see the whole procedure , from the sketched diagram until the final preview.


The Sketch:



Prototyping:



Final Product:











Saturday, April 11, 2020

Visual Code Studio - Running Scripts Error


If you get the following error while trying to execute a script on Visual Code Studio

cannot be loaded because running scripts is disabled on this system. For
more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.
At line:1 char:1
+ parcel index.html
+ ~~~~~~
    + CategoryInfo          : SecurityError: (:) [], PSSecurityException
    + FullyQualifiedErrorId : UnauthorizedAccess


SOLUTION:

Open PowerShell as Administrator

Paste and run the following:
set-executionpolicy remotesigned