How about switch translations to Weblate?
Maybe it’s time to move on some more user friendly translation system?
I believe Michal Čihař (cheers!) is going to help us (as a community) to make changes relevant to Debian’s infrastructure.
How about switch translations to Weblate?
Maybe it’s time to move on some more user friendly translation system?
I believe Michal Čihař (cheers!) is going to help us (as a community) to make changes relevant to Debian’s infrastructure.
Tired of using curl to debug webapps?
curl -i -X PUT -H 'Content-Type:application/json; charset=utf-8' -d '{"hello":"world"}' http://httpbin.org/put
Looks quite complicated and for sure it is error prone.
http PUT httpbin.org/put hello=world
This looks much better, and I’ve just created package with this useful tool. It’s called httpie and is already in NEW queue. Besides simplifying syntax it has also color output which makes results more readable.
For the impatient I put this package also on my people.d.o page.
I’ve just started to use it. Next time I’m able to show you how stable is Zenbook under Linux.
Right now it’s not helpful:
fenio@zenbook ~ $ downtimes
Maybe the system has not been down yet?
downtimes: can not open /var/lib/downtimed/downtimedb: No such file or directory
fenio@zenbook ~ $
Next time it will… really
Just got mail about it:
Accepted:
reaver_1.4-2.debian.tar.gz
to main/r/reaver/reaver_1.4-2.debian.tar.gz
reaver_1.4-2.dsc
to main/r/reaver/reaver_1.4-2.dsc
reaver_1.4-2_amd64.deb
to main/r/reaver/reaver_1.4-2_amd64.deb
reaver_1.4.orig.tar.gz
to main/r/reaver/reaver_1.4.orig.tar.gzOverride entries for your package:
reaver_1.4-2.dsc – extra net
reaver_1.4-2_amd64.deb – extra netAnnouncing to debian-devel-changes@lists.debian.org
Closing bugs: 653758Thank you for your contribution to Debian.
Now let’s see how portable is it
One of the most popular backup solution under Linux is Bacula, but it’s quite complicated to setup. The same for Amanda.
Since my last sponsored upload we’ve got another alternative in Debian. It’s called burp.
Let’s enumerate its features as of version 1.3.0:
Sounds good and this project is only 1 year old!
Author claims that setup is much easier than with Bacula. Let’s find out is that truth
Since we’ve got this software in Debian installing it on unstable is as simple as `apt-get install burp`.
Both client and server came from the same binary package.
Now let’s configure server side. Well… in fact we just have to run it, so just change RUN=no to RUN=yes in /etc/default/burp and launch it using `/etc/init.d/burp start`.
Now the client side. If the client is on the same machine then… you’re ready. Yes you’re ready!
Let’s do our first backup:
backup ~ # burp -a b 2012-02-22 17:53:03: burp[30584] Listing configured paths: 2012-02-22 17:53:03: burp[30584] include: /home 2012-02-22 17:53:03: burp[30584] Listing starting paths: 2012-02-22 17:53:03: burp[30584] /home 2012-02-22 17:53:03: burp[30584] before client 2012-02-22 17:53:03: burp[30584] begin client 2012-02-22 17:53:03: burp[30584] auth ok 2012-02-22 17:53:03: burp[30584] Compression level: 9 2012-02-22 17:53:03: burp[30584] do backup client 2012-02-22 17:53:03: burp[30584] Phase 1 begin (file system scan) ddwdffffddffdfdfdddfffffdddfffffffdfffdfdfffffdfdfdffdddddfffddff 64 [...a lot of output...] 2012-02-22 17:53:03: burp[30584] Phase 1 end (file system scan) 2012-02-22 17:53:03: burp[30584] Phase 2 begin (send file data) ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 64 [...a lot of output...] -------------------------------------------------------------------------------- Start time: 2012-02-22 17:53:03 End time: 2012-02-22 17:53:07 Time taken: 00:04 New Changed Unchanged Total | Scanned -------------------------------------------------- Files: 100 0 - 100 | 100 Directories: - - - - | 76 Soft links: - - - - | 1 Grand total: 100 0 - 100 | 177 -------------------------------------------------- Warnings: 1 Bytes estimated: 17628946 (16.81 MB) Bytes in backup: 17628946 (16.81 MB) Bytes received: 0 Bytes sent: 17628946 (16.81 MB) -------------------------------------------------------------------------------- 2012-02-22 17:53:07: burp[30584] Phase 2 end (send file data) 2012-02-22 17:53:07: burp[30584] backup finished ok 2012-02-22 17:53:07: burp[30584] after client backup ~ #
Yes. By default it is so extremely simple!
Of course this way we can make backup of /home (that’s default) to /var/spool/burp (also default location) but you can easily change this.
For the simplest scenario (backing up laptop to remote server) all I had to change was “server = 127.0.0.1″ in /etc/burp/burp.conf on the client side.
Burp comes with handy tool called burp_ca and it simplifies setting up encrypted backups. In fact there is step by step howto in documentation.
Other options are quite self explanatory and well documented in both client and server config files that came with the package.
Happy backuping!
That’s sad. Hardware that was supported sometime ago, it’s now unsupported.
I have no idea how to install Debian on Sony Vaio laptop.
Tried all possibilities.
I wrote some simple script to automate building kernels for Zenbook laptops.
It downloads and apply Bluetooth patch, RC6 patch, Sentelic drivers, fixes DSDT table, and helps doing compilation of all of that.
Hope it’s going to be helpful for someone.
Here it goes. Should work on most Debian based distros, but as usual. There is NO warranty
Seems that Intel developers eventually created patch that solves the main issue with Zenbook under Linux.
With Eugeni Dodonov’s patch I’m finally able to use RC6 feature and have stable system with acceptable battery lifetime. Almost two days without sudden shutdown using that patch
Happily there’s chance that this patch is going to be included in 3.3.x mainline kernel.
Beware that i915.i915_enable_rc6=1 kernel option means something different with patched and vanilla kernel.
That seems to be the correct approach when you haven’t been updating your package for 5 years.
Just start from scratch and package it again. It’s easier than fixing all lintian warnings and apply its suggestions.