Monthly Archives: September 2013

sudo: add-apt-repository: command not found

 My Ubuntu was missing apt-add-repositoy.
This is was I solved if…

Has a newbie I’v started to run apt-get install software-properties-common, but has you can see I got some erros

root@digitalwhores:/home/# apt-get install software-properties-common
Reading package lists... Done
Building dependency tree 
Reading state information... Done
The following packages were automatically installed and are no longer required:
 libdirac-encoder0 libmp3lame0 libopencore-amrnb0 libopencore-amrwb0 libopenjpeg2 libvo-aacenc0 libvo-amrwbenc0 libx264-123 libxvidcore4
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
 python3-software-properties unattended-upgrades
Suggested packages:
 bsd-mailx
The following NEW packages will be installed:
 python3-software-properties software-properties-common unattended-upgrades
0 upgraded, 3 newly installed, 0 to remove and 27 not upgraded.
Need to get 28.5 kB/55.0 kB of archives.
After this operation, 549 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Err http://archive.ubuntu.com/ubuntu/ raring-updates/main python3-software-properties all 0.92.17.1
 404 Not Found [IP: 91.189.91.14 80]
Err http://archive.ubuntu.com/ubuntu/ raring-updates/main software-properties-common all 0.92.17.1
 404 Not Found [IP: 91.189.91.14 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/s/software-properties/python3-software-properties_0.92.17.1_all.deb 404 Not Found [IP: 91.189.91.14 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/s/software-properties/software-properties-common_0.92.17.1_all.deb 404 Not Found [IP: 91.189.91.14 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Always run the update, before any install!!

apt-get update

And then install the package.

apt-get install software-properties-common

It worked!

root@digitalwhores:/home# apt-add-repository
 Error: need a repository as argument

 

Dell – mergers and acquisitions

 

SonicWALL Worldwide – Dell SonicWALL, Inc.

www.sonicwall.com/

Internet security solutions. Provides VPN and Firewall hardware for SOHO, SME, enterprise, service provider, e-commerce, government, education, and

Data Protection | Backup and Recovery Solutions | Dell AppAssure

www.appassure.com/

Minimize risk, simplify data protection while reducing total operating costs with DellAppAssure backup & recovery solutions for virtual, physical and cloud.

RNA Networks – Dell

www.dell.com/learn/us/en/19/campaigns/_rnanetworks‎*DELL PREFERRED ACCOUNT (DPA): Offered to U.S. residents by WebBank, who determines qualifications for and terms of credit. Promotion eligibility varies 

Dell Boomi: The #1 Integration Cloud

www.boomi.com/

Boomi AtomSphere allows you to connect any combination of Cloud, SaaS, or On-Premise applications with no appliances, no software, and no coding.

Scalent – Press Releases | Dell

www.dell.com/learn/us/en/uscorp1/press…/2010-7-1-acquire-scalent

Jul 1, 2010 – Scalent Technology enables customers to fully realize the benefits of datacenter virtualization. Dell announced today it has signed an ..

Dell KACE

www.kace.com/

Dell KACE is the leading software systems management & deployment appliance company. View live demo to see KACE appliances IN ACTION.

Email Management Software | Email Management Services | Dell

www.dell.com/learn/…/by-service-type-cloud-services-email-managemen…‎Email Management Without the Hassle Good communication is at the heart of every successful business, which makes your email a vital tool. Yet, between 
Email Continuity – ‎EMS email archive – ‎Email security

Message One E-mail Continuity – Email Management Software 

https://ems.messageone.com/

Everdream | CrunchBase Profile

www.crunchbase.com › Companies‎Everdream Corporation provides on-demand personal computer desktop management software services internationally. It offers compliance software services 

Dell Partner Software Volume Licensing – ASAP Software

https://shop.asap.com/

Volume Licensing Made Simple · Simplify IT · Singular Expertise. WHY DELL FORSOFTWARE > Dell delivers exceptional value and provides solutions that ..

 

 

Wyse Technology

www.wyse.com/

Dell Wyse is the global leader in cloud client computing. The Dell Wyse portfolio includes industry-leading thin, zero and cloud PC client solutions with advanced

exec() not executing – command in two diferent lines

f*ck!

i’v been struggling with avconv, exec, chown and all that sh*ts this last two days!
’cause i was trying to preform a  exec to avconv to create some screencaps and the command was  in two lines…

echo $avconScreenScroll = 'avconv -i '.$destFolder.'/' . $dataVideos['videos'][$key]['videoFilename'] . '
 -vsync 1 -s 150x100 -qscale 1 -r 1 -an -y ' . $screencapsDir . '/scroll/img%03d.jpg';
 exec($avconScreenScroll);

 

Minimize the CPU usage of a process?

To limit CPU usage of the process called avconv to 70%, enter:

cpulimit -e avconv -l 30

To limit CPU usage of the process to 70% by using its PID, enter:

cpulimit -p 6969 -l 70

If the process isn’t running cpulimit will wait for it.

Process using 100% of the CPU

3028 pjrfiguei 20 0 131M 13948 4404 R 100. 1.4 0:27.49 avconv -i video.wmv -vsync 1 -s 300x200 -qscale 1 -r 2 -an -y img%05d.jpg -benchmark

Process using 30% of the CPU

3028 pjrfiguei 20 0 131M 13948 4404 T 30.0 1.4 2:24.25 avconv -i video.wmv -vsync 1 -s 300x200 -qscale 1 -r 2 -an -y img%05d.jpg -benchmark

nginx

 

Nginx

Nginx  develops and maintains NGINX open source distribution, and offers commercial subscriptions and professional services for NGINX. NGINX supports more than 95 mln of web-sites ll over the world.NGINX project started in 2002 and grew dynamically over the past 10 years thanks to the vision of Igor Sysoev, and the enthusiasm and support of its loyal community of users and developers. It is now the second most popular open source web server worldwide, according to the latest Netcraft survey.

NGINX is used by over 20% of the top 100,000 busiest sites, including Netflix, Facebook, Zappos, Groupon, LivingSocial, Hulu, TechCrunch, Dropbox and WordPress, as well as by almost 13% of the entire Internet web sites population