Search Results

Search: Posts Made By: Randeep
Forum: Red Hat 10-08-2011
2,049
Posted By Randeep
TO disable selinux vi /etc/sysconfig/selinux...
TO disable selinux

vi /etc/sysconfig/selinux
set to disabled

u need to restart the system to come in effect

For kickstart you can make use of following link

kickstart...
4,761
Posted By Randeep
the cron entry is 0 05 * * S find...
the cron entry is
0 05 * * S find /abc/xyz/pqrs/bak/ -type f -mtime +30 -exec rm -f {} \;

what is the content of the directory /abc/xyz/pqrs/bak ?
Forum: Fedora 09-14-2011
9,800
Posted By Randeep
Nope. no need for sync and eject.
Nope. no need for sync and eject.
Forum: IP Networking 09-13-2011
2,994
Posted By Randeep
Well. I dont know in debian. But I have a link...
Well. I dont know in debian. But I have a link for centos.

Linux Helps: How to install pptpd on vpn openvz linux vps (http://linux.randeeppr.me/2011/05/how-to-install-pptpd-on-vpn-openvz.html)
...
Forum: Cybersecurity 09-13-2011
6,106
Posted By Randeep
iptables -I INPUT NUMBER_OF_LINE ** -j ACCEPT
iptables -I INPUT NUMBER_OF_LINE ** -j ACCEPT
Forum: Red Hat 09-13-2011
2,855
Posted By Randeep
you can create a file for tmp. Format it using...
you can create a file for tmp. Format it using tempfs and mount it. Now you can enable "noexec” and “nosuid” on it
Forum: Red Hat 09-13-2011
3,568
Posted By Randeep
You can aslo ust -hT option. It will show in...
You can aslo ust -hT option. It will show in human readable format and the fs type too.

root@cpaneltest [~]# df -hT
Filesystem Type Size Used Avail Use% Mounted on...
Forum: Fedora 09-13-2011
9,800
Posted By Randeep
u can unmount it using following command. ...
u can unmount it using following command.

#umount /mnt

or

#umount /dev/sdb1

and also check the fs. linux will take fat or ext only by default
7,987
Posted By Randeep
This will also work #sed -i 's/&/&amp/'...
This will also work

#sed -i 's/&/&amp/' file_name
Showing results 1 to 9 of 9

 
All times are GMT -4. The time now is 05:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy