1
Technology, Science & Alt Science / Re: On the notion of Linux
« on: July 13, 2013, 03:16:36 PM »Good job.
Many thanks to you kind sir!
Friendliest,
sirTheMore
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Good job.
If it were me, I would just run an rsync job from cron (or anacron, if you're running it on a desktop). Say you want to sync all files under /home/wilmore/ which have the extensions .odt and .mp3 to /home/wilmore/ on remotehost, you could do:
rsync -a --delete --delete-excluded --prune-empty-dirs --include-from=/home/wilmore/rsync.include /home/wilmore/ remotehost:/home/wilmore/
Then populate /home/wilmore/rsync.include with:Quote*/
*.odt
*.mp3
- *
This is interpreted as "include all directories (line 1), then include all files ending in .odt (line 2), then include all files ending in .mp3 (line 3), then exclude all other files (line 4)". The --prune-empty-dirs option then tells rsync not to copy across directories without files ending in .odt or .mp3. This is a very simplistic example; the rsync manual page (type man rsync) goes into great depth as to all the options available to you. Whatever you want to sync, it's almost certain that rsync is capable.
Be careful, though -- the above example will delete anything not matching the include patterns you specify on the destination host (that's what --delete-excluded does). If you don't want this behaviour, you'll want to juggle the command-line options a bit.
If this seems a little daunting to learn, that's because it is. rsync is a very low-level tool, offering immense flexibility at the cost of substantial complexity. Many graphical tools for syncing files actually back onto rsync itself, but hide a lot of its complexity, and in doing so reduce the flexibility you get. I prefer to dig into this stuff and get the solution I want using very basic tools, so this would be my solution, but YMMV.
Recently I've been fiddling with SparkleShare for the purposes of syncing a specific file between my server and my computer. Through researching it, I've kind of got interested in something I had already read a bit about: personal clouds. I kind of want to try syncing a specific set of files between my computer and my server.
So far the big names I have come across (aside from SparkleShare, which I gather is not best suited to my purposes) are ownCloud and Seafile. They both have pros cons etc, but sometimes it's hard to tell where my usage needs fall inbetween said pros and cons. Mostly, what I want is to store documents, some images, and perhaps the odd bit of media/video. i'm looking for advice on which service do you thin suits my needs best - right now I'm leaning toward Seafile.
By the way, I am specifically looking for free/open source solutions. In other words, yes, I've heard of Dropbox.
More and more Haswell options are being announced now that it's June. Hopefully something relatively cheap comes along.
Need a laptop for school. Going to be word processing mostly, only games being played are things like CSS and Dota 2.
My preferred specs:
i5 3rd gen (looks like 4th gen will be too pricey).
Small SSD, not HDD.
Windows 7, Ubuntu or drivers only. No windows 8 or touch screen shenanigans.
Looks like I'll have to go with integrated Intel 4000 graphics if I want something under 15" that has good resolution and is reasonably priced.
13.3 inch screen.
Under or around $1000.
Anyone able to recommend anything? It's hard to find things at those specs.
Linux 13 is so slow I want to poke my own eyes out with a rusty fork. How can anyone happily use this monstrosity!? And oh... the audacity that I might actually want to play one of my favourite online games!!! Will Linass allow me to do this??? Of course the f*ck not... G*d I hate this operating system.
There is no such thing as Linux 13. The most recent version of Linux is 3.8.
This is proof that you are lying and are not, in fact, using Linux.
Linux sucks when it comes to playing games.
Unless it's one of the new linux compatible steam games.
Or, you know, one of the many existing Linux-compatible games outside of Steam that have been around for years.
Adobe makes a variety of software titles of varying quality and utility. Would you care to be more specific as to which software you would like opinions on?
Flash is horrible. I hope it goes away soon.
I would love it if the GNU Image Manipulation Program could compete with Adobe Photoshop. But sadly, it cannot.
I would suggest that a flat earth podcast actually discuss a flat earth.
Windows XP you say? They always come back. Muhahahahahahaha!
Warmest Gentlemen of These Fora...
It has burdened this gentleman's heart to bring forth such a confession to these fora. Your most humble, sirTheMore has been using Ubuntu Linux on his laptop for quite some time now. He is currently in the process of downloading and installing the PowerPC version of Debian on his old iMac G5. Apple has decided to stop providing updates to said system, so an alternative is necessary. I will be using an old version of Windows (XP) in a desktop environment, but only for the purpose of gaming and random strange programs needed from time-to-time. Bless those of you who have advocated free software for some time now, and apologies for my attitude towards it in the past.
Best wishes,
sirTheMore
Don't apologise for your individuality, you insecure prick.
http://sokarul.biz/
While that may be a very good resource, it can't possibly teach you C as well as actually using C.
A book can give you technical background, but can't teach you how to actually use the language.
Also, argumentum ad verecundiam.
Parsifal, if I wanted to learn me some C, are there any resources you would recommend?
Source code. Seriously, there's no tutor like taking a program you use and trying to add a feature or fix a bug.
Why do you keep mentioning Jeeper Creepers Jumbo?
Verily I say unto you,
Jeepers Creepers Jumbo is a perfect example of what music ought NOT to be.
Blessed be,
sirTheMore
I agree with you, but you don't need to keep talking about it. We aren't going to forget.
Why do you keep mentioning Jeeper Creepers Jumbo?
Because it's impossible for me to pick a single favourite band/artist, I'm afraid I'll have to post a list.
Modern music: (alphabetical order)
Agent Steel
Ahab
Arcturus
Bal-Sagoth
Bathory
Borknagar
Burzum
Darkthrone
Demonaz
Demons & Wizards
Destruction
Die Verbannted Kinder Evas
Einherjer
Emperor
Enslaved
Falkenbach
Forgotten Pathways
Grave Digger
I
Iced Earth
Ihsahn
Immortal
Jag Panzer
King Diamond
Kreator
Moonsorrow
Mortiis
Mĺnegarm
Opeth
Running Wild
Summoning
The Ruins Of Beverast
Thergothon
Thyrfing
Týr
Wardruna
Venom
Windir
Vintersorg
Classical: (not in any particular order)
Anton Bruckner
Johannes Brahms
Jean Sibelius
Gustav Mahler
Richard Strauss
Domenico Scarlatti
Wolfgang Amadeus Mozart
Franz Joseph Haydn
Ludwig van Beethoven
This is the best I can do. I'm sorry, but can't make it any shorter than this.