Welcome, Guest
You have to register before you can post on our site.

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,160
» Latest member: Kimlongtech
» Forum threads: 4,028
» Forum posts: 16,403

Full Statistics

Online Users
There are currently 729 online users.
» 0 Member(s) | 726 Guest(s)
Bing, Google, Yandex

Latest Threads
clear logs in smoothwall
Forum: Security and Firewalls
Last Post: amanda63
2024-03-10, 03:27 PM
» Replies: 8
» Views: 31,689
I cannot install RedHat 8...
Forum: Redhat
Last Post: hybrid
2023-11-11, 01:01 PM
» Replies: 1
» Views: 815
How things are done, usin...
Forum: Xorg Problems
Last Post: ross
2023-09-04, 09:03 AM
» Replies: 0
» Views: 737
Im back.....
Forum: Hello
Last Post: anyweb
2021-01-17, 11:36 AM
» Replies: 1
» Views: 3,602
add mp3 plugin to xmms in...
Forum: Fedora
Last Post: anyweb
2021-01-17, 11:30 AM
» Replies: 11
» Views: 36,858
Configuring VSFTPd Server
Forum: FTP Server
Last Post: Johnbaca
2020-10-14, 10:25 AM
» Replies: 32
» Views: 67,521
Wolf won't play sound!
Forum: Game Problems
Last Post: Guest
2020-10-03, 05:51 PM
» Replies: 1
» Views: 15,702
Using git + python
Forum: How Do I?
Last Post: Clueless puppy
2020-08-21, 04:37 PM
» Replies: 0
» Views: 6,507
what does your nick mean ...
Forum: Hello
Last Post: volt
2020-08-06, 03:25 PM
» Replies: 28
» Views: 32,840
CentOS vs.?
Forum: Just Starting Linux
Last Post: volt
2020-08-06, 02:29 PM
» Replies: 0
» Views: 6,206

 
  Greetings!
Posted by: odougs - 2013-04-15, 06:40 AM - Forum: Hello - Replies (1)


 Hello everyone!

 

 I'm a n00b who, until recently, only used Windows. I took the plunge and installed Lubuntu a little over a week ago. Although I have had some seriously frustrating moments, I'm really impressed and excited by what I've seen so far - especially with the power and elegance of the terminal compared to the Windows Command Interpreter!  

 

 To give you a little more background about myself, I'm a guy in my early 20's, living near Washington, DC. In the past six months or so, I've gotten really interested in Computer Science, and I will soon be returning to school to pursue a CS degree. My brother and father are both engineers, so I grew up surrounded by computers. I managed to pick up some basic CS vocabulary and learn some rudimentary administrative tasks in Windows when I was younger, but I didn't start to look deeper until recently. 

 

  CS is an absolutely massive field, and I find all of it interesting... but programming seems to be my biggest interest. I've been teaching myself C++ for some months now, and, like Linux, I find it seriously frustrating at times, but also incredibly exciting and empowering! The most difficult thing for me right now is staying focussed on one topic, and not getting intimidated by the vast amount of stuff I don't know... I have a really bad habit of opening two dozen wikipedia tabs and getting sidetracked into reading about hardware, IP, math, etc, when I really just need a practical solution to why my widget-counting program won't compile! [img]<___base_url___>//public/style_emoticons/default/rolleyes.gif[/img]

 

 

 At the moment, my goals for learning linux are simple: I want to become a competent user and continue exploring. In the future, I'd like to use a linux platform for developing, and contribute free software of my own some day.

 

 However, I have had some hesitation about learning to develop with C++ in Linux. As I said above, I have a real problem with trying to learn too many different things at once, and as a result, I am not progressing as quickly in C++ as I would like. I'm pretty comfortable using Microsoft's Visual Studio (I have access to some pretty nice Windows machines), so I have to wonder if I should just stick with that for now while I build my C++ foundation, and explore Linux from other angles. The main problem being, I have heard that the GCC toolchain is likely to be overwhelming for a n00b, and while people have some good stuff to say about the Linux C++ IDE's, they always seem to qualify their praise with "but ___IDE still has a long way to go". The counterpoint to these considerations would be that I will learn to use Linux much faster if I make it my primary OS, instead of just tinkering with it at the end of the day. 

 

 

 Many, many thanks to all the people who help run this site and / or contribute their knowledge to it! 

Print this item

  Terminal wants backslash instead of slash for path names... how do I fix this?
Posted by: odougs - 2013-04-15, 04:02 AM - Forum: How Do I? - Replies (3)


 Hello everyone!
 
 I'm a new Linux user running Lubuntu 12.04. I have recently encountered some strange behavior when using the terminal (LXTerminal, BASh).
 
 The terminal no longer accepts forward slash ( \ ) for path names. It works fine when I use backslash ( / ), but this annoys me - I don't want to get in the habit of doing it backwards! Oddly enough, it will echo forward slash when I use 'pwd' or use 'cd' with backslash.
 
 

Quote:<div>
 

odougs@ODT61:~$ pwd

<div>/home/odougs
odougs@ODT61:~$ cd /Documents
bash: cd: /Documents: No such file or directory
odougs@ODT61:~$ cd \Documents
odougs@ODT61:~/Documents$ 
</div>
 

</div>
 
 
 I don't know what caused this, or exactly when it started. I haven't really been messing with the shell config files; the only changes I have made in that regard are to append JAVA_HOME and PATH assignments to the '.profile' configuration file... and the problem is still there when I restore my backup copy of '.profile' and reboot.
 
 So, I am quite lost, but also very curious about this. Where might this behavior originate from, and what can I do to change it back?
 
 Thanks very much!

Print this item

  "Correctly" setup a daemon permissions
Posted by: Beta.91 - 2013-04-14, 04:38 PM - Forum: How Do I? - Replies (3)


Hello everybody! I've got a little question here: how do I correctly set up a daemon and its related folders permissions?

 

I've got a little server going here which, among other thing, I'd like to use as a torrent box. My home server drive has a "storage" partition which I share on the LAN via AFP (so I can use it as external storage for my macbook). The administrator user of my server is the owner of this partition.

 

What I would like to achieve is a torrent daemon auto-picking torrent files from a folder on "storage" (say /mnt/storage/torrents) and downloading them into a "downloads" folder (say /mnt/storage/downloads). I've downloaded deluge and sort of have set it up. 

 

Now, it might seem stupid but what confuses me is: how am I supposed to "correctly" configure the permissions on the folders? Right now everybody has access to the "torrents" and "downloads" folders (chmod 777), I am the owner of those folders and deluge is running under debian-deluge:debian-deluge. I've read a bunch of guides and tutorials online (some say I should join the debian-deluge group and set the permissions for the group, some say that I should make deluge run with my user's privileges and so on) but I eventually got pretty confused and ended up here. Is there anybody so kind to help this linux noob out? :)

Print this item

  Hello there
Posted by: Beta.91 - 2013-04-09, 06:03 PM - Forum: Hello - Replies (5)

Hello everybody, a linux noob from Italy here, dealing with my first install of Ubuntu Server ever (I used to use the desktop version once but never actually touched a GUI-less setup). Hopefully a lot of my questions will get sorted out here :)

Print this item

  Use a partition to install a new OS
Posted by: John8547 - 2013-03-21, 03:24 AM - Forum: How Do I? - Replies (1)


So I want to switch to Ubunto and currently don't have access to a blank external drive/card.

I have a SD card with plenty of memory, but I think you have to use a empty one, please correct me if I'm wrong.

If I am wrong about ^, would I be able to partition some memory, put the .iso in there, and install/replace my OS with that?

If so, how does one partition?

Any help is appreciated.

Print this item

  Switch OS and keep my files
Posted by: John8547 - 2013-03-17, 08:15 PM - Forum: How Do I? - Replies (4)

I'd like to switch from my Crunchbang (Dabien) distro to a Ubunto. Although, I wouldn't like to have to lose all my files and get them again. Is there a way I could change Linux operating systems, but keep all my files? I was thinking about the possibility of doing a dualboot, moving all my files manually to the UBunto partition, then getting rid of Crunchbang. Will this work? If not, I'm open to suggestions.

Print this item

  New but hopeful!
Posted by: tmccaffery - 2013-03-08, 01:44 PM - Forum: Just Starting Linux - Replies (8)


Hello!

 

i realise the forum seems pretty quiet but i thought I'd post anyway! first post yay!

 

anyway! I've got myself a raspberry pi and I'm pretty happy with it. but what I'm hoping to set up is a remote desktop client that boots very quickly. so far ive managed to use Raspbian with Remmina but that was a bit iffy and didnt work too well, so i moved on to the RPiTC project, boots up to RDesktop in about 45-50 seconds but still not exactly what we need.

 

I'm now experimenting with Arch Linux Arm for the Pi but seeing I'm quite the noob at this I'm not doing too well. ive found that i cant run RDesktop without some form of desktop enviroment on the pi itself (please correct me if im wrong!) but trying to find a really lightweight and fast one is proving difficult. it doesnt help that I'm behind a proxy here so while downloading some stuff works others dont.

 

If you could help at all or point me in the right direction it would be very much appreciated!

 

EDIT: sorry guess i should mention I'm trying to connect to a Windows 2008R2 Terminal Server!

 

Thanks!

 

Tom [img]<___base_url___>//public/style_emoticons/default/biggrin.png[/img]

Print this item

  Hello Everyone
Posted by: darshikj1120 - 2013-03-08, 11:37 AM - Forum: Hello - Replies (3)


Hi everyone,

 

My name is Darshik and I am using Ubuntu. I recently started studying networking, and I am quite interested in understading Linux.

 

I would want to start with the basic stuff like the commands which are most commonly used. Or perhaps installing softwares apart from the ones available in the software center.

 

I would also like to learn more about the terminal. How to use, when to use it. I will try and spend as much time as possible here considering this is only a beginning for me and there is lot more to learn about linux.

 

 

Thank you!

 

Darshik

 

Print this item

  sysctl net.ipv4.tcp_syncookies command returns unknown key
Posted by: Peter_Johan - 2013-02-28, 11:21 PM - Forum: Kernel Related - Replies (4)


[root@centos /]# sysctl net.ip4v.tcp_syncookies

error: "net.ip4v.tcp_syncookies" is an unknown key

 

in Centos 6

 

the issue may be that I'm following a slightly old manual (2009) which more often refers to Fedora/RHEL and very rarely Centos.  the key does exist under the path, I'm looking at it..

 

Thanks in advance for your help :-)

Print this item

  I have a new tv now what?
Posted by: inittux - 2013-02-06, 01:46 PM - Forum: General Chat - Replies (2)


[Image: xbmc-logo.png]

 

This is the question I asked myself a while ago. I have a new tv now what can I do to put it to good use. The whole purpose I bought a tv is to watch tv, movies, and series, but just having the normal tv channels quite bore me and I hate commercials with a passion. So I decided I would create a mediacenter, so I bought together some pc pc components and now to setup the software side. I already had an idea of how I wanted it.

 

OS: Linux MInt 13

Mediacenter software: xbmc

Connect to media via: NFS

 

1. I installed the linux mint and setup

2. I setup user xbmc with same uid as my user on my server

3. I installed xbmc: sudo apt-get install xbmc

4. I setup my nfs shared to mount under /mnt

5. I setup the location in xbmc that it should search for videos and music

6. Now the last thing I still needed to do was enable that my mediacenter would log the account xbmc in automatically so that I won't need a keyboard each time I boot to type in the password.

 

I was happy with my final result, I can watch HD movies/series and I don't have to copy data from my server to the lokal drive of my laptop. Which I had done before with my laptop before I had my mediacenter.

Some cool android app I found later is Yatse, you can get this in the google play store . All I needed to do was:

 

1. Install it onto my GS2

2. Under xbmc settings, configure xbmc and to allow the api port to be open and add a username and password.

3. Connect to my wifi and now I am able to control my xbmc mediabox with my GS2

 

:)

Print this item