Archive

Posts Tagged ‘Linux’

Changes your login password in LINUX

September 29th, 2009 No comments
Changes your login password in LINUX To change your password in Linux OS, type: passwd The root user can change the password of any user by running passwd command with user name as argument: passwd nick will change nicks password. Running passwd without arguments as superuser/root, changes the root password.
Categories: Bookmarks, Linux, Tech Tags: , , , ,

Installing APC Accelerator Into PHP5 (Fedora Core 11)

September 25th, 2009 1 comment
Installing APC Accelerator Into PHP5 (Fedora Core 11) APC is a PHP accelerator extension that can be installed using PECL.  PECL comes with the php-pear package, and must be installed yum install php-pear install APC dependencies so that PECL can build APC: yum install php-devel httpd-devel yum groupinstall 'Development Tools' yum groupinstall 'Development ...

List number of files in a particular folder – Linux Command

September 9th, 2009 No comments
List number of files in a particular folder – Linux Command Determine how many files there are in the current folder/directory: many ways ;) 1.  list files and folders: [root@server1]# du -a /folders/test | cut -d/ -f2 | sort | uniq -c | sort -nr 17616 data 2. list files and folders [root@server1]# ls -Ra1 /folders/test|grep -v ...

Install mbstring for PHP5 – Fedora Core 11 ( LINUX )

September 6th, 2009 No comments
Install mbstring for PHP5 – Fedora Core 11 ( LINUX ) if you use PhpMyAdmin without install mbstring php extension, you get the warning about this: The mbstring PHP extension was not found and you seem to be using a multibyte charset. Without the mbstring extension phpMyAdmin is unable to split strings ...

7-Zip compression options -mx ( LINUX )

September 5th, 2009 No comments
7-Zip compression options -mx ( LINUX ) This is the most important and useful option you can use and change the optimization settings in 7-Zip on the command line: -mx, 7-Zip compression switch: -mx0 - Don't compress at all. ( Is called "copy mode." ) -mx1 - Very low compression. ...

Configure your system to start Services at boot time ? – LINUX

July 29th, 2009 1 comment
Configure your system to start Services at boot time ? – LINUX Easy and fast, using chkconfig linux command. To configure your system to start Apache at boot time: chkconfig --levels 235 httpd on for manual start apache: /etc/init.d/httpd start create the system startup links for Proftpd and start it: chkconfig --levels 235 proftpd on /etc/init.d/proftpd start Chkconfig provides a ...

Linux – Disabling PHP Safe Mode for a specific folder

May 27th, 2009 1 comment
Linux – Disabling PHP Safe Mode for a specific folder using .htaccess file: create the .htaccess file the content of the .htaccess file should be: php_value safe_mode "1" using php.ini file upload to specific folder the php.ini file in php.ini enter this command safe_mode = Off for globall efect, search php.ini in /etc/ folder and chnage safe_mode = ...

Linux – Delete all files and folders in a folder recursively

May 27th, 2009 No comments
Linux – Delete all files and folders in a folder recursively Linux command that will delete all files & folders in a certain directory: for current path cd to directory rm -Rf * or for absolute path: rm -Rf /home/some/directory/* another option (this will only delete files of type f which is a regular file): find /some/path/ ...

Free SSH Account on Free Shell Servers

January 20th, 2009 3 comments
Free SSH Account on Free Shell Servers Amber Hardware: Several Pentium 4 and Celeron based machines Operating system: FreeBSD, Debian Linux Quota: 100MB Internet connection: 100mbit/s Services/programs: Typical development, web, email tools. No IRC IRC access: No Background processes allowed: Yes Other info: Amber has been offering free services since 1999. bsd.miki.eu.org Hardware: Intel Pentium ...

Server BackUP

March 20th, 2008 2 comments
Server BackUP Au trecut cred ca vreo 2 luni de cand nu am mai facut un backup general la servere asa ca, azi a venit momentul sa'mi asigur un somn mai "linistit" si am facut un backup la bazele de date , ...
GoCache - ByREV-Cache v1.0 - live served in : 0.55721 sec (gzip)