Muhammad El-Saeed

Muhammad El-SaeedProfile

Technical writer and software engineer, he's a part of the great Brightery team that have many project on the opensource community

Latest Posts

Powerful Kit to transfer your data to a new server
hosting

Powerful Kit to transfer your data to a new server

Have you ever live the nightmare of transfer to new server, it's really so hard to transfer a dozen of files and check every web application if it's still working after transfer the files and databases.Specially if you're working for a web hosting company, It…Read More

Scan Me
Web Development

Scan Me

What is Scan Me?Safety tools to protect you and give others your information help them to rescue you in time.You will have to use Scan Me Free Service in the following casesYou are in a conference and waste a lot of time giving your contact…Read More

[Fix] /bin/rm: Argument list too long
Web Development

[Fix] /bin/rm: Argument list too long

If you have too many files to remove and rm -rf doesn't work, try this great solution:find . -name '*' | xargs rm -vRead More

Enable the default interactive shell
Web Development

Enable the default interactive shell "zsh" instead of bash on your MacOs

Enable the default interactive shell "zsh" instead of bash on your MacOsrun the command and then enter your password# chsh -s /bin/zshYou're doneRead More

Prepare yourself for employment with CoderByte Challenges
Web Development

Prepare yourself for employment with CoderByte Challenges

Nowadays, we need some tools to help us evaluate and interview new employees, to save time and money, so big companies decided to test it's employees through online testers like CoderByte and other websites, Remotely and internal the company.So we provided some solutions for CoderByte…Read More

Alias make your terminal commands meaningful
hosting

Alias make your terminal commands meaningful

please is a great alias of sudoRead More

How to install CWP (CENTOS WEB PANEL)
hosting

How to install CWP (CENTOS WEB PANEL)

First of all you need to set your server hostname and restart your machine, You can find How to change your hostname Centos6 and Centos7CentOS 6: New Installer with MARIA-DB latest# cd /usr/local/src# wget http://centos-webpanel.com/cwp-latest# sh cwp-latestCentOS 7: Installer for CentOS 7# cd /usr/local/src# wget…Read More

How to change your hostname Centos6 and Centos7
hosting

How to change your hostname Centos6 and Centos7

Changing your server hostname must be the first step you do when you're getting a new installation for a webserver or control panel. here's how we can change simply it.Centos6You could change the hostname by this simple command # hostname host.name.comwhich is host.name.com is the hostname…Read More

Home Automation Project Arduino, Ethernet shield, Webserver, 4 relays board & SD card support
Embedded System

Home Automation Project Arduino, Ethernet shield, Webserver, 4 relays board & SD card support

DIY home automation project to turn your appliances on or off via internet/wifi using any device (PC, Mobile, Tablet or any device have access to internet through web browser).Technology used Bootstrap to keep our app responsive and accessable from any deviceAngularjs to quickly bind buttons status…Read More

Statistics

  • 9 Posts
  • 197.8m Views

Tags

Web DevelopmentEmbedded Systemhosting