Skip to main content

English words and their meanings

 enthusiastic : پرجوش

optimism: رجائیت

hopefulness and confidence about the future or the success of something.

chaos: افراتفری

tempted: آزمائش

literally: لفظی

literally means "actually," and we use it when we want others to know we're serious.

deviations: انحرافات 

"a significant deviation from the average value"

doing something that is different from what people consider to be normal or acceptable

self-esteem: خود اعتمادی  

insanity: جنون

nuisance: پریشانی 

Excuse me! Madam take a single step to go away from me and make room so i could pass through it. thankyou.

pitfalls: نقصانات

intimacy: قربت

illusion: : برم

false  impression, misconception,

he had no illusions about the trouble she was in.

you could never get intimacy, if you never tell about your good and bad.

If you want intimacy than you have to show of your vulnerabilities to person, from whom you want intimacy.

conspiracy: سازش

liberal: آزاد خیال

stabbed: چھرا مارا

stab: وار

substitute: متبادل

there is not substitute to hard work.

vogor: جوش

pardom me, this is absurd, you are so annoying: مجھے معاف کیجئے گا، یہ مضحکہ خیز ہے، آپ بہت پریشان کن ہیں۔

Aesthetic : جمالیاتی , جمال رکھنے والا

a set of principles underlying the work of a particular artist or artistic movement.

Solitude  تنہائی

 sometimes i need to recover in solitude. 

Aid مدد

aid in project planning

منصوبے کی منصوبہ بندی میں مدد کرتے ہیں۔

The document sets expectations and defines common goals that aid in project planning

Corny : overused and lacking in originality

traumatic: تکلیف دہ

detrimental: نقصان دہ

tenderness: نرمی
















Comments

Popular posts from this blog

Install MariaDB Latest Version 11.4 in Red Hat Version 9

 This this post i will show you step by step the installation process of mariaDB in red hat version 9. Step1 Run the command to pull the latest updated packages on applications installed in your system. -dnf update If you get Kernal update than reboot the system -reboot Step2 Go to official mariaDB site Make mariadb repository in /etc/yum.repos.d Place the configuration in this file # MariaDB 11.4 RedHatEnterpriseLinux repository list - created 2024-09-24 11:12 UTC # https://mariadb.org/download/ [mariadb] name = MariaDB # rpm.mariadb.org is a dynamic mirror if your preferred mirror goes offline. See https://mariadb.org/mirrorbits/ for details. # baseurl = https://rpm.mariadb.org/11.4/rhel/$releasever/$basearch baseurl = https://mirrors.aliyun.com/mariadb/yum/11.4/rhel/$releasever/$basearch # gpgkey = https://rpm.mariadb.org/RPM-GPG-KEY-MariaDB gpgkey = https://mirrors.aliyun.com/mariadb/yum/RPM-GPG-KEY-MariaDB gpgcheck = 1 Now install the mariaDB with its dependencies package...

Linux Commands

  Linux Commands 1.  OS-Release -cat /etc/os-release -cat /etc/redhat-release show os //kernal information -uname  show kernal middleware It is intermediator between hardware and software. -uname  -r what is process architect. -uname -p To show all information -uname -a 2.  Date-CAL -date -cal 3.  Booting in Linux (Run-Levels) Shutdown/Close pc -init 0  Single user mode -init 1 Multiple user mode -init 2 Multiple user mode with network plus full support Not use -init 4 Graphical mode init 5 Reboot the system -init 6 4.  Target command in Linux (systemctl) With the help of target we can manage system specific as well as user specific task. Target command is system Control (systemctl). Basically it is utility, which build to replace 'init' command. What systemctl can do ?  We can find its all commands with the help of single command. write systemctl enter twice TAB button. //it will list all its commands. Show current system mode - systemctl...