blog.sleeplessbeastie.eu blog.sleeplessbeastie.eu

blog.sleeplessbeastie.eu

sleeplessbeastie's notes

Personal notes about Linux, applications and programming.

http://blog.sleeplessbeastie.eu/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR BLOG.SLEEPLESSBEASTIE.EU

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

August

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Monday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.3 out of 5 with 15 reviews
5 star
9
4 star
3
3 star
2
2 star
0
1 star
1

Hey there! Start your review of blog.sleeplessbeastie.eu

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

6.4 seconds

CONTACTS AT BLOG.SLEEPLESSBEASTIE.EU

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
sleeplessbeastie's notes | blog.sleeplessbeastie.eu Reviews
<META>
DESCRIPTION
Personal notes about Linux, applications and programming.
<META>
KEYWORDS
1 menu
2 tags
3 archives
4 sleeplessbeastie's notes
5 by milosz galazka
6 instance from
7 debian jessie
8 debian stretch
9 tags debian
10 stretch
CONTENT
Page content here
KEYWORDS ON
PAGE
menu,tags,archives,sleeplessbeastie's notes,by milosz galazka,instance from,debian jessie,debian stretch,tags debian,stretch,issue,install restyaboard,software recommendation,restyaboard,use essential,openssl,protocol,tags command line,enhanced security
SERVER
nginx
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

sleeplessbeastie's notes | blog.sleeplessbeastie.eu Reviews

https://blog.sleeplessbeastie.eu

Personal notes about Linux, applications and programming.

INTERNAL PAGES

blog.sleeplessbeastie.eu blog.sleeplessbeastie.eu
1

How to pretty-print disk space used by PostgreSQL databases

https://blog.sleeplessbeastie.eu/2015/03/30/how-to-pretty-print-disk-space-used-by-postgresql-databases

Thoughts, stories and ideas. How to pretty-print disk space used by PostgreSQL databases. March 30, 2015. I wrote a simple shell script to pretty-print disk space used by PostgreSQL databases while examining. Database object size functions. You can benefit from this too by inspecting used SQL statements. Basic version without colors. Bin/sh # iterate through postgres databases and pretty print its sizes # ensure that script is executed as postgres user if [ "$(whoami)"! March 23, 2015. April 6, 2015.

2

How to enforce read-only mode on every connected USB storage device

https://blog.sleeplessbeastie.eu/2015/05/11/how-to-enforce-read-only-mode-on-every-connected-usb-storage-device

Thoughts, stories and ideas. How to enforce read-only mode on every connected USB storage device. May 11, 2015. Today, I will show you how to put every connected USB storage device in read-only mode using udev. Dynamic device management, blockdev. Utility and additionally systemd. The simplest solution is to create. Rule to directly execute. Command, which will enforce read-only mode on every connected USB storage device. It will work on. Sudo udevadm control - reload. This solution will use. RO RA SSZ B...

3

How to kill every eligible process

https://blog.sleeplessbeastie.eu/2015/04/06/how-to-kill-every-eligible-process

Thoughts, stories and ideas. How to kill every eligible process. April 6, 2015. Today I want to mention about simple and neat trick described in. Manual page, which will allow you to quickly kill every eligible process. Execute following command to send. Signal to every process for which you have permission to send signals, except the init process. Milosz is a system administrator working for a successful Polish company and a long time supporter of Free Software Foundation. March 30, 2015. April 13, 2015.

4

How to convert manual pages to DokuWiki

https://blog.sleeplessbeastie.eu/2015/04/13/how-to-convert-manual-pages-to-dokuwiki

Thoughts, stories and ideas. How to convert manual pages to DokuWiki. April 13, 2015. I have created simple shell script to convert manual pages to DokuWiki. As I want to have them always at hand and easily interlink to them from other pages. Distinction between original and translated manual pages. Due to problems with national characters being messed up during conversion process I had to separate non-translated and translated manual pages. Original manual pages are converted to. Utility, then to. Bin/s...

5

How to copy answers to the configuration questions for Debian packages

https://blog.sleeplessbeastie.eu/2015/05/04/how-to-copy-answers-to-the-configuration-questions-for-debian-packages

Thoughts, stories and ideas. How to copy answers to the configuration questions for Debian packages. May 4, 2015. Human memory is sometimes unreliable, so it is not always possible to answer in the same way to the configuration questions. Fortunately, this process can be automated using debconf. How to print configuration. Configuration settings matched by provided pattern to standard output. How to store configuration. Settings matched by provided pattern and in specified file. I am using above-mentione...

UPGRADE TO PREMIUM TO VIEW 4 MORE

TOTAL PAGES IN THIS WEBSITE

9

LINKS TO THIS WEBSITE

n4p1.wordpress.com n4p1.wordpress.com

How to download “past broadcasts” from twitch.tv | Personal notes.

https://n4p1.wordpress.com/2013/08/08/how-to-download-archived-videos-from-twitch-tv

It, security, programming. How to download “past broadcasts” from twitch.tv. How to download “past broadcasts” from twitch.tv. Unfortunately justin api no longer support twitch.tv channels and new twitch api doesn’t show direct links for flv videos. But fortunately we can still use listing by archive id using this url:. Http:/ api.justin.tv/api/broadcast/by archive/yyyyyyyyy.json. So, lets adopt our previous source. Php $url = https:/ api.twitch.tv/kraken/channels/xxxxxxx/videos? Would it work If I edit ...

n4p1.wordpress.com n4p1.wordpress.com

Bebiko Junior competition (bebiklub.pl) | Personal notes.

https://n4p1.wordpress.com/2013/07/16/bebiko-junior-competition

It, security, programming. Bebiko Junior competition (bebiklub.pl). Bebiko Junior competition (bebiklub.pl). Friend of mine participate in competition on bebiklub.pl. 8211; just a simple vote system. Unfortunately I can’t see on which place she is, there is no such a functionality, so I need to implement it by myself. As usual I choice php for that:. Php for($z=0;$z =2960;$z=$z 10){ $url='https:/ www.bebiklub.pl/home/nowe-bebiko-junior/odpowiedzi-konkursowe/? Nick;number of votes. Enter your comment here.

n4p1.wordpress.com n4p1.wordpress.com

Personal notes. | it, security, programming | Page 2

https://n4p1.wordpress.com/page/2

It, security, programming. Backup remote server using tar and ssh. Ssh user@server sudo tar cvzp - / - same-owner - exclude=/proc/* - exclude=/media/* - exclude=/dev/* - exclude=/mnt/* - exclude=/sys/* - exclude=/tmp/* - ignore-failed-read backup.tgz. User should have sudo rights without password on remote machine. How to get fresh file/mysql backup from remote on minimal effort. Backup files (tar, gzip and ‘download’ them):. Ssh user2@remote tar cf - /var/www/somepage gzip -c files.tar.gz. This php scri...

n4p1.wordpress.com n4p1.wordpress.com

How to get fresh file/mysql backup from remote on minimal effort. | Personal notes.

https://n4p1.wordpress.com/2013/02/19/232

It, security, programming. How to get fresh file/mysql backup from remote on minimal effort. How to get fresh file/mysql backup from remote on minimal effort. Lets assume that we have a remote web server (with ssh access) and we want fresh backup of files and mysql databases. Of course we can login, type some commands and then sftp those files but lets do this on minimum effort:. Backup files (tar, gzip and ‘download’ them):. Ssh user2@remote tar cf - /var/www/somepage gzip -c files.tar.gz. Send email wh...

n4p1.wordpress.com n4p1.wordpress.com

Import CVS data to MySQL table | Personal notes.

https://n4p1.wordpress.com/2013/01/12/import-cvs-data-to-mysql-table

It, security, programming. Import CVS data to MySQL table. Import CVS data to MySQL table. Import OpenGEO csv file into mysql. Id int(11) Auto Increment ip start int(11) ip end int(11) miasto text powiat text wojewodztwo text. IP START,IP END,MIASTO,POWIAT,WOJEWÓDZTWO 522815488,522817535,Wieluń,wieluński,Łódzkie (.). Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). Notify me of new comments via email. How to download ...

n4p1.wordpress.com n4p1.wordpress.com

Rename files based on their creation date | Personal notes.

https://n4p1.wordpress.com/2014/10/19/rename-files-based-on-their-creation-date

It, security, programming. Rename files based on their creation date. Rename files based on their creation date. For i in Filmy/*.mp4. Mod date=$(stat -c "%y" "$i" sed 's/ .*$/ ' sed 's/ / /' tr -d ':' tr -d '-'). Mv "$i" "$mod date".MP4. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. You are commenting using your Twitter account. ( Log Out.

n4p1.wordpress.com n4p1.wordpress.com

Backup remote server using tar and ssh | Personal notes.

https://n4p1.wordpress.com/2013/07/13/backup-remote-server-using-tar-and-ssh

It, security, programming. Backup remote server using tar and ssh. Backup remote server using tar and ssh. Ssh user@server sudo tar cvzp - / - same-owner - exclude=/proc/* - exclude=/media/* - exclude=/dev/* - exclude=/mnt/* - exclude=/sys/* - exclude=/tmp/* - ignore-failed-read backup.tgz. User should have sudo rights without password on remote machine. Fine with your permission let me to grab your RSS feed to keep up to date. With forthcoming post. Thanks a million and please. Leave a Reply Cancel reply.

n4p1.wordpress.com n4p1.wordpress.com

Batch image rotation in Windows command line | Personal notes.

https://n4p1.wordpress.com/2011/05/12/batch-image-rotation-in-windows-command-line

It, security, programming. Batch image rotation in Windows command line. Batch image rotation in Windows command line. All we need is a imagemagick and command:. For /f %f in ('dir /b') DO convert.exe %f -rotate 90 %f. Http:/ www.imagemagick.org/Usage/warping/#rect rotates. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. Notify me of new posts via email.

UPGRADE TO PREMIUM TO VIEW 22 MORE

TOTAL LINKS TO THIS WEBSITE

30

SOCIAL ENGAGEMENT



OTHER SITES

blog.sleepingbeauty.com blog.sleepingbeauty.com

Sleeping Beauty - Mirror, mirror... on the wall... Who am I? Who are we all?

Mirror, mirror… on the wall… Who am I? Who are we all? Auto legend Carroll Shelby, father of Cobra, dies. May 11th, 2012. We’ll all be going a little slower without him. Auto legend Carroll Shelby, father of Cobra, dies at age 89. Baby Seal Enters House and Naps on Couch – ABC News. December 15th, 2011. Baby Seal Enters House and Naps on Couch – ABC News. Murmuration: Chance Encounter Captures Stunning Phenomenon Of Starlings VIDEO. November 3rd, 2011. From Sophie Windsor Clive. From Sophie Windsor Clive.

blog.sleepingdeath.at blog.sleepingdeath.at

Confixx

Die Domain blog.sleepingdeath.at ist nicht verfügbar.

blog.sleepingdog.org.uk blog.sleepingdog.org.uk

Sleeping Dog keeps a blog

Sleeping Dog keeps a blog. Odd notions and creaky creations; webcraft, prototypes and animations. Monday, 25 July 2016. That's me in the picture: personalisation of Open Learning Resources vector graphics. This post is one of a series on a proposal for an Open Educational Resource vector graphics library, and builds on the post on customisation and localisation. Here is a discussion of how learners may create personal representations (avatars) that could appear in their open learning materials. Changing ...

blog.sleepinginairports.net blog.sleepinginairports.net

Blog - Sleeping in Airports

Write an Airport Review. 2017 Best & Worst Airports. Best Airports of 2017. Worst Airports of 2017. Take our 2018 Airport Survey. Sleep Pods & Cabins. 2017 Best & Worst Airports. Best Airports of 2017. Worst Airports of 2017. Take our 2018 Airport Survey. Sleep Pods & Cabins. EU Flight Delay Compensation: All You Need to Know. 7 Safety Tips for Women Sleeping at the Airport. Sleep Pods and Cabins. Best Credit Cards for Airport Lounge Access. The 15 Most Annoying Things People Do On Planes. IzZzsleep caps...

blog.sleepingsimple.com blog.sleepingsimple.com

SleepingSimple What you need to sleep happy.

Mattress Firm Gives Big. Mattress Monsters Trick-or-Treat Bag: Boo-It-Yourself Activity. October 24, 2014. Click photo to enlarge. To download your mattress monster template! How to Choose the Best Mattress for Your Teen. October 21, 2014. The stresses of being a teen can be overwhelming, but a good night’s sleep should not factor into this challenge. When shopping for your teen’s new bed, consider the following important factors:. While twin beds are common for younger children, larger beds allow for fu...

blog.sleeplessbeastie.eu blog.sleeplessbeastie.eu

sleeplessbeastie's notes

Thoughts, stories and ideas. How to fix undefined function utf8 decode error in PHP application. March 19, 2018. This is just another interesting problem to solve. I have encountered this subtle difference in PHP packages when I moved personal Dokuwiki. How to install Restyaboard. March 14, 2018. An Open source kanban board. I am using it on daily basis to manage this blog. How to determine if web-server still supports deprecated TLS 1.0 protocol. March 12, 2018. March 8, 2018. March 5, 2018. This knowle...

blog.sleepnumber.com blog.sleepnumber.com

Homepage | Sleep Number Blog

Sleep & Performance. Sleep Data & Trends. White Paper Quality sleep: The center of a healthy life. Which TV Character’s Bedroom Matches Your Personal Style? Create a Wind-Down Ritual. We all know folks who can drink a large latte late at night, text and email in bed with the TV blaring, and then drift dreamily off to slumber. Lucky as those people may be, most of us require a wind-down ritual before sleep a regular, nightly routine that calms and decompresses us, telling our brain…. CES Innovation Awards...

blog.sleeprand1year.net blog.sleeprand1year.net

sleep rand(1.year) · 年に一度は更新するであろうブログ

Blogged by Masa Iwasaki. 先月から You dont know JS. これまでJavaScriptはほんと片手間にやっていて、 きっちり理解しないまま書いていたというのが正直なところだったんですが、Hacker Newsで本書の存在を知り、Oreillyのサイトでも評価が高かったので 読み始めました。 ウェブで原稿公開されているので最初はブラウザで読んでたんですが、Scope and Closuresの巻を読み始めて内容に期待ができたので、電子書籍 でまとめて買って読み始めてます。 1巻はすでに出版準備に入って居るようですが、プログラミングとJavaScript自体への入門編なので自分のように すでにJavaScriptを書いた経験が 曲がりなりにも ある場合はそんなに読む必要はなさそうです。 反対に最後の6巻は ES6 and Beyond ということで、まだ 書き終えられていません。 今のところ、Scope and Closuresとthis and Object Prototypes を読み終えました。 Yokohama.rb 第50回LT 自分を変えた一冊.

blog.sleepritecpap.com blog.sleepritecpap.com

CPAP SOLUTIONS blog.sleepritecpap.com | Sleep Tight with Sleep Rite CPAP

CPAP SOLUTIONS blog.sleepritecpap.com. Sleep Tight with Sleep Rite CPAP. News from the Clinical Sleep Educator. How Often Do You Sleep Like This? December 2, 2013. For more information read News from the Clinical Sleep Educator. October 29, 2013. If you still aren’t sleeping well even though you are using your CPAP. We have help for you! Is a registered sleep technologist with more than 25 years’ experience. View all 3 comments. Proudly powered by WordPress.

blog.sleepsins.com blog.sleepsins.com

sleepsins.com

blog.sleepslope.com blog.sleepslope.com

【Blog】ヘアバンド・帽子通販のsleepslope

ユナイテッド アローズ(UNITED ARROWS) (07/19). 201505.18 Monday category 帽子. 201505.16 Saturday category -. 201505.12 Tuesday category -. 201505.08 Friday category -. 201505.07 Thursday category -. 201505.05 Tuesday category -. 201505.04 Monday category 帽子. 201504.30 Thursday category -.