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
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
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
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
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
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
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
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