Re: [fsug-tvm] Suggestion requested for a good distro

2013-07-05 Thread Jesse Francis
+1 Jaseem! Also Keyboard shortcuts with iBus? Things work the same way if am not wrong? My laptop's not with me now, will get back to you by evening! Also, Arch got communities and support IRCs which are more (geek-) friendly than debian's! -- Jesse P Francis (atjesse) blogs@

Re: [fsug-tvm] Suggestion requested for a good distro

2013-07-05 Thread Jesse Francis
And Jaseem, Manjaro comes with a GUI for pacman, and Pacmac, an Update Manager. They're trying to bring goodness of Arch to normal users! I go for Manjaro just coz it got gui installer, too lazy to install in arch-way ;-) On 7/5/13, Jesse Francis atjes...@gmail.com wrote: +1 Jaseem! Also

Re: [fsug-tvm] Suggestion requested for a good distro

2013-07-05 Thread Sasi Kumar
On 5 July 2013 11:40, Jesse Francis atjes...@gmail.com wrote: And Jaseem, Manjaro comes with a GUI for pacman, and Pacmac, an Update Manager. They're trying to bring goodness of Arch to normal users! I go for Manjaro just coz it got gui installer, too lazy to install in arch-way ;-) On

Re: [fsug-tvm] Suggestion requested for a good distro

2013-07-05 Thread Jesse Francis
Try pacman -Ss texlive its parallel to apt-cache search for apt. There is a little difference in package naming scheme in pacman, deb and rpm repos, like xyzd-dev in deb will be xyzd-devel in pacman etc. On 7/5/13, Sasi Kumar sasi@gmail.com wrote: On 5 July 2013 11:40, Jesse Francis

Re: [fsug-tvm] Suggestion requested for a good distro

2013-07-05 Thread Sasi Kumar
On 5 July 2013 12:55, Jesse Francis atjes...@gmail.com wrote: Try pacman -Ss texlive its parallel to apt-cache search for apt. There is a little difference in package naming scheme in pacman, deb and rpm repos, like xyzd-dev in deb will be xyzd-devel in pacman etc. Thank you, Jesse. The

Re: [fsug-tvm] sharing using samba

2013-07-05 Thread Manoj K
Pls add below line in smb.conf file (/etc/samba/smb.conf), and restart samba service after that. hosts allow = windows ips On Fri, Jul 5, 2013 at 12:40 PM, Tanzeem M.B tanzeem...@gmail.com wrote: how do i share my linux folder using samba to specified machines running windows Im using

Re: [fsug-tvm] Suggestion requested for a good distro

2013-07-05 Thread Jesse Francis
pacman -S packagename did you try searching pacman -Ss xetex pacman -Ss omega? On 7/5/13, Sasi Kumar sasi@gmail.com wrote: On 5 July 2013 12:55, Jesse Francis atjes...@gmail.com wrote: Try pacman -Ss texlive its parallel to apt-cache search for apt. There is a little difference in

Re: [fsug-tvm] Suggestion requested for a good distro

2013-07-05 Thread Jishnu
that I need. Also, on the command line, how do I say install? -S is for install. You might like yourt (https://wiki.archlinux.org/index.php/Yaourt). -- Regards, Jishnu http://blog.thecodecracker.com jish...@joindiaspora.com http://twitter.com/jishnu7 -- -- Freedom is the only law. Freedom

Re: [fsug-tvm] Suggestion requested for a good distro

2013-07-05 Thread Jaseem Abid
On Fri, Jul 5, 2013 at 4:37 PM, Jishnu jish...@gmail.com wrote: that I need. Also, on the command line, how do I say install? -S is for install. You might like yourt (https://wiki.archlinux.org/index.php/Yaourt). Pacman, and preferably not Yaourt because that is the officially supported

Re: [fsug-tvm] Suggestion requested for a good distro

2013-07-05 Thread V. Sasi Kumar
On Fri, 2013-07-05 at 15:38 +0530, Jesse Francis wrote: pacman -S packagename did you try searching pacman -Ss xetex pacman -Ss omega? Thank you for the commands. I tried both, and also pacman -Ss texlive-omega and pacman -Ss texlive-xetex. Both returned blank. I don't think they are in the

Re: [fsug-tvm] Suggestion requested for a good distro

2013-07-05 Thread Jaseem Abid
On Sat, Jul 6, 2013 at 6:55 AM, V. Sasi Kumar sasi@gmail.com wrote: On Fri, 2013-07-05 at 15:38 +0530, Jesse Francis wrote: pacman -S packagename did you try searching pacman -Ss xetex pacman -Ss omega? Thank you for the commands. I tried both, and also pacman -Ss texlive-omega

Re: [fsug-tvm] Suggestion requested for a good distro

2013-07-05 Thread Jishnu
Pacman, and preferably not Yaourt because that is the officially supported package manager. Yaourt is just a wrapper around pacman. and it is really popular (because of aur support). archlinux.fr has it in their repo. -- Regards, Jishnu http://blog.thecodecracker.com jish...@joindiaspora.com

Re: [fsug-tvm] Suggestion requested for a good distro

2013-07-05 Thread V. Sasi Kumar
On Sat, 2013-07-06 at 08:18 +0530, Jaseem Abid wrote: Hah! We arch boys haven't lost yet! :P $ pacman -Qo $(which xetex) /usr/bin/xetex is owned by texlive-bin 2012.0-12 The package is texlive-bin ;) Thank you, Jaseem. Does that mean that if I have installed texlive, xelatex is

Re: [fsug-tvm] Suggestion requested for a good distro

2013-07-05 Thread Jomon John
On Sat, Jul 6, 2013 at 10:34 AM, V. Sasi Kumar sasi@gmail.com wrote: Does that mean that if I have installed texlive, xelatex is already there? Shall try out. I think in ubuntu 'texlive-xetex' is not an dependency of 'texlive', so separate installation required anyway package naming in