Sami Elkady

Coding, Software and Tech Reviews

Mostbet AZ-ı endirin və quraşdırın

Mostbet bukmeker kontoru müştərilərə iphone və Android üçün mobil proqramlar quraşdırmağı təklif edir ki, bu da həllərdən istifadənin daha asan olmasını və hər kəsin daxil ola biləcəyinə əmin olsun. Problem yaratmasın. Proqramları işə saldıqdan sonra, oyun hesabın doldurulması və ödənişlərin çıxarılmasından ibarət bütün alternativlərə açıq olacaq. Tətbiq hətta dili çevirmək qabiliyyətinə malikdir. Mostbet Azərbaycanı yükləyin […]

1xBet প্রশংসাপত্র

1xbet 2007 সালে একটি জমি-ভিত্তিক বুকি হিসাবে প্রতিষ্ঠিত হয়েছিল এবং একটি পূর্ব ইউরোপীয় পটভূম রয়েছে৷ এটি Caecus N.V. দ্বারা পরিচালিত হয় এবং 2011 সালে, এটি ইন্টারনেটেও চলে যায়। এটি কুরাকাওতে প্রত্যয়িত এবং আয়ারল্যান্ড, নাইজেরিয়া, রাশিয়া, কেনিয়া এবং মেক্সিকোতে আঞ্চলিক লাইসেন্স রয়েছে। দলটি 1xBet- সেরি এ স্পনসরশিপের মতো শক্ত অংশীদারিত্ব তৈরির জন্য পরিচিত। এটি এফসি বার্সেলোনা, […]

The Benefits of Learning a Second Language

In today’s interconnected world, learning a second language has become more important than ever. It is not only a valuable skill in the global job market but also enriches personal life in numerous ways. Here are some key benefits of being bilingual or multilingual: 1. Enhanced Cognitive Abilities Learning a second language boosts brain function […]

Using Coin-Slider

I was searching for this jQuery plugin (Coin-Slider) and I noticed that it’s developer site is closed and no documentation available on it. So I decided to create a simple documentation for this plugin on example of how to use it and github repository for it to improve it and document it’s source code $(document).ready(function() […]

PROJECT 5 – Basic tutorial project template

This post is dscriotion for exampl project af a simple website with a simple dinamic content mangment sysytem. I will quot from the most used content mangment systems like Drupal, Joomla, wordpress …etc. basic project like this will be effetive exercise for learning new delopment tools and prgramming languages. the plan will be simple after discussing […]

File compression in Linux

For along while I was researching the history of compression tools for Linux and I would like to share some of it. It is helpful to know the commands used to manipulate the different formats. This article will at least show the basic/general method of performing a compression and extraction, plus various other tricks.   some […]

Bootstrap Website template – Carousel and Features

In our first blog Bootstrap Website template – Starting and Header we started our project and created a basic page header for our template. Now let’s go deeper and have some of common page elements that strongly supported by Bootstrap; let’s build a detailed carousel.

USER VISUDO

Use the NOPASSWD directive You can use the NOPASSWD directive in your /etc/sudoers file. If your user is called user and your host is called host you could add these lines to /etc/sudoers: user host = (root) NOPASSWD: /sbin/shutdown user host = (root) NOPASSWD: /sbin/reboot This will allow the user user to run the desired […]

GlusterFS Drupal

Introduction Redundancy and high availability are necessary for a very wide variety of server activities. Having a single point of failure in terms of data storage is a very dangerous configuration for any critical data. While many databases and other software allows you to spread data out in the context of a single application, other […]

CREATE Android IOS Cordova

https://crosswalk-project.org/documentation/cordova/cordova_4.html https://www.scirra.com/tutorials/71/how-to-make-native-phone-apps-with-construct-2-and-phonegap https://www.scirra.com/tutorials/top/page-1?cat=100     Actually these are the basic commands needed, CODE: SELECT ALL cordova create appname com.example.appname appName cd appname cordova platform add android cordova plugin add cordova-plugin-crosswalk-webview cordova plugin add com.cranberrygame.phonegap.plugin.ad.admob And here in the appname folder there will be a folder called “www”. so, you just need to replace the contents […]