Heny Hely

Heny Hely I am a farmer and Technology Enthusiast

Open the Linux terminal and execute the following command => sudo apt update  Update the available packages => sudo apt ...
25/05/2025

Open the Linux terminal and execute the following command => sudo apt update Update the available packages => sudo apt upgrade Paste the following command in terminal and execute => sudo apt install python The following command will be used to start accessing the Repository of the Python Module => sudo apt install software-properties-common Download the Python Package => sudo add-apt-repository ppa:deadsnakes/ppa…...

Open the Linux terminal and execute the following command=> sudo apt update Update the available packages=> sudo apt upgrade Paste the following command in terminal and execute=> sudo apt…

Make sure a copy of your excel file before doing any changes Right click and rename your excel file to example.xlsx to e...
25/05/2025

Make sure a copy of your excel file before doing any changes Right click and rename your excel file to example.xlsx to example.xlsx.zip Double click on zip file and go to xl Copy the worksheet folder from zip to another path ( like on your Desktop or Document) Then go to the worksheet folder Right click and open the sheet file in note pad…...

Make sure a copy of your excel file before doing any changes Right click and rename your excel file to example.xlsx to example.xlsx.zip Double click on zip file and go to xl Copy the worksheet fo…

Press ALT + F11 or click on View Code in Developers Tabs In the Above White Space Enter the below Code. Do not change th...
23/05/2025

Press ALT + F11 or click on View Code in Developers Tabs In the Above White Space Enter the below Code. Do not change the code just copy paste: Sub PasswordBreaker() 'Breaks worksheet password protection. Dim i As Integer, j As Integer, k As Integer Dim l As Integer, m As Integer, n As Integer Dim i1 As Integer, i2 As Integer, i3 As Integer…...

Press ALT +  F11 or click on View Code in Developers Tabs In the Above White Space Enter the below Code. Do not change the code just copy paste: Sub PasswordBreaker()    ‘…

Go to your installation directory :-  ==> cd /usr/src Download the latest version of Asterisk-GUI :-    ==> sudo svn che...
23/05/2025

Go to your installation directory :- ==> cd /usr/src Download the latest version of Asterisk-GUI :- ==> sudo svn checkout asterisk-gui Enter in Asterisk-GUI folder :- ==> cd asterisk-gui/ Then you need to configure :- ==> sudo ./configure Then you need to compile the sources :- ==> sudo make Then distribute the compiled code :- ==> sudo make install…...

Go to your installation directory :-       ==>  cd /usr/src Download the latest version of Asterisk-GUI :-       ==>  sudo…

Make sure your server is up-to-date :-   sudo apt-get update   sudo apt-get upgrade Install all required packages and de...
23/05/2025

Make sure your server is up-to-date :- sudo apt-get update sudo apt-get upgrade Install all required packages and dependencies :- sudo apt-get install build-essential apt-get install git-core subversion libjansson-dev sqlite autoconf automake libxml2-dev libncurses5-dev libtool Download Asterisk :- cd /usr/src/ sudo wget sudo tar -zxvf asterisk-13-current.tar.gz Compile Asterisk :- cd /usr/src/asterisk-13.23.1 sudo ./contrib/scripts/install_prereq install Once it is completed the output will look like this :-...

Make sure your server is up-to-date :- sudo apt-get update sudo apt-get upgrade Install all required packages and dependencies :- sudo apt-get install build-essential apt-get install git-co…

Note:- It happens when you are using Windows and Linux dual booting environment.  Firstly check that you have not hibern...
23/05/2025

Note:- It happens when you are using Windows and Linux dual booting environment. Firstly check that you have not hibernate your Windows 11. if you are hibernating your windows then your drive will not mount on Linux, because its encrypted. Then check BitLocker is not enabled on your Windows System, If its enabled then your drive partition is encrypted so you have to disable your BitLocker in your Windows System....

Note:- It happens when you are using Windows and Linux dual booting environment. Firstly check that you have not hibernate your Windows 11. if you are hibernating your windows then your drive will…

Change your root user password :- ==> sudo passwd root Open the sshd_config file :- ==> sudo nano /etc/ssh/sshd_config F...
23/05/2025

Change your root user password :- ==> sudo passwd root Open the sshd_config file :- ==> sudo nano /etc/ssh/sshd_config Find the following line in sshd_config :- ==> PermitRootLogin prohibit-password Change the following line :- ==> PermitRootLogin yes Then restart the ssh service :- ==> sudo /etc/init.d/ssh restart

Change your root user password :-         ==> sudo passwd root Open the sshd_config file :-         ==> sudo nano /etc/ssh/sshd_config Find the followi…

Open the /etc/network/interfaces file :- ==> sudo nano /etc/network/interfaces You can see the following lines in interf...
23/05/2025

Open the /etc/network/interfaces file :- ==> sudo nano /etc/network/interfaces You can see the following lines in interfaces file :- ==> auto eth0 iface eth0 inet dhcp Change the following lines :- ==> auto eth0 iface eth0 inet static address 192.168.1.11 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1 dns-nameservers 8.8.8.8...

Open the /etc/network/interfaces file :-         ==> sudo nano /etc/network/interfaces You can see the following lines in interfaces file :-         ==>…

sudo add-apt-repository ppa:simon-cadman/niftyrepo sudo apt-get update sudo apt-get install cupscloudprint sudo /usr/sha...
23/05/2025

sudo add-apt-repository ppa:simon-cadman/niftyrepo sudo apt-get update sudo apt-get install cupscloudprint sudo /usr/share/cloudprint-cups/setupcloudprint.py After it asks for Google Credentials ( it will only do this is the first time you have used CUPS CloudPrint, or your credentials are invalid ) it will then ask if you wish to add all printers from your Google Account. To make it work with Google's 2 Step Verification system, you must create a "Device Specific" password, to do this go to:Google.com>Log in with your account>Click on your user name>Security>Edit authorizing applications>Enter your account pasword>set the password....

https://immayur.wordpress.com/2025/05/23/install-google-cloud-print-in-ubuntu-linux/

sudo add-apt-repository ppa:simon-cadman/niftyrepo sudo apt-get update sudo apt-get install cupscloudprint sudo /usr/share/cloudprint-cups/setupcloudprint.py After it asks for Google Credentials ( …

Open Terminal and run following commands sudo apt-get install linux-headers-generic build-essential wget tar xvf compat*...
23/05/2025

Open Terminal and run following commands sudo apt-get install linux-headers-generic build-essential wget tar xvf compat* cd compat-wireless-3.6.6-1-snpc sudo su ./scripts/driver-select ath9k make make install modprobe ath9k exit

Open Terminal and run following commands sudo apt-get install linux-headers-generic build-essential wget tar xvf compat* cd compat-wireless-3.6.6-1-snpc sudo su ./scripts/driver-select ath9k make m…

I have some clients starting migrating to MacOSX for daily office use, and they need the Sapgui, and off course they wan...
23/05/2025

I have some clients starting migrating to MacOSX for daily office use, and they need the Sapgui, and off course they want to print on their local printers. I had them installed the latest Sapgui for java (rel. 7.20 at this time) but they couldn’t print on local printers with the classic LOCL/LPT1 sap device (They still could print on sap server connected printers, host spooler access method “C”)....

I have some clients starting migrating to MacOSX for daily office use, and they need the Sapgui, and off course they want to print on their local printers. I had them installed …

Loopback tap installation in Ubuntu:-  sudo apt-get install uml-utilities sudo modprobe tun sudo tunctl sudo ifconfig ta...
23/05/2025

Loopback tap installation in Ubuntu:- sudo apt-get install uml-utilities sudo modprobe tun sudo tunctl sudo ifconfig tap0 192.168.10.10 netmask 255.255.255.0 sudo ifconfig If you want to install second loopback:- sudo tunctl sudo ifconfig tap1 192.168.11.10 netmask 255.255.255.0

Loopback tap installation in Ubuntu:- sudo apt-get install uml-utilities sudo modprobe tun sudo tunctl sudo ifconfig tap0 192.168.10.10 netmask 255.255.255.0 sudo ifconfig If you want to install…

Address

Asma, Nathuda Faliya
Killa Pardi
396125

Alerts

Be the first to know and let us send you an email when Heny Hely posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share