search:
News
Articles
Tech Tools
Subscribe
Archive
Whitepapers
Digisub
Write for Us!
Newsletter
Shop
DevOps
Cloud Computing
Virtualization
HPC
Linux
Windows
Security
Monitoring
Databases
all Topics...
Search
Login
Search
Spell check suggestion:
%xcode 1000 Llorente"22
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(4)
Article
(1)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
100%
Sort out your SSH configs
07.10.2014
Home
»
Archive
»
2014
»
Issue 23: 10 Ti...
»
, you should see the client config file ssh_config, which I'll get to a little later. If you've just installed the SSH server and want to be sure that it's listening, you can use the command lsof -i :
22
98%
Using a Bash script to mirror external monitors
10.06.2015
Home
»
Archive
»
2015
»
Issue 27: Fault...
»
configure settings for RandR [4] in Linux. The call to xrandr is pretty bulky: xrandr --fb 1600x900 --output LVDS1 --mode 1600x900 \ --scale 1x1 --output HDMI3 --same-as LVDS1 --mode 1920x
1200
\ --scale
92%
Linux Essentials for Windows Admins – Part 2
06.08.2012
Home
»
Articles
»
/11/2012 03:17 PM
Favorites 04/16/2012
12:00
PM 60,304 g2mdlhlpx.exe 07/11/2012 03:17 PM
Links 07/11/2012 03:17 PM
Music 07/29/2012 03:56 PM
90%
Speed up your MySQL database
11.02.2016
Home
»
Archive
»
2016
»
Issue 31: Tunin...
»
329792 0 137352 1252 137488 880 3506 5 2
22
71 0 <- < Severe swapping > 0 10 597776 117244 320 317840 0 29400 588 29400 664 2522 2 2 0 96 0 <- < Process killed > 0 13 1667548
90%
New features in MariaDB 10.3
05.02.2019
Home
»
Archive
»
2019
»
Issue 49: Anato...
»
FOR NOT FOUND 18 RETURN count_students; 19 20 LOOP 21 FETCH GROUP NEXT ROW;
22
IF x THEN 23 SET count_students = count_students + 1; 24 END IF; 25 END LOOP; 26 END; 27 // 28 29 SQL> DELIMITER ; 30 31 SQL> SELECT