Pozdravljeni v moj Blog

Lastnik Bloga: [ Bassman ]
Contributors: [ (ni) ]
Blog: [ Preglej Vnose ]
[ Prijatelji ]
Pojdi: [ Nazaj/Naprej ]
Koledar
« < » > Maj 2024
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Kategorije
Kričač
Chantal
Tor 14 Maj, 2024 14:02

Hi, everything is going fine here and ofcourse every one is sharing facts, that's actually fine, keep up writing.

Cornelius
Tor 14 Maj, 2024 10:21

About 40 fairly just a few years in the past, the "800" prefix was formulated to assist customers to name suppliers one hundred % free of command, with the businesses bearing the burden of any for a while vary tolls incurred. Even with the enhance in On-line purchases, the technique of an "800" telephone quantity is so ubiquitous in the American market place that proceeding without having single could be as ridiculous as proceeding not having a "dot com" domain identify. American Journal of Medical Genetics. William Little Frierson (September 3, 1868 - May 25, 1953) was an American lawyer, choose, and politician. So have just a little bit beaches, a bit bit nightclubs and always remain engaging, pleasant and trend-forward! Must have some 'online sorting and filtering of the information' various. Nevertheless, you have to be careful in regards to the reduce. It includes the atmosphere, timeframe and other factors, and situations that have to be understood to efficiently apply combat energy, protect the force, or full the mission. Prepare a listing about all your queries and doubts for videoconference installations and uses. Do analysis and make a list of high 5 distributors who can present you exactly what you want in your convention.

Annis
Tor 14 Maj, 2024 07:58

Hurrah, that's what I was exploring for, what a information! present here at this webpage, thanks admin of this website.

prodentim
Tor 14 Maj, 2024 06:09

whoah this blog is excellent i like reading your articles.
Stay up the great work! You know, lots of persons are
hunting around for this info, you could help them greatly.

Animale CBD Gummies
Tor 14 Maj, 2024 04:28

Because the admin of this web page is working, no doubt very rapidly it will be famous, due to its feature contents.

Marietta
Tor 14 Maj, 2024 02:16

Wonderful items from you, man. I've be mindful your stuff previous to and you're just extremely magnificent. I actually like what you have acquired right here, really like what you are saying and the way in which you are saying it. You're making it entertaining and you still take care of to stay it wise. I can not wait to learn much more from you. That is actually a great website.

Marianne
Tor 14 Maj, 2024 00:36

Useful information. Lucky me I found your site by accident, and I'm shocked why this accident didn't took place earlier! I bookmarked it.

FAKE SITE
Pon 13 Maj, 2024 21:51

I don't even know how I stopped up here, but I thought
this put up was once good. I do not know who you might be
but certainly you're going to a famous blogger should you are not already.
Cheers!

Ricardo
Pon 13 Maj, 2024 19:09

A person necessarily assist to make severely articles I'd state. That is the first time I frequented your web page and so far? I amazed with the research you made to make this particular put up incredible. Fantastic process!

fitspresso analysis
Pon 13 Maj, 2024 17:15

These are in fact impressive ideas in on the topic of blogging.
You have touched some good factors here. Any way
keep up wrinting.

Uporabniško ime:

Spletna stran:

Image verification:
Image verification

Povej:

Preglej in vnesi Smeške

 
Jst

Evo tukajle del mene in mojega življenja nasmeh

Kontaktiraj nas Bassman

Elektronski naslov



Zasebno Sporočilo

Pošlji zasebno sporočilo

MSN Messenger - naslov

msn@povej.net

Yahoo Messenger - naslov



AIM - AOL Instant - naslov



ICQ številka



Nekaj o Bassman

Pridružen/-a

čet 20 Nov, 2003 10:52

Kraj

Ljubljana

Poklic

Ljubljana

Zanima me

blank.gif

Blog

Blog je bil začet

Tor 27 Sep, 2005 12:10

Skupaj vnosov

138

Starost Blog

6804 dni

Skupaj Odgovorov

94

Obiskov

2663015
RSS
RSS podajanje

Pero Piše Seznam forumov -> Blogi -> Bassmanov blog

Users browsing this blog: NI

phpbb3 BCC youtube video not working anymore

Tor 03 Apr, 2018 14:02

Change youtube BCC code.
Works on http and https

BBCode usage
[youtube]{SIMPLETEXT}[/youtube]

HTML replacament:
<style>
/* Custom styles
---------------------------------------- */
.video-wrapper {
width: 640px;
max-width: 100%;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>
<div>
<div>
<iframe></iframe>
</div>
</div>

Help line
Usage: [youtube]6KCDZoQTCSM[/youtube]

Munin stopped to work Centos 7

Sre 20 Sep, 2017 10:02

Magic number checking on storable file failed at /usr/lib64/perl5/vendor_perl/Storable.pm line 399, at /usr/share/perl5/vendor_perl/Munin/Master/Utils.pm line 279.

Delete this file
/var/lib/munin/limits.storable

Windows 7 and processor i5, i7, Ryzen 5, 7

čet 31 Avg, 2017 13:18

When you use windows 7 on new motherboards and Processors you get microsoft notification "Unsupported Hardware"
Image
All you need to do is to unistall monthly security update
they usulally start with KB402xxxx or KB401xxx.
You need to uninstall about 6 from past and any other future KB.
And these anoying notification will be gone.

Awstats no icons no vertical graphs

Sre 28 Sep, 2016 13:34

If your awstats showing no vertical graphs or icons than path is problem

Awstats can't find its images because the path is broken in the standard centos installation - browser and country icons are missing, and the bar graphs are empty:

Here's how to fix it.

Each domain on your DV has additional apache configuration in /etc/httpd/conf.d/awstats.conf These files set an alias:

Alias /awstats-icon /usr/share/awstats/wwwroot/icon

which is correct. Unfortunately, the awstats configuration points elsewhere. Edit /etc/awstats/awstats.yourdomain.com.conf and change this line:

DirIcons="/icon"

to:

DirIcons="/awstats-icon"

Then repeat for awstats.foo.com-https.conf, awstats.foo.com-ftp.conf, awstats.foo.com-anon_ftp.conf (if you care about statistics for https, ftp, and anonymous ftp). The result should look like this:

Of course, since the graphs are correctly sized and visible even without the images being present, the path mistake is easy to miss. I've reported this to Mediatemple, but they didn't respond, so I'm posting it here for the benefit of any other DV users interested in optimizing their Awstats installations.

Repairing corrupted MOV files

Tor 09 Avg, 2016 10:49

1) Download the latest ffmpeg (ffmpeg.org) build for Windows (for example from here https://ffmpeg.zeranoe.com/builds/). Use "FFmpeg 32-bit Static" to avoid problems nasmeh;
2) Extract the downloaded archive somewhere, for example on Desktop;
3) Run "Notepad", paste the following:
ffmpeg -threads 2 -i "%~dpnx1" -vcodec copy -acodec copy "%~dpn1_patched%~x1"
then:
3.1) File / Save As ;
3.2) Locate "bin" folder of extracted ffmpeg, in your case it may be: <Desktop>ffmpeg-20160808-26695ae-win32-staticbin ;
3.3) "Save As Type" -> "All Files";
3.4) "File Name" -> "iLookPatch.cmd"
4) Run "Windows Explorer", locate the newly created script (iLookPatch.cmd) ;
5) Run another "Windows Explorer" and locate your corrupted iLook video ;
6) Just Drag&Drop your corrupted iLook video file to iLookPatch.cmd. It will create "<originalFileName>_patched.mov" video file near the original file.